diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/hudspellselection.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 38abb43..8062a0f 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -4,7 +4,7 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemEffectMeterBG" - "xpos" "9999" + "xpos" "9999" } "Spellbook" @@ -41,7 +41,7 @@ "ypos" "9999" "wide" "100" "tall" "10" - "fgcolor" "tanlight" + "fgcolor" "TanLight" "visible" "1" } @@ -65,17 +65,17 @@ "ControlName" "CExLabel" "fieldName" "CountText" "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" "labelText" "%counttext%" "textAlignment" "center" "xpos" "43" "ypos" "30" "zpos" "1" - "font_minmode" "CerbeticaBold20" "xpos_minmode" "18" "ypos_minmode" "50" "wide" "20" "tall" "30" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CountTextShadow" @@ -83,16 +83,18 @@ "ControlName" "CExLabel" "fieldName" "CountTextShadow" "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" "labelText" "%counttext%" "textAlignment" "center" - "xpos" "44" - "ypos" "31" + "xpos" "-1" + "ypos" "-1" "zpos" "0" - "font_minmode" "CerbeticaBold20" - "xpos_minmode" "19" - "ypos_minmode" "51" "wide" "20" "tall" "30" - "fgcolor" "0 0 0 255" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "CountText" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } }
\ No newline at end of file |
