add time/coroutine 使用文档

This commit is contained in:
yhh
2021-07-23 14:09:53 +08:00
parent 67859b7be0
commit ef07f7555f
3 changed files with 215 additions and 1 deletions

View File

@@ -65,4 +65,6 @@ es.Core.scene = new MainScene();
# 下一章节
- [创建实体与组件](create_entity_component.md)
- [创建系统](system.md)
- [创建系统](system.md)
- [全局时间Time](time.md)
- [协程Coroutine](coroutine.md)