Mag gen & work towards AI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user