added jump

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-07-17 03:40:42 +02:00
parent 13e7c24b65
commit 9194dc50ed
6 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default class Chest extends Interactable {
this.play('chest_open');
const options = [/*"slow", "speed", "storm", */"heal"];
const options = [/*"storm", "slow", */"jump", "speed", "heal"];
let item = new Item(this.scene, {
x: this.x,