diff options
Diffstat (limited to 'minmode/resource/ui/HudAccountPanel.res')
| -rw-r--r-- | minmode/resource/ui/HudAccountPanel.res | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudAccountPanel.res b/minmode/resource/ui/HudAccountPanel.res new file mode 100644 index 0000000..517ff8f --- /dev/null +++ b/minmode/resource/ui/HudAccountPanel.res @@ -0,0 +1,115 @@ +"Resource/UI/HudAccountPanel.res"
+{
+ "CHudAccountPanel"
+ {
+ "delta_item_x" "12"
+ "delta_item_start_y" "75"
+ "delta_item_end_y" "105"
+ "PositiveColor" "0 255 0 255"
+ "NegativeColor" "255 0 0 255"
+ "delta_lifetime" "1.5"
+ "delta_item_font" "Cerbetica16"
+ }
+ "CHudAccountPanelOutline"
+ {
+ "delta_item_x" "0"
+ "delta_item_start_y" "75"
+ "delta_item_end_y" "105"
+ "PositiveColor" "0 255 0 255"
+ "NegativeColor" "255 0 0 255"
+ "delta_lifetime" "1.5"
+ "delta_item_font" "Cerbetica16"
+ }
+
+ "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" "0"
+ "ypos" "70"
+ "zpos" "1"
+ "wide" "10"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_metal"
+ "iconColor" "ProgressOffWhite"
+ }
+ "MetalIconBackground"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "MetalIconBackground"
+ "xpos" "1"
+ "ypos" "71"
+ "zpos" "1"
+ "wide" "10"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_metal"
+ "iconColor" "TransparentBlack"
+ }
+
+ "AccountValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AccountValue"
+ "xpos" "1"
+ "ypos" "62"
+ "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" "Cerbetica20"
+ }
+ "AccountValueBackground"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AccountValueBackgorund"
+ "xpos" "2"
+ "ypos" "63"
+ "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" "Cerbetica20"
+ "fgcolor" "TransparentBlack"
+ }
+}
\ No newline at end of file |
