knockback and mine damage

This commit is contained in:
SondreElg
2025-10-05 14:03:48 +02:00
parent 34049609d8
commit 44b8d2504b
5 changed files with 41 additions and 17 deletions

View File

@@ -76,6 +76,7 @@ func dash():
func _ready():
screen_size = get_viewport_rect().size
knockback_timer.one_shot = true
add_child(knockback_timer);
func _process(delta):
update_target_coords();