knockback and mine damage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user