From 16025d1aca46e19330acb7e6dcf76bf20ec97e03 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sun, 14 May 2023 07:33:42 -0400 Subject: Fix incomplete #110 requirement documentation Fix incorrect reference to UIFUN-83 as UIFUNC-83 Also fulfills: SS-18 UI-39, UI-40, UI-41, UI-86, UI-93 UIFUN-77, UIFUN-78 FS-8 --- game/src/LobbyMenu/LobbyMenu.gd | 3 +++ game/src/LobbyMenu/LobbyMenu.tscn | 1 + game/src/LobbyMenu/LobbyPanelButton.tscn | 1 + 3 files changed, 5 insertions(+) (limited to 'game/src/LobbyMenu') diff --git a/game/src/LobbyMenu/LobbyMenu.gd b/game/src/LobbyMenu/LobbyMenu.gd index 3cd3b40..db4f2ce 100644 --- a/game/src/LobbyMenu/LobbyMenu.gd +++ b/game/src/LobbyMenu/LobbyMenu.gd @@ -41,6 +41,9 @@ func _build_date_list() -> void: game_select_start_date.add_child(start_date) var _id_to_tag : Array[StringName] = [] + +# Requirements +# * FS-8 func _build_save_list() -> void: game_select_save_tab.add_tab("GAMELOBBY_SELECT_ALL") for save_name in SaveManager._save_dictionary: diff --git a/game/src/LobbyMenu/LobbyMenu.tscn b/game/src/LobbyMenu/LobbyMenu.tscn index 63a66d8..3b5796e 100644 --- a/game/src/LobbyMenu/LobbyMenu.tscn +++ b/game/src/LobbyMenu/LobbyMenu.tscn @@ -30,6 +30,7 @@ size_flags_horizontal = 3 layout_mode = 2 [node name="GameSelectScroll" type="ScrollContainer" parent="GameSelectPanel/VBoxContainer"] +editor_description = "UI-39" layout_mode = 2 size_flags_vertical = 3 horizontal_scroll_mode = 0 diff --git a/game/src/LobbyMenu/LobbyPanelButton.tscn b/game/src/LobbyMenu/LobbyPanelButton.tscn index 2ba6c99..f409a2e 100644 --- a/game/src/LobbyMenu/LobbyPanelButton.tscn +++ b/game/src/LobbyMenu/LobbyPanelButton.tscn @@ -3,6 +3,7 @@ [ext_resource type="Script" path="res://src/LobbyMenu/LobbyPanelButton.gd" id="1_327u2"] [node name="LobbyPanelButton" type="Container" node_paths=PackedStringArray("background_button", "name_label")] +editor_description = "UI-41" offset_right = 113.0 offset_bottom = 48.0 script = ExtResource("1_327u2") -- cgit v1.2.3-56-ga3b1