Mag gen & work towards AI

This commit is contained in:
2024-01-21 16:39:13 +01:00
parent 405b374b9a
commit 9e3deaf3b0
20 changed files with 341 additions and 21 deletions

View File

@@ -155,7 +155,7 @@ func _movement_process(delta: float) -> void:
if self.is_on_floor():
if Input.is_action_pressed("move_down"):
pass # lmanley: todo reimplement platforms
self.position.y += 1
else:
self.jump()
self.current_jumps = self.extra_jumps