Merge pull request #998 from sevenrats/options-closes-options
options button closes user settings menu
This commit is contained in:
commit
77d8cd7a1b
|
@ -187,6 +187,11 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
|||
return true
|
||||
end if
|
||||
|
||||
if key = "options"
|
||||
m.global.sceneManager.callFunc("popScene")
|
||||
return true
|
||||
end if
|
||||
|
||||
if key = "right"
|
||||
settingSelected()
|
||||
end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user