diff options
author | Hop311 <hop3114@gmail.com> | 2023-03-04 19:06:05 +0100 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-03-04 19:06:05 +0100 |
commit | 3e088a2642d2d05eed011b2dd1bdee566225719f (patch) | |
tree | 4b80e3cbc20413f9b1ea57fed5a6f7a847328a29 /game/src/LobbyMenu/LobbyMenu.tscn | |
parent | 3a46095b678d75292090802280ce9dbd3f2d24dc (diff) |
Comments marking implemeneted requirements
Diffstat (limited to 'game/src/LobbyMenu/LobbyMenu.tscn')
-rw-r--r-- | game/src/LobbyMenu/LobbyMenu.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game/src/LobbyMenu/LobbyMenu.tscn b/game/src/LobbyMenu/LobbyMenu.tscn index 340d47d..fcf2263 100644 --- a/game/src/LobbyMenu/LobbyMenu.tscn +++ b/game/src/LobbyMenu/LobbyMenu.tscn @@ -3,6 +3,7 @@ [ext_resource type="Script" path="res://src/LobbyMenu/LobbyMenu.gd" id="1_cvwum"] [node name="LobbyMenu" type="HBoxContainer" node_paths=PackedStringArray("start_button")] +editor_description = "UI-36" anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -31,6 +32,7 @@ layout_mode = 2 size_flags_vertical = 3 [node name="BackButton" type="Button" parent="GameSelectPanel/VBoxContainer"] +editor_description = "UI-37" layout_mode = 2 text = "Back" @@ -66,6 +68,7 @@ layout_mode = 2 size_flags_vertical = 3 [node name="StartButton" type="Button" parent="GameStartPanel/VBoxContainer"] +editor_description = "UI-43" layout_mode = 2 disabled = true text = "Start Game" |