Document map editor plan

This commit is contained in:
2026-06-09 23:48:27 +08:00
parent e1429f3046
commit fb54c9f207
5 changed files with 111 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@
- `core_services.md`:游戏启动、`GameServices`、资源路径、基础配置。
- `assets.md`:全局资源槽位、角色资源优先级、地图和 stage 资源落位。
- `data_map.md``LevelDefinition``.map` 加载、地图数据格式。
- `map_editor.md`:简易 `.map` 地图编辑器目标、范围和验收标准。
- `stage_rendering.md``StageRenderer`、场景分层、贴图/色块 fallback。
- `scene_camera.md``WhiteboxScene`、摄像机跟随、battle zone 锁镜头。
- `movement_collision.md``PlatformWorld``PlatformMover`、横版基础碰撞。