diff options
| author | CriticalFlaw <[email protected]> | 2021-06-28 23:30:02 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-06-28 23:30:02 -0400 |
| commit | ee0a3d1404f26494ec1ea7e02a08847baf529658 (patch) | |
| tree | fb3e15aa5effeb9bac731a27f4319fe0b828d79c /resource/gamemenu.res | |
| parent | 197e4e9ece2de4aa3234492713ab276357aaeccc (diff) | |
Updated main menu pages
- Added a home server button.
- Added a HUD Options panel.
- Updated the source schema.
- Updated the backpack, trade, stats, workshop
Diffstat (limited to 'resource/gamemenu.res')
| -rw-r--r-- | resource/gamemenu.res | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resource/gamemenu.res b/resource/gamemenu.res index 5b910d6..d29bf28 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -66,14 +66,14 @@ } "MOTD_ShowButtonPanel" { - "label" "o" + "label" "w" "command" "motd_show" - "tooltip" "#TF_MOTD_Title" + "tooltip" "#TF_OptionCategory_HUD" } - "RefreshHUDButton" + "HomeServerButton" { - "label" "." - "command" "engine hud_reloadscheme" - "tooltip" "Refresh HUD" + "label" "p" + "command" "engine connect 138.197.133.71; password flawhud" + "tooltip" "Home Server" } }
\ No newline at end of file |
