chore: bootstrap Godot 4 project skeleton
This commit is contained in:
4
scripts/main.gd
Normal file
4
scripts/main.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node3D
|
||||
|
||||
func _ready() -> void:
|
||||
print("Star Taxi Godot test scene ready")
|
||||
Reference in New Issue
Block a user