Alles werkt. ship it
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user