forked from Cavemanon/SnootGame
Add Right Click to escape Gallery & Help messages
This commit is contained in:
@ -1251,7 +1251,7 @@ screen keyboard_help():
|
||||
|
||||
hbox:
|
||||
label _("Escape")
|
||||
text _("Accesses the game menu.")
|
||||
text _("Accesses the game menu. Also escapes the Gallery.")
|
||||
|
||||
hbox:
|
||||
label _("Ctrl")
|
||||
@ -1294,7 +1294,7 @@ screen mouse_help():
|
||||
|
||||
hbox:
|
||||
label _("Right Click")
|
||||
text _("Accesses the game menu.")
|
||||
text _("Accesses the game menu. Also escapes the Gallery.")
|
||||
|
||||
hbox:
|
||||
label _("Mouse Wheel Up\nClick Rollback Side")
|
||||
|
Reference in New Issue
Block a user