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
@@ -76,6 +76,7 @@ endbattle_zone
## 下一步
- 下一阶段开始正式做地图场景,优先建设简易 `.map` 编辑器,详见 `map_editor.md`
-`tile_rect` 扩展成可表达 tile row/column 或 tile id。
- 增加空 layer、battle zone 无 spawn、tile texture 不存在等更严格错误日志。
- 保留 `whitebox_level.cpp` 作为 fallback,不再把主地图写死在 C++。