0.0.2
This commit is contained in:
parent
fadea22b9d
commit
d72b5ac57b
14 changed files with 184 additions and 5 deletions
|
@ -26,4 +26,12 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
text = "Start Game"
|
||||
|
||||
[node name="PlayerList" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 9
|
||||
anchor_bottom = 1.0
|
||||
offset_right = 1.0
|
||||
grow_vertical = 2
|
||||
text = "1"
|
||||
|
||||
[connection signal="pressed" from="StartGameButton" to="." method="_on_start_game_button_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue