Files
HOILAI-Galgame-Framework/README.md
T
2023-12-30 23:14:17 +08:00

11 lines
672 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.
# HOILAI Galgame FrameworkHGF)文档
#### HGF是由花濑研发的,基于GPL协议的Unity Galgame开源框架。
相对于其他框架,HGF主要有以下优点:
- 纯文本编写:不依赖于任何文本编辑器,记事本可写。
- 编写简单:剧情文本基于XML标签语言,编写简单。
- 完全的热更支持:不需要依赖于任何热更框架,由于是纯文本文件,可以直接外部读取且不会出现任何问题。
- 功能强大:支持嵌套剧情,分支情等等。
- 动画支持:支持常见的角色动画,如抖动,滑动等等。
- 可自定义程度高:源码注释丰富,二次开发相对容易。