clegg
This commit is contained in:
commit
6a269eb236
97 changed files with 2137 additions and 0 deletions
7
objects/scoreitem/scoreitem_particles.gd
Normal file
7
objects/scoreitem/scoreitem_particles.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends CPUParticles2D
|
||||
|
||||
func _ready() -> void:
|
||||
emitting = true
|
||||
|
||||
func _on_finished() -> void:
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue