6 lines
71 B
GDScript
6 lines
71 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready() -> void:
|
|
TileGenerator.start_run(self)
|