Alles werkt. ship it

This commit is contained in:
Mark Hoekveen
2019-10-26 12:34:02 +02:00
parent c3c9f582f3
commit 4456641473
3 changed files with 96 additions and 9 deletions
+7
View File
@@ -67,6 +67,12 @@ margin_bottom = 69.0975
shortcut_in_tooltip = false
text = "Kill a bitch"
[node name="Button" type="Button" parent="GUI/Control"]
margin_left = 500.0
margin_top = 50.0
margin_right = 73.0
text = "Combine!"
[node name="Log" type="Label" parent="GUI"]
anchor_bottom = 1.0
margin_bottom = -586.0
@@ -83,3 +89,4 @@ Creature = ExtResource( 2 )
environment = SubResource( 3 )
[connection signal="pressed" from="GUI/Control/Spawn" to="CreatureLab" method="spawn_a_bitch"]
[connection signal="pressed" from="GUI/Control/Kill" to="CreatureLab" method="kill_a_bitch"]
[connection signal="pressed" from="GUI/Control/Button" to="CreatureLab" method="combine_a_bitch"]