10 lines
108 B
GDScript
Executable file
10 lines
108 B
GDScript
Executable file
extends Node3D
|
|
class_name Level
|
|
|
|
|
|
func _ready() -> void:
|
|
pass
|
|
|
|
|
|
func _process(delta: float) -> void:
|
|
pass
|