diff options
author | Hop311 <Hop3114@gmail.com> | 2023-07-21 18:02:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 18:02:38 +0200 |
commit | 40e412da4a11de97dda041287e306ca285c50ccf (patch) | |
tree | a0b28dffaba50d351cab1619f54516be23d2aa6f /game/src/Game/Menu/MainMenu | |
parent | f3f240853b15a9f9b7cb561dc6626e7f342c5c74 (diff) | |
parent | 62d001b0fa209f259440e160503dc5ffe5bcaa8f (diff) |
Merge pull request #142 from OpenVicProject/tidying
Tidying: missing req comments, submodules, hotkeys, user data folder
Diffstat (limited to 'game/src/Game/Menu/MainMenu')
-rw-r--r-- | game/src/Game/Menu/MainMenu/MainMenu.tscn | 1 | ||||
-rw-r--r-- | game/src/Game/Menu/MainMenu/ReleaseInfoBox.gd | 3 | ||||
-rw-r--r-- | game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/game/src/Game/Menu/MainMenu/MainMenu.tscn b/game/src/Game/Menu/MainMenu/MainMenu.tscn index 71d020a..3e48460 100644 --- a/game/src/Game/Menu/MainMenu/MainMenu.tscn +++ b/game/src/Game/Menu/MainMenu/MainMenu.tscn @@ -136,6 +136,7 @@ theme_type_variation = &"BottomMargin" layout_mode = 2 [node name="LocaleButton" parent="MenuPanel/MenuList/BottomMargin" instance=ExtResource("3_amonp")] +editor_description = "SS-87" layout_mode = 2 size_flags_horizontal = 8 alignment = 0 diff --git a/game/src/Game/Menu/MainMenu/ReleaseInfoBox.gd b/game/src/Game/Menu/MainMenu/ReleaseInfoBox.gd index e363162..f401919 100644 --- a/game/src/Game/Menu/MainMenu/ReleaseInfoBox.gd +++ b/game/src/Game/Menu/MainMenu/ReleaseInfoBox.gd @@ -12,7 +12,8 @@ var _checksum_label : Button var _checksum : String = "????" # REQUIREMENTS: -# * UIFUN-97 +# * SS-104, SS-105, SS-106, SS-107 +# * UIFUN-97, UIFUN-297, UIFUN-299 func _ready(): _version_label.text = _GIT_INFO_.release_name _version_label.tooltip_text = _GIT_INFO_.tag diff --git a/game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn b/game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn index 4dc6f4e..d9de5ea 100644 --- a/game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn +++ b/game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn @@ -10,6 +10,7 @@ _commit_label = NodePath("CommitLabel") _checksum_label = NodePath("ChecksumLabel") [node name="VersionLabel" type="Button" parent="."] +editor_description = "UI-869, UI-870" layout_mode = 2 tooltip_text = "VERSION_MISSING" focus_mode = 0 @@ -19,6 +20,7 @@ flat = true alignment = 0 [node name="CommitLabel" type="Button" parent="."] +editor_description = "UI-871, UI-872" layout_mode = 2 focus_mode = 0 theme_type_variation = &"CommitLabel" |