diff options
| author | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
| commit | 68ab27b7672e1d617da812dfedfddd0296f1cf9c (patch) | |
| tree | 46a36ef48cda559877e2579b810ae540614f82ee /resource/GameMenu.res | |
| parent | aab49e453a3f79cc16dba4d50e826879a1278b5d (diff) | |
20180326 - Console Button and Item Popup Fix
- Added a console button to the main menu, by popular request (gear icon
to the right of the rayshud title)
- Fixed an issue where hovering over an item in inventory with a
rotating 3D model would break all other item info panels when viewing
them in backpack or slot select screen
Diffstat (limited to 'resource/GameMenu.res')
| -rw-r--r-- | resource/GameMenu.res | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 81cf662..4e14347 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -49,6 +49,13 @@ "subimage" "glyph_bug" "tooltip" "Report Bug" } + "ConsoleButton" + { + "label" "" + "command" "engine toggleconsole" + "subimage" "glyph_options" + "tooltip" "Console" + } "CallVoteButton" { "label" "" |
