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/OptionMenu/VideoTab.tscn | |
parent | 3a46095b678d75292090802280ce9dbd3f2d24dc (diff) |
Comments marking implemeneted requirements
Diffstat (limited to 'game/src/OptionMenu/VideoTab.tscn')
-rw-r--r-- | game/src/OptionMenu/VideoTab.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/src/OptionMenu/VideoTab.tscn b/game/src/OptionMenu/VideoTab.tscn index f14f757..245d15d 100644 --- a/game/src/OptionMenu/VideoTab.tscn +++ b/game/src/OptionMenu/VideoTab.tscn @@ -26,6 +26,7 @@ layout_mode = 2 text = "Resolution" [node name="ResolutionSelector" type="OptionButton" parent="VBoxContainer/GridContainer"] +editor_description = "UI-19" layout_mode = 2 item_count = 1 selected = 0 @@ -36,6 +37,7 @@ section_name = "Video" setting_name = "Resolution" [node name="ScreenModeLabel" type="Label" parent="VBoxContainer/GridContainer"] +editor_description = "UI-44" layout_mode = 2 text = "Screen Mode" |