cocos-farm/docs/cocos4_reconstruction_core.md

28 lines
935 B
Markdown

# Cocos 4 Reconstruction Core
This project rebuilds QQ Farm from the extracted original Cocos package using Cocos 4.0 and the Cocos 4 CLI.
The source package is `/Users/hy/Documents/dev/qq_farm_godot_rebuild_20260616`.
Rules:
- Original extracted Cocos data is the layout authority.
- Godot output and screenshot-derived coordinates are not allowed.
- Every module pass must export source evidence, generate a diagnostic Canvas preview, attempt Cocos verification, produce an ROI report, and update rebuild docs.
- Runtime mocks may change visible state, but must not change recovered layout.
First milestone scope:
- `Canvas`
- main `Camera`
- root `scene`
- background layers
- visible land plots
- house
- doghouse
- bottom menu buttons
Known first-stage blocker:
- Static Cocos source currently exposes 36 visual land cells. The required 24 visible plots need runtime selection evidence before final Cocos node generation.