summaryrefslogtreecommitdiff
path: root/resource/ui/hudkillstreaknotice.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-12-01 21:41:31 -0600
committerRaysFire <[email protected]>2013-12-01 21:41:31 -0600
commit1e31060d67f993e7ca9a4607a8430b759d5b404a (patch)
tree6c3373d2b9806c08d8aed6ad89427810ebfc122d /resource/ui/hudkillstreaknotice.res
parentabe01816ebb81cf8f3f10e07434e5bfefdee6f2c (diff)
Updated hud to support killstreak numbers
Diffstat (limited to 'resource/ui/hudkillstreaknotice.res')
-rw-r--r--resource/ui/hudkillstreaknotice.res34
1 files changed, 34 insertions, 0 deletions
diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res
new file mode 100644
index 0000000..6a80c92
--- /dev/null
+++ b/resource/ui/hudkillstreaknotice.res
@@ -0,0 +1,34 @@
+"Resource/UI/HudKillStreakNotice.res"
+{
+ "Background"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Background"
+ "xpos" "c-250"
+ "ypos" "50"
+ "zpos" "0"
+ "wide" "500"
+ "tall" "50"
+ "autoResize" "0"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "46 43 42 160"
+ }
+
+ "SplashLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SplashLabel"
+ "font" "HudFontSmallestBold"
+ "labelText" ""
+ "textAlignment" "center"
+ "xpos" "c-250"
+ "ypos" "50"
+ "zpos" "2"
+ "wide" "500"
+ "tall" "50"
+ "autoResize" "0"
+ "fgcolor" "tanlight"
+ }
+}