diff options
| author | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
| commit | 9af5265fb62d3a398409b1be4a058d7762a2c380 (patch) | |
| tree | 6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /resource/ui/HudItemEffectMeter_Engineer.res | |
| parent | 54dab300d1715a4fed8488a5b43d80c30e717597 (diff) | |
Minmode Reimplementation
- Added "_minmode" variables to files that use them
- Removed minmode folder and files
- Minmode can now be activated without needing to copy files over
Diffstat (limited to 'resource/ui/HudItemEffectMeter_Engineer.res')
| -rw-r--r-- | resource/ui/HudItemEffectMeter_Engineer.res | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resource/ui/HudItemEffectMeter_Engineer.res b/resource/ui/HudItemEffectMeter_Engineer.res index c1ae00f..c60d689 100644 --- a/resource/ui/HudItemEffectMeter_Engineer.res +++ b/resource/ui/HudItemEffectMeter_Engineer.res @@ -7,6 +7,7 @@ "enabled" "1"
"xpos" "c-75"
"ypos" "391"
+ "ypos_minmode" "338"
"wide" "500"
"tall" "500"
"MeterFG" "White"
@@ -38,6 +39,7 @@ "ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "190"
+ "xpos_minmode" "145"
"ypos" "-1"
"zpos" "2"
"wide" "40"
@@ -79,6 +81,8 @@ "fieldName" "ItemEffectMeterCount"
"xpos" "190"
"ypos" "10"
+ "xpos_minmode" "145"
+ "ypos_minmode" "5"
"zpos" "2"
"wide" "40"
"tall" "20"
@@ -91,6 +95,7 @@ "dulltext" "0"
"brighttext" "0"
"font" "CerbeticaBold28"
+ "font_minmode" "CerbeticaBold16"
}
"ItemEffectMeterCountBackground"
{
@@ -98,6 +103,8 @@ "fieldName" "ItemEffectMeterCountBackground"
"xpos" "191"
"ypos" "11"
+ "xpos_minmode" "146"
+ "ypos_minmode" "6"
"zpos" "2"
"wide" "40"
"tall" "20"
@@ -110,6 +117,7 @@ "dulltext" "0"
"brighttext" "0"
"font" "CerbeticaBold28"
+ "font_minmode" "CerbeticaBold16"
"fgcolor" "transparentblack"
}
}
|
