mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Add Right Click to escape Gallery & Help messages
This commit is contained in:
parent
798ff85ff6
commit
c90faec1d1
2 changed files with 3 additions and 2 deletions
|
@ -1251,7 +1251,7 @@ screen keyboard_help():
|
||||||
|
|
||||||
hbox:
|
hbox:
|
||||||
label _("Escape")
|
label _("Escape")
|
||||||
text _("Accesses the game menu.")
|
text _("Accesses the game menu. Also escapes the Gallery.")
|
||||||
|
|
||||||
hbox:
|
hbox:
|
||||||
label _("Ctrl")
|
label _("Ctrl")
|
||||||
|
@ -1294,7 +1294,7 @@ screen mouse_help():
|
||||||
|
|
||||||
hbox:
|
hbox:
|
||||||
label _("Right Click")
|
label _("Right Click")
|
||||||
text _("Accesses the game menu.")
|
text _("Accesses the game menu. Also escapes the Gallery.")
|
||||||
|
|
||||||
hbox:
|
hbox:
|
||||||
label _("Mouse Wheel Up\nClick Rollback Side")
|
label _("Mouse Wheel Up\nClick Rollback Side")
|
||||||
|
|
|
@ -248,6 +248,7 @@ screen view_image(item, _origin, zoom = zoom_arr.index(1.0), flag='a'):
|
||||||
|
|
||||||
tag menu
|
tag menu
|
||||||
key "game_menu" action _origin
|
key "game_menu" action _origin
|
||||||
|
key "button_alternate" action _origin
|
||||||
|
|
||||||
# mousewheel & insert+delete
|
# mousewheel & insert+delete
|
||||||
if (ALLOW_ZOOM):
|
if (ALLOW_ZOOM):
|
||||||
|
|
Loading…
Reference in a new issue