summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/mvmvictorysplash.res
diff options
context:
space:
mode:
authorraysfire <[email protected]>2016-10-25 11:27:27 -0500
committerGitHub <[email protected]>2016-10-25 11:27:27 -0500
commit15ef98f426de57feba379b36830785581f13410a (patch)
tree55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/mvmvictorysplash.res
parent02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff)
parent5c650570389044ddd588e83d595a8794fb1e8032 (diff)
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/mvmvictorysplash.res')
-rw-r--r--minmode/resource/ui/mvmvictorysplash.res56
1 files changed, 0 insertions, 56 deletions
diff --git a/minmode/resource/ui/mvmvictorysplash.res b/minmode/resource/ui/mvmvictorysplash.res
deleted file mode 100644
index 9406292..0000000
--- a/minmode/resource/ui/mvmvictorysplash.res
+++ /dev/null
@@ -1,56 +0,0 @@
-"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"
- }
- }
-}