chore: bootstrap Godot 4 project skeleton

This commit is contained in:
2026-02-23 15:53:27 +01:00
commit f5d12765d8
4 changed files with 47 additions and 0 deletions

4
scripts/main.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node3D
func _ready() -> void:
print("Star Taxi Godot test scene ready")