5 lines
58 B
GDScript3
5 lines
58 B
GDScript3
|
|
extends Node3D
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
self.queue_free()
|