Skip to content

准备工作

角色和物品,都可以使用动画贴图。

要将静态图转换为动画贴图,你需要提供一张水平排列的精灵表(Sprite Sheet)以及一个 .ini 文件。

.ini 的文件名、水平精灵表图片的文件名、加载mod的Excel表里的id列,这三者应一致。

精灵表例子:

INI 文件

ini
frame = 6
time = 0.066
scale = 100

这定义了一个包含 6 帧、帧间隔为 66 毫秒(0.066 秒)的动画。

示例mod

变体

你可以将 贴图变体功能 与动图配合使用,以实现自动切换

This project is an unofficial documentation site and is not affiliated with, endorsed by, or associated with Elin or Lafrontier / Noa. All trademarks are the property of their respective owners.