|
|
||
|---|---|---|
| .. | ||
| scenes | ||
| scripts | ||
| README.md | ||
| icon.svg | ||
| project.godot | ||
README.md
Neon Sprawl — Godot client
Open this client/ directory as a project in Godot 4.2+ (4.x recommended).
- Main scene:
scenes/main.tscn(bootstrapscripts/main.gd). - Networking will use WebSocket or TCP to the C# server; authoritative logic stays on the server per
docs/architecture/tech_stack.md.
First run
- Install Godot 4.x.
- In the project manager, Import and select
client/project.godot. - Press F5 to run the main scene.