From d15015c514cd89ed05c9ff75b011c1a30e8c03f7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 17 Oct 2016 09:50:12 -0600 Subject: Removed redundant minmode files A lot of the files are identical to the base rayshud files, so why incldue them? --- minmode/resource/ui/HudArenaNotification.res | 90 ---------------------------- 1 file changed, 90 deletions(-) delete mode 100644 minmode/resource/ui/HudArenaNotification.res (limited to 'minmode/resource/ui/HudArenaNotification.res') 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" - } -} -- cgit v1.2.3