From b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:08:53 -0500 Subject: Updated HUD Files - Updated colors to use the schema instead of RGB codes - Removed unused or redundant code - Added shadows to certain elements - Corrected element names, reorganized some files - Pinned some elements to their parent elements - Fixed elements referencing non-existing colors or fonts --- resource/GameMenu.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 2138d67..53b97c9 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -11,7 +11,7 @@ "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayBrowserButton" + "ReplayButton" { "label" "Replay" "command" "engine replay_reloadbrowser" -- cgit v1.2.3 From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/GameMenu.res | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 53b97c9..fba28ce 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -3,35 +3,23 @@ // MAIN MENU "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -40,12 +28,10 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportBugButton" + "ReplayButton" { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report a Bug" + "label" "Replay" + "command" "engine replay_reloadbrowser" } "ConsoleButton" { @@ -54,21 +40,35 @@ "subimage" "glyph_options" "tooltip" "Console" } + "ReportBugButton" + { + "label" "" + "command" "engine bug" + "subimage" "glyph_bug" + "tooltip" "Report a Bug" + } + "SteamWorkshopButton" + { + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "Steam Workshop" + } "CallVoteButton" { "label" "" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" + "subimage" "glyph_muted" + "tooltip" "Mute Players" } "ReportPlayerButton" { -- cgit v1.2.3