5 lines
125 B
GDScript
5 lines
125 B
GDScript
extends Node3D
|
|
|
|
@onready var particles = $MeshInstance3D/GPUParticles3D
|
|
@onready var smoke = $MeshInstance3D/GPUParticles3D2
|