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

14
project.godot Normal file
View File

@@ -0,0 +1,14 @@
; Engine configuration file.
; It's best edited using the editor and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Star Taxi Godot Test"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.0")