online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/lobby/GameConfig.tscn')
| -rw-r--r-- | ui/menus/lobby/GameConfig.tscn | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/ui/menus/lobby/GameConfig.tscn b/ui/menus/lobby/GameConfig.tscn index 1956929..66f123a 100644 --- a/ui/menus/lobby/GameConfig.tscn +++ b/ui/menus/lobby/GameConfig.tscn @@ -14,7 +14,6 @@ theme = ExtResource( 1 ) script = ExtResource( 5 ) [node name="General" type="VBoxContainer" parent="."] -visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 30.0 @@ -81,20 +80,32 @@ size_flags_horizontal = 4 text = "continue " [node name="Advanced" type="VBoxContainer" parent="."] +visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 30.0 -margin_top = 86.0 +margin_top = 56.0 margin_right = -30.0 margin_bottom = -30.0 -[node name="Pgn" type="LineEdit" parent="Advanced"] +[node name="H" type="HBoxContainer" parent="Advanced"] margin_right = 1362.0 margin_bottom = 102.0 + +[node name="Pgn" type="LineEdit" parent="Advanced/H"] +margin_right = 1297.0 +margin_bottom = 102.0 +size_flags_horizontal = 3 placeholder_text = "1. e4" script = ExtResource( 6 ) +[node name="Checkmark" type="Label" parent="Advanced/H"] +margin_left = 1312.0 +margin_top = 28.0 +margin_right = 1312.0 +margin_bottom = 74.0 + [connection signal="pressed" from="General/H2/Stop" to="." method="_on_Stop_pressed"] [connection signal="pressed" from="General/H2/Continue" to="." method="_on_Continue_pressed"] -[connection signal="pgn_selected" from="Advanced/Pgn" to="." method="_on_pgn_selected"] -[connection signal="text_entered" from="Advanced/Pgn" to="Advanced/Pgn" method="_text_entered"] +[connection signal="pgn_selected" from="Advanced/H/Pgn" to="." method="_on_pgn_selected"] +[connection signal="text_changed" from="Advanced/H/Pgn" to="Advanced/H/Pgn" method="text_changed"] |