diff options
| author | RaysFire <[email protected]> | 2012-12-10 20:08:22 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2012-12-10 20:08:22 -0600 |
| commit | 3a9cb7447bb27114d7298a68d83d25ec499c1d2d (patch) | |
| tree | 829f26b7dbe7155f2a16511356c4dad1ad6d5b2f /minmode/resource/ui/HudArenaNotification.res | |
| parent | bc682d70ef82b455ec00b4e7820c3942f395733d (diff) | |
Added in a minmode!
Diffstat (limited to 'minmode/resource/ui/HudArenaNotification.res')
| -rw-r--r-- | minmode/resource/ui/HudArenaNotification.res | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudArenaNotification.res b/minmode/resource/ui/HudArenaNotification.res new file mode 100644 index 0000000..b68fd01 --- /dev/null +++ b/minmode/resource/ui/HudArenaNotification.res @@ -0,0 +1,90 @@ +"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"
+ }
+}
|
