fix labels

This commit is contained in:
2026-04-21 15:55:10 +02:00
parent 5fe96068a4
commit edb96d6a89
3 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ func set_particles_node_color(node: GPUParticles3D, new_color: Color) -> void:
unique_mat.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED
mesh.material = unique_mat
func turnon() -> void:
func turn_on() -> void:
if rocket:
rocket.emitting = true