pegchamp/Bucket/Confetti.gd

12 lines
182 B
GDScript3
Raw Normal View History

2021-09-08 08:27:14 +00:00
extends Node2D
func _ready():
$Green.emitting = true
$Yellow.emitting = true
$Pink.emitting = true
$AnimationPlayer.play("+1Ball")
func _on_KillTimer_timeout():
queue_free()