Skip to content

Commit

Permalink
Create huditemeffectmeter_organs.res
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Apr 24, 2024
1 parent e76ae93 commit e39be14
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions resource/ui/huditemeffectmeter_organs.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
"Resource/UI/HudItemEffectMeter_Scout.res"
{
HudItemEffectMeter
{
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"x_offset" "40"
"xpos" "r224" [$WIN32]
"ypos" "r57" [$WIN32]
"xpos_minmode" "r110" [$WIN32]
"ypos_minmode" "r70" [$WIN32]
"x_offset_minmode" "0" [$WIN32]
"xpos" "r194" [$X360]
"ypos" "r124" [$X360]
"wide" "100"
"tall" "50"
"MeterFG" "White"
"MeterBG" "Gray"
}

"ItemEffectMeterBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemEffectMeterBG"
"xpos" "12"
"ypos" "0"
"zpos" "0"
"wide" "100"
"tall" "50"
"visible" "1"
"visible_minmode" "0"
"enabled" "1"
"image" "../hud/misc_ammo_area_horiz2_blue"
"scaleImage" "1"
"teambg_2" "../hud/misc_ammo_area_horiz2_red"
"teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
"teambg_3" "../hud/misc_ammo_area_horiz2_blue"
"teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
}

"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "40"
"xpos_minmode" "15"
"ypos" "27"
"ypos_minmode" "0"
"zpos" "2"
"wide" "41"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"visible_minmode" "1"
"textAlignment_minmode" "west"
"enabled" "1"
"tabPosition" "0"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "TFFontSmall"
}

"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "45"
"ypos" "23"
"ypos_minmode" "0"
"xpos_minmode" "0"
"zpos" "2"
"wide" "30"
"wide_minmode" "50"
"tall" "5"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}

"ItemEffectMeterCount"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterCount"
"xpos" "40"
"xpos_minmode" "12"
"ypos" "10"
"zpos" "2"
"wide" "40"
"tall" "20"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%progresscount%"
"textAlignment" "north"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontMedium"
}
}

0 comments on commit e39be14

Please sign in to comment.