diff options
| author | raysfire <[email protected]> | 2016-10-25 11:27:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 11:27:27 -0500 |
| commit | 15ef98f426de57feba379b36830785581f13410a (patch) | |
| tree | 55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/HudArenaNotification.res | |
| parent | 02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff) | |
| parent | 5c650570389044ddd588e83d595a8794fb1e8032 (diff) | |
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/HudArenaNotification.res')
| -rw-r--r-- | minmode/resource/ui/HudArenaNotification.res | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/minmode/resource/ui/HudArenaNotification.res b/minmode/resource/ui/HudArenaNotification.res deleted file mode 100644 index b68fd01..0000000 --- a/minmode/resource/ui/HudArenaNotification.res +++ /dev/null @@ -1,90 +0,0 @@ -"Resource/UI/HudArenaNotification.res"
-{
- "HudArenaNotificationBG"
- {
- "ControlName" "ImagePanel"
- "fieldName" "HudArenaNotificationBG"
- "xpos" "20"
- "ypos" "20"
- "zpos" "-1"
- "wide" "280"
- "tall" "150"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "0 0 0 100"
- }
-
- "WarningLabel"
- {
- "ControlName" "Label"
- "fieldName" "WarningLabel"
- "font" "CerbeticaBold72"
- "xpos" "40"
- "ypos" "50"
- "zpos" "1"
- "wide" "72"
- "tall" "72"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "1"
- "labelText" "!"
- "textAlignment" "center"
- }
- "BalanceLabel"
- {
- "ControlName" "Label"
- "fieldName" "BalanceLabel"
- "font" "CerbeticaBold20"
- "xpos" "75"
- "ypos" "30"
- "zpos" "1"
- "wide" "230"
- "tall" "64"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "1"
- "labelText" ""
- "textAlignment" "west"
- }
-
- "BalanceLabelTip"
- {
- "ControlName" "Label"
- "fieldName" "BalanceLabelTip"
- "font" "CerbeticaBold16"
- "xpos" "75"
- "ypos" "94"
- "zpos" "1"
- "wide" "230"
- "tall" "64"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "1"
- "labelText" "%notificationtip%"
- "textAlignment" "west"
- }
- "SwitchImage"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "SwitchImage"
- "xpos" "25"
- "ypos" "23"
- "zpos" "1"
- "wide" "50"
- "tall" "50"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../hud/ico_teambalance"
- "scaleImage" "1"
- }
-}
|
