summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/tankprogressbar.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2016-10-17 09:50:12 -0600
committerCriticalFlaw <[email protected]>2016-10-17 09:50:12 -0600
commitd15015c514cd89ed05c9ff75b011c1a30e8c03f7 (patch)
tree3604a8a475bbbb34948709b4d113018d2d39b61e /minmode/resource/ui/tankprogressbar.res
parent148f2c60cdfc87a7ea05d6a3b1706bba06c01b48 (diff)
Removed redundant minmode files
A lot of the files are identical to the base rayshud files, so why incldue them?
Diffstat (limited to 'minmode/resource/ui/tankprogressbar.res')
-rw-r--r--minmode/resource/ui/tankprogressbar.res87
1 files changed, 0 insertions, 87 deletions
diff --git a/minmode/resource/ui/tankprogressbar.res b/minmode/resource/ui/tankprogressbar.res
deleted file mode 100644
index f47b46a..0000000
--- a/minmode/resource/ui/tankprogressbar.res
+++ /dev/null
@@ -1,87 +0,0 @@
-"Resource/UI/TankProgressBar.res"
-{
- "TankProgressBar"
- {
- "ControlName" "CTankProgressBar"
- "fieldName" "TankProgressBar"
- "xpos" "0"
- "ypos" "0"
- "zpos" "3"
- "wide" "190"
- "tall" "18"
- "visible" "0"
- "enabled" "1"
- }
-
- "TankImage"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "TankImage"
- "xpos" "5"
- "ypos" "0"
- "zpos" "3"
- "wide" "18"
- "tall" "18"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/leaderboard_class_tank"
- "scaleImage" "1"
- }
-
- "ProgressBar"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ProgressBar"
- "xpos" "30"
- "ypos" "7"
- "zpos" "2"
- "wide" "153"
- "tall" "5"
- "visible" "1"
- "enabled" "1"
- "image" ""
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "5"
- }
-
- "ProgressBarBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ProgressBarBG"
- "xpos" "29"
- "ypos" "3"
- "zpos" "1"
- "wide" "155"
- "tall" "12"
- "visible" "0"
- "enabled" "0"
- "image" "../HUD/tournament_panel_tan"
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "5"
- }
-
- "ProgressBarBG2"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ProgressBarBG2"
- "xpos" "30"
- "ypos" "7"
- "zpos" "2"
- "wide" "153"
- "tall" "5"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "Base Color"
-
- }
-}