Skip to content

Commit f8a2e76

Browse files
author
REME
committed
2025-08-19 如何使用gif预览图
1 parent c2ae1c5 commit f8a2e76

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Tutorials/06 - 添加新人物/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class MyCharacter extends CustomPlayer {
170170
return characterStrings.NAMES[0];
171171
}
172172

173-
// 创建人物实例,照抄
173+
// 创建人物实例,照抄,记得替换MyCharacter为你的类名
174174
@Override
175175
public AbstractPlayer newInstance() {
176176
return new MyCharacter(this.name);

Tutorials/11 - 如何上传mod/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@
3838

3939
## 使用GIF作为工坊图
4040

41-
~~我忘了怎么上传的,之后再补上~~
41+
首先准备一张`gif`,把它转成`webp`格式,然后将其命名为`image.jpg`(是的直接修改后缀名)替换原来的文件。
42+
43+
<b>注意:确保最终的文件小于1MB</b>

0 commit comments

Comments
 (0)