diff options
Diffstat (limited to 'resource/ui/HudAccountPanel.res')
| -rw-r--r-- | resource/ui/HudAccountPanel.res | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res new file mode 100644 index 0000000..12241e6 --- /dev/null +++ b/resource/ui/HudAccountPanel.res @@ -0,0 +1,115 @@ +"Resource/UI/HudAccountPanel.res"
+{
+ "CHudAccountPanel"
+ {
+ "delta_item_x" "33"
+ "delta_item_start_y" "130"
+ "delta_item_end_y" "150"
+ "PositiveColor" "0 255 0 255"
+ "NegativeColor" "255 0 0 255"
+ "delta_lifetime" "1.5"
+ "delta_item_font" "Cerbetica28"
+ }
+ "CHudAccountPanelOutline"
+ {
+ "delta_item_x" "33"
+ "delta_item_start_y" "130"
+ "delta_item_end_y" "150"
+ "PositiveColor" "0 255 0 255"
+ "NegativeColor" "255 0 0 255"
+ "delta_lifetime" "1.5"
+ "delta_item_font" "Cerbetica24"
+ }
+
+ "AccountBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "AccountBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "0"
+ "wide" "84"
+ "tall" "42"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/misc_ammo_area_blue"
+ "scaleImage" "1"
+ "teambg_2" "../hud/misc_ammo_area_red"
+ "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
+ "teambg_3" "../hud/misc_ammo_area_blue"
+ "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
+ }
+
+ "MetalIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "MetalIcon"
+ "xpos" "3"
+ "ypos" "120"
+ "zpos" "1"
+ "wide" "10"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_metal"
+ "iconColor" "ProgressOffWhite"
+ }
+ "MetalIconBackground"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "MetalIconBackground"
+ "xpos" "4"
+ "ypos" "121"
+ "zpos" "1"
+ "wide" "10"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_metal"
+ "iconColor" "TransparentBlack"
+ }
+
+ "AccountValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AccountValue"
+ "xpos" "4"
+ "ypos" "112"
+ "zpos" "2"
+ "wide" "55"
+ "tall" "26"
+ "autoResize" "1"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "%metal%"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica24"
+ }
+ "AccountValueBackground"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AccountValueBackgorund"
+ "xpos" "5"
+ "ypos" "113"
+ "zpos" "2"
+ "wide" "55"
+ "tall" "26"
+ "autoResize" "1"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "%metal%"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica24"
+ "fgcolor" "TransparentBlack"
+ }
+}
\ No newline at end of file |
