diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/chapterbackgrounds.txt | 29 | ||||
| -rw-r--r-- | scripts/hudlayout.res | 44 |
2 files changed, 41 insertions, 32 deletions
diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt index 4290f42..48b1d6d 100644 --- a/scripts/chapterbackgrounds.txt +++ b/scripts/chapterbackgrounds.txt @@ -1,15 +1,14 @@ - "chapters" - { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" - } - "BackgroundMaps" - { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" - } - +"chapters" +{ + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" +} +"BackgroundMaps" +{ + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" +}
\ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 7fdb954..ff15f44 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1379,7 +1379,6 @@ "TextFont" "Default" "ItemFont" "Default" "ItemFontPulsing" "Default" - } HudSpellMenu @@ -1562,8 +1561,8 @@ "avatar_tall" "14" "show_dead_icon" "1" - "dead_ypos" "0" "dead_xpos" "118" + "dead_ypos" "0" "dead_wide" "16" "dead_tall" "16" @@ -2181,32 +2180,43 @@ "bgcolor_override" "0 0 0 0" "PaintBackgroundType" "0" // rounded corners } + + CTFFlagCalloutPanel + { + "fieldName" "CTFFlagCalloutPanel" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "priority" "40" + } + "HudMenuTauntSelection" { "fieldName" "HudMenuTauntSelection" "visible" "1" "enabled" "1" "xpos" "c-235" - - - - - - - - - - - - - - "ypos" "c-85" "wide" "470" "tall" "200" "PaintBackgroundType" "0" } + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f5" + "tall" "f0" + "PaintBackgroundType" "0" + } + HudMiniGame { "fieldName" "HudMiniGame" @@ -2290,4 +2300,4 @@ "mouseinputenabled" "0" "alpha" "100" } -} +}
\ No newline at end of file |
