5 lines
52 B
GDScript
5 lines
52 B
GDScript
extends Particles2D
|
|
|
|
func _ready():
|
|
_G.cans = self
|
extends Particles2D
|
|
|
|
func _ready():
|
|
_G.cans = self
|