diff options
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/hudaccountpanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/mapinfomenu.res | 24 | ||||
| -rw-r--r-- | resource/ui/textwindow.res | 12 |
3 files changed, 37 insertions, 1 deletions
diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index 00cab75..bf0cc16 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -2,7 +2,7 @@ { "CHudAccountPanel" { - "delta_item_x" "10" + "delta_item_x" "8" "delta_item_start_y" "10" "delta_item_end_y" "35" "PositiveColor" "ColorGreen" diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index a8a7206..c8868d7 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -181,4 +181,28 @@ "fieldName" "ShadedBar" "xpos" "9999" } + + "teambutton0SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton0SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&E" + "command" "continue" + } + + "teambutton1SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton1SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&Q" + "command" "back" + } }
\ No newline at end of file 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 |
