diff options
| author | Ian Bruton <[email protected]> | 2012-09-24 02:33:37 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-09-24 02:34:42 -0500 |
| commit | df288cfafc687d8aad8bb05b0413ce8b173317f3 (patch) | |
| tree | 0a1675aa3feea6e1fc8c55df5b8eaff540681382 /resource/ui/HudItemEffectMeter_PowerupBottle.res | |
| parent | 5476eb3b533101b6dec45fa0d9b81f1eba05674c (diff) | |
Initial Upload
Diffstat (limited to 'resource/ui/HudItemEffectMeter_PowerupBottle.res')
| -rw-r--r-- | resource/ui/HudItemEffectMeter_PowerupBottle.res | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/resource/ui/HudItemEffectMeter_PowerupBottle.res b/resource/ui/HudItemEffectMeter_PowerupBottle.res new file mode 100644 index 0000000..b65c10c --- /dev/null +++ b/resource/ui/HudItemEffectMeter_PowerupBottle.res @@ -0,0 +1,111 @@ +"Resource/UI/HudItemEffectMeter_PowerupBottles.res"
+{
+ HudItemEffectMeter
+ {
+ "fieldName" "HudItemEffectMeter"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r100" [$WIN32]
+ "ypos" "r70" [$WIN32]
+ "wide" "100"
+ "tall" "60"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
+ }
+
+ "ItemEffectMeterBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "ItemEffectMeterBG"
+ "xpos" "c10"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "90"
+ "tall" "56"
+ "visible" "0"
+ "visible_minmode" "0"
+ "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"
+ }
+
+ "ItemEffectIcon"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "ItemEffectIcon"
+ "xpos" "27"
+ "ypos" "-5"
+ "zpos" "1"
+ "wide" "27"
+ "tall" "27"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/ico_powerup_critboost_red"
+ "scaleImage" "1"
+ }
+
+ "ItemEffectMeterLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemEffectMeterLabel"
+ "xpos" "12"
+ "ypos" "15"
+ "zpos" "2"
+ "wide" "80"
+ "tall" "40"
+ "autoResize" "1"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#TF_Ball"
+ "textAlignment" "center"
+ "centerwrap" "1"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica12"
+ }
+
+ "ItemEffectMeter"
+ {
+ "ControlName" "ContinuousProgressBar"
+ "fieldName" "ItemEffectMeter"
+ "font" "Default"
+ "xpos" "25"
+ "ypos" "23"
+ "zpos" "2"
+ "wide" "40"
+ "tall" "6"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "textAlignment" "Left"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "ItemEffectMeterCount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemEffectMeterCount"
+ "xpos" "40"
+ "ypos" "1"
+ "zpos" "2"
+ "wide" "40"
+ "tall" "20"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "%progresscount%"
+ "textAlignment" "north"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica24"
+ }
+}
|
