add non-configurable escape button to input type, to be used as a way to go backwards or exit menu
This commit is contained in:
@@ -304,6 +304,7 @@ struct
|
||||
, down = CoreKey.KEY_DOWN
|
||||
, jump = CoreKey.KEY_Z
|
||||
, attack = CoreKey.KEY_X
|
||||
, escape = CoreKey.KEY_ESCAPE
|
||||
}
|
||||
|
||||
val () = InputState.setControls controls
|
||||
|
||||
Reference in New Issue
Block a user