add model base

This commit is contained in:
2025-04-29 18:28:53 -04:00
parent c9252a9f0b
commit 19289e49be
62 changed files with 181212 additions and 237 deletions

11
src/main_game.gd Normal file
View File

@@ -0,0 +1,11 @@
extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass