b451f83174
Captures the pre-Godot-port state of the codebase. This is the rollback anchor for the Godot port (M0 of theriapolis-rpg-implementation-plan-godot-port.md). All Phase 0 through Phase 6.5 work is included; Phase 7 is in flight. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
|
|
#----------------------------- Global Properties ----------------------------#
|
|
|
|
/outputDir:bin/$(Platform)
|
|
/intermediateDir:obj/$(Platform)
|
|
/platform:DesktopGL
|
|
/config:
|
|
/profile:Reach
|
|
/compress:False
|
|
|
|
#-------------------------------- References --------------------------------#
|
|
|
|
|
|
#---------------------------------- Content ---------------------------------#
|
|
|
|
# Phase 0/1: no content processed through the pipeline.
|
|
# All biome tiles are generated at runtime (TileAtlas.GeneratePlaceholders).
|
|
# Fonts, real art, and audio will be added in later phases.
|