Files
obsidian-notes/1Project/宠物宇宙/地图编辑器/需要支持的地图功能.md
2025-06-16 18:36:04 +08:00

47 lines
973 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> [!important] 优先级 **1**
- [x] IExtension
- [x] 创建地块的Width和Height
- [x] A*报错
- ![[img_v3_02n6_ff40a1a4-d813-45f7-b132-6f14a74cfd7g.jpg]]
- [x] 松鼠异常
- [x] 地图地板图片导入 自动修改图片大小
- [x] 添加白膜地图
- 创建100 - 100的地图宽高跟随Rect大小变化
- [x] 碰撞盒需要添加旋转
> [!note] 优先级 **2**
- [ ] id不再自增长
- [ ] 将RoomConfig改到==关卡表==里
RoomConfig的内容为SpecialRoom
- [ ] 枚举改为英文名
- [ ] 瓦片地图
- [ ] 优化重构
[[需要做的优化]]
> [!note] 优先级 **3**
- [ ] 提取单个地块编辑
- [ ] 添加脏标单个保存地块
- [ ] 编辑地块的操作逻辑
> [!note] 优先级 **4**
- [ ] 过关门动画优化
- [ ] 地图大背景优化移动方案
> [!success] 已完成
- [x] 添加RoomComponents
- [x] 生成怪物测试
- [x] 碰撞盒和标志需要添加自定义功能