1
0

fix: 解决部分方块的粒子效果纹理是黑紫方块的问题

This commit is contained in:
2025-05-06 21:45:58 +08:00
parent 9eac5e5db8
commit 46fabc2901
3 changed files with 18 additions and 0 deletions
+3
View File
@@ -152,6 +152,9 @@ type SetBlockPropsOpts = {
/** 纹理文件路径,每一面都相同时指定 */
textureAll?: string;
/** 方块粒子效果纹理文件路径,不使用 `textureAll` 的情况下才需要指定 */
textureParticle?: string;
/** 纹理文件路径,侧面都相同时指定 */
textureSide?: string;