Bug fixes
This commit is contained in:
parent
69fee5e73d
commit
ce6a707526
5 changed files with 30 additions and 9 deletions
|
@ -48,6 +48,8 @@ function tickPlaying() {
|
|||
if (pressed[mapping.inventory]) {
|
||||
state.inventory = !state.inventory;
|
||||
}
|
||||
|
||||
if (pressed['KeyR']) events.startGame();
|
||||
}
|
||||
|
||||
function tickEditing() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue