summaryrefslogtreecommitdiff
path: root/game/explosion.gd
blob: 5610e8ec60c963fb0694e41b7d8d0558babd26b9 (plain)
1
2
3
4
5
6
7
8
extends AnimatedSprite2D


func explode():
	show()
	frame = 0
	play("default")
	$AudioStreamPlayer.play()