Fixed spacing, fixed enemy hitbox

This commit is contained in:
tiffanyfrias10
2021-12-05 21:07:17 -06:00
parent 15b647a90a
commit 51365d9f74
10 changed files with 82 additions and 41 deletions

View File

@@ -109,10 +109,10 @@ func _on_hitbox_area_entered(area: Area2D) -> void:
#var timer = Timer.new()
elif body.name.begins_with("blue_snowman"):
MAX_SPEED = 20
yield(get_tree().create_timer(3.0), "timeout")
MAX_SPEED = 120
#if body.name.begins_with("blue_snowman"):
# MAX_SPEED = 20
# yield(get_tree().create_timer(3.0), "timeout")
# MAX_SPEED = 120
if health_index != 0:
health_index -= hit