Bug fixes

This commit is contained in:
asraelite 2018-03-06 00:32:29 +00:00
parent 69fee5e73d
commit ce6a707526
5 changed files with 30 additions and 9 deletions

View file

@ -48,6 +48,8 @@ function tickPlaying() {
if (pressed[mapping.inventory]) {
state.inventory = !state.inventory;
}
if (pressed['KeyR']) events.startGame();
}
function tickEditing() {