Repo root moves up from game/ to the project folder. Lanes live as top-level dirs (game/ now, web/ planned); LANES/ will hold parallel-session specs. 3D-STORE asset vault stays out of git. History preserved as renames. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Main.gd" id="1_main"]
|
|
|
|
[node name="Main" type="Node3D"]
|
|
script = ExtResource("1_main")
|