Added NPC ArrowGirl
This commit is contained in:
@@ -40,7 +40,7 @@ func _physics_process(_delta) -> void:
|
||||
buffer_jumping -= 1
|
||||
|
||||
#process coyote and jump buffers
|
||||
if buffer_grounded > 0 and buffer_jumping > 0:
|
||||
if buffer_grounded > 0 and buffer_jumping > 0 and just_bounced == false:
|
||||
velocity.y = -JUMP_FORCE
|
||||
buffer_grounded = 0
|
||||
buffer_jumping = 0
|
||||
|
||||
Reference in New Issue
Block a user