Files
star_taxi_godot_test/scripts/main.gd

5 lines
82 B
GDScript

extends Node3D
func _ready() -> void:
print("Star Taxi Godot test scene ready")