summaryrefslogtreecommitdiff
path: root/resource/ui/textwindow.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-08 21:40:12 -0400
committerCriticalFlaw <[email protected]>2020-08-08 21:40:12 -0400
commitac615cd93f8146a95e41aee53286f92289cf0d79 (patch)
tree5815b8b2e52c1f3a13c7a1eddfa44f9f8ae72ea6 /resource/ui/textwindow.res
parentc8ba1648bd2752ba647b09f164739a7c5ff83734 (diff)
Fixed Server Navigation Keys
- Moved the main menu backgrounds to better work with the installer. - Fixed not being able to navigate server welcome screens with E and Q keys. - Fixed the metal counter overlapping slightly when enough metal is added.
Diffstat (limited to 'resource/ui/textwindow.res')
-rw-r--r--resource/ui/textwindow.res12
1 files changed, 12 insertions, 0 deletions
diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res
index 1b06204..60171aa 100644
--- a/resource/ui/textwindow.res
+++ b/resource/ui/textwindow.res
@@ -149,4 +149,16 @@
"visible" "0"
"enabled" "0"
}
+
+ "teambutton0SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton0SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&E"
+ "command" "okay"
+ }
} \ No newline at end of file