Files
romants/scenes/game.gd
2024-10-05 13:12:42 +02:00

10 lines
137 B
GDScript

class_name Game extends Node3D
func _ready() -> void:
pass # Replace with function body.
func _process(delta: float) -> void:
pass