summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/mvmvictorysplash.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-12-30 18:06:40 -0600
committerRaysFire <[email protected]>2013-12-30 18:06:40 -0600
commit808afa47052c3fc3f53df460cc3cb1b72477e51b (patch)
tree93473bf3a169a248586ee6a4906312091fdbe5d5 /minmode/resource/ui/mvmvictorysplash.res
parent0db13931dabb881974cd327f42cd3a123712d5f8 (diff)
Updated MvM hud (new progress bar/tank health bar)
Diffstat (limited to 'minmode/resource/ui/mvmvictorysplash.res')
-rw-r--r--minmode/resource/ui/mvmvictorysplash.res56
1 files changed, 56 insertions, 0 deletions
diff --git a/minmode/resource/ui/mvmvictorysplash.res b/minmode/resource/ui/mvmvictorysplash.res
new file mode 100644
index 0000000..9406292
--- /dev/null
+++ b/minmode/resource/ui/mvmvictorysplash.res
@@ -0,0 +1,56 @@
+"Resource/UI/MvMVictoryPanel.res"
+{
+ "SplashContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "SplashContainer"
+ "xpos" "c-150"
+ "ypos" "c-20"
+ "wide" "300"
+ "tall" "300"
+ "visible" "1"
+
+ "SplashBackground"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "SplashBackground"
+ "xpos" "99999"
+ "ypos" "99999"
+ "wide" "0"
+ "tall" "0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "image" "../hud/ammo_red_bg"
+ }
+
+ "SplashLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SplashLabelShadow"
+ "font" "HudFontGiantBold"
+ "labelText" "Victory!"
+ "textAlignment" "center"
+ "xpos" "2"
+ "ypos" "14"
+ "wide" "300"
+ "tall" "50"
+ "fgcolor" "black"
+ }
+
+ "SplashLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SplashLabel"
+ "font" "HudFontGiantBold"
+ "labelText" "Victory!"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "12"
+ "wide" "300"
+ "tall" "50"
+ "fgcolor" "Base Color"
+ }
+ }
+}