pegchamp/Pegs/Yellow/Powerups/Scattershot/ScattershotBallParticles.gd
2021-10-09 18:50:01 +02:00

4 lines
77 B
GDScript

extends Particles2D
func _ready() -> void:
$AnimatedSprite.play("default")