godot-plateformer/addons/reedscene/update.md

41 lines
651 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.

# ReedScene 插件更新列表
## 更新日志
V0.1
- 添加了基础的ActPropScene的概念。
V0.2
- 实现了通过切换PropState来切换Prop的功能
V0.3
- 实现了通过切换ActID来切换Act的功能
## 更新计划
V0.1
主要的工作是搭建一个插件的基本架构
V0.2
完善PropState的功能
V0.3
完善Act的功能
- Act管理器负责切换Act广播通知当前Scene下属的Prop进行状态切换。
- Act的快捷创建各种不同的Act。
V0.4
完善Scene的功能
- Scene具有全局唯一的ID
- SceneManager可以切换Act也可以切换PropState也可以通过ID获取到Prop
-