Skip to content

Instantly share code, notes, and snippets.

@SirBlockles
Created August 16, 2018 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirBlockles/f89e14bd8b9a2affdcbf0362feabf649 to your computer and use it in GitHub Desktop.
Save SirBlockles/f89e14bd8b9a2affdcbf0362feabf649 to your computer and use it in GitHub Desktop.
"weaponchargeamount"
{
"ControlName" "CExLabel"
"fieldName" "weaponchargeamount"
"font" "RobotoCondensedBold12"
"xpos" "124"
"ypos" "8"
"zpos" "5"
"wide" "25"
"tall" "15"
"visible" "1"
"labelText" "%weaponchargeamount%"
"textAlignment" "east"
"fgcolor" "White_custom"
}
"WeaponChargeRed"
{
"ControlName" "ContinuousProgressBar"
"fieldname" "WeaponChargeRed"
"variable" "weaponchargeamount"
"xpos" "0"
"ypos" "10"
"zpos" "4"
"wide" "150"
"tall" "11"
"visible" "0"
"enabled" "1"
"progress" "1"
"fgcolor_override" "100 175 100 255"
"bgcolor_override" "50 60 50 255"
}
"WeaponChargeBlue"
{
"ControlName" "ContinuousProgressBar"
"fieldname" "WeaponChargeBlue"
"variable" "weaponchargeamount"
"xpos" "0"
"ypos" "10"
"zpos" "4"
"wide" "150"
"tall" "11"
"visible" "0"
"enabled" "1"
"progress" "1"
"fgcolor_override" "100 175 100 255"
"bgcolor_override" "50 60 50 255"
}
"weaponchargename"
{
"ControlName" "CExLabel"
"fieldName" "weaponchargename"
"font" "RobotoCondensedBold12"
"xpos" "12"
"ypos" "7"
"zpos" "5"
"wide" "150"
"tall" "18"
"visible" "1"
"labelText" "%weaponchargename%"
"textAlignment" "west"
"fgcolor" "White_custom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment