8 lines
178 B
GDScript
8 lines
178 B
GDScript
extends Node2D
|
|
|
|
|
|
func set_from_player(val):
|
|
$Anchor/Scithe/Hitbox.from_player = val
|
|
|
|
func _on_animation_player_animation_finished(_anim_name: StringName) -> void:
|
|
queue_free()
|