Initial commit — Station 0 vertical slice in progress
Includes full design documentation (ARCHITECTURE, DESIGN_NOTES, CONTENT_SPEC, PRODUCTION_NOTES) and active Godot 4 / GDScript codebase. Core systems built: player, floor generation, room system, enemy base, body part upgrades, run manager, save system, HUD, EventBus.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Godot 4 — standard ignores
|
||||
.godot/
|
||||
*.uid
|
||||
|
||||
# Export / build output
|
||||
exports/
|
||||
*.exe
|
||||
*.x86_64
|
||||
*.dmg
|
||||
*.app
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor metadata
|
||||
.vscode/
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
# Local config (not for version control)
|
||||
*.cfg
|
||||
!project.godot
|
||||
Reference in New Issue
Block a user