fix flash text (again)

This commit is contained in:
adrienmalin 2019-01-27 14:18:42 +01:00
parent 9e42789e1e
commit bdba103417

View File

@ -10,7 +10,5 @@ func print(text):
$AnimationPlayer.play("Flash")
func _on_AnimationPlayer_animation_finished(anim_name):
texts = PoolStringArray()
texts.resize(0)
func _on_Stats_flash_text(text):
self.print(text)