diff options
author | Hop311 <hop3114@gmail.com> | 2023-07-21 01:26:31 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-07-21 01:26:31 +0200 |
commit | 62d001b0fa209f259440e160503dc5ffe5bcaa8f (patch) | |
tree | a0b28dffaba50d351cab1619f54516be23d2aa6f /game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn | |
parent | f3f240853b15a9f9b7cb561dc6626e7f342c5c74 (diff) |
Tidying: missing req comments, submodules, hotkeys
Diffstat (limited to 'game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn')
-rw-r--r-- | game/src/Game/Menu/MainMenu/ReleaseInfoBox.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
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" |