TETRIS3000/FlashText.gd
2019-01-02 01:14:09 +01:00

4 lines
105 B
GDScript

extends Control
func _on_AnimationPlayer_animation_finished(anim_name):
get_parent().remove_child(self)