summaryrefslogtreecommitdiff
path: root/resource/ui/MvMScoreboard.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/MvMScoreboard.res')
-rw-r--r--resource/ui/MvMScoreboard.res204
1 files changed, 204 insertions, 0 deletions
diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res
new file mode 100644
index 0000000..ca51b62
--- /dev/null
+++ b/resource/ui/MvMScoreboard.res
@@ -0,0 +1,204 @@
+"Resource/UI/MvMScoreboard.res"
+{
+ "WaveStatusPanel"
+ {
+ "ControlName" "CWaveStatusPanel"
+ "fieldName" "WaveStatusPanel"
+ "xpos" "100"
+ "ypos" "8"
+ "zpos" "0"
+ "wide" "400"
+ "tall" "67"
+ "visible" "1"
+ "enabled" "1"
+
+ "verbose" "1"
+ }
+
+ "PopFileLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PopFileLabel"
+ "font" "Cerbetica24"
+ "labelText" "%popfile%"
+ "textAlignment" "center"
+ "xpos" "c-270"
+ "ypos" "c150"
+ "wide" "290"
+ "tall" "20"
+ "fgcolor" "tanlight"
+ }
+
+ "DifficultyContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "DifficultyContainer"
+ "xpos" "425"
+ "ypos" "30"
+ "wide" "150"
+ "tall" "50"
+ "visible" "1"
+
+ "DifficultyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DifficultyLabel"
+ "font" "Cerbetica24"
+ "labelText" "#TF_MvM_Difficulty"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "-6"
+ "wide" "150"
+ "tall" "30"
+ "fgcolor" "tanlight"
+ }
+
+ "DifficultyValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DifficultyValue"
+ "font" "Cerbetica16"
+ "labelText" "%difficultyvalue%"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "16"
+ "wide" "150"
+ "tall" "20"
+ "fgcolor" "tanlight"
+ }
+ }
+
+ "PlayerListBackground"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "PlayerListBackground"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "150"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/tournament_panel_brown"
+
+ "scaleImage" "1"
+
+ "src_corner_height" "22" // pixels inside the image
+ "src_corner_width" "22"
+
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "0"
+ }
+
+ "MvMPlayerList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "MvMPlayerList"
+ "xpos" "110"
+ "ypos" "79"
+ "wide" "380"
+ "tall" "150"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "3"
+ "linespacing" "22"
+ "textcolor" "White"
+ "font" "Cerbetica24"
+ }
+
+ "CreditStatsContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "CreditStatsContainer"
+ "xpos" "100"
+ "ypos" "230"
+ "wide" "400"
+ "tall" "205"
+ "visible" "1"
+
+ "CreditStatsBackground"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "CreditStatsBackground"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "135"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../HUD/tournament_panel_brown"
+
+ "src_corner_height" "22" // pixels inside the image
+ "src_corner_width" "22"
+
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "0"
+ }
+
+ "CreditsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditsLabel"
+ "font" "Cerbetica16"
+ "labelText" "#TF_PVE_Currency"
+ "textAlignment" "center"
+ "xpos" "8"
+ "ypos" "8"
+ "wide" "200"
+ "fgcolor" "tanlight"
+ }
+
+ "PreviousWaveCreditInfoPanel"
+ {
+ "ControlName" "CCreditDisplayPanel"
+ "fieldName" "PreviousWaveCreditInfoPanel"
+ "xpos" "8"
+ "ypos" "30"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "TotalGameCreditInfoPanel"
+ {
+ "ControlName" "CCreditDisplayPanel"
+ "fieldName" "TotalGameCreditInfoPanel"
+ "xpos" "208"
+ "ypos" "30"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "PreviousWaveCreditSpendPanel"
+ {
+ "ControlName" "CCreditSpendPanel"
+ "fieldName" "PreviousWaveCreditSpendPanel"
+ "xpos" "8"
+ "ypos" "75"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "TotalGameCreditSpendPanel"
+ {
+ "ControlName" "CCreditSpendPanel"
+ "fieldName" "TotalGameCreditSpendPanel"
+ "xpos" "208"
+ "ypos" "75"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+ }
+}