Files
svn/art/资源命名规范.txt
2025-08-04 10:46:00 +08:00

35 lines
1.4 KiB
Plaintext
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.
资源命名规范
1 文件名全部小写分段形式中间以_分隔。最后以2位数字结尾如 ic_task_01.png。
2 格式:前缀+模块名/类型名+xx(01、02)例如ui_help_01.pngbtn_scene_sel.png如果末尾有数字则必须用两位数方便扩展。
3 命名前缀缩写:
背景图片bg_ (完整background)
按钮btn_ (完整button)
数字fnt_ (完整font)
多语言文字te_ (完整text)
图标ic_ (完整icon)
通用ui_ (完整ui)
动画文件an_ (完整animation)
音效文件so_ (完整sound)
粒子文件pa_ (完整particle)
Spine文件sp_ (完整spine)
4 整个名字不要超过15个字符超过的用缩写不要有大写字符数字不要超过两位。
鱼资源替换步骤:
1、打开共享目录\\172.16.50.4用户名share密码fish123
2、鱼动画文件放在 \\172.16.50.4\fish_resources\anim\clip\fish
3、鱼纹理图片放在 \\172.16.50.4\fish_res\anim\texture\fish
4、浏览器打开 http://dev.aiyou-inc.com:8900/ -> 构建客户端用户名cehua密码cehua@2020 构建 cehua_8980
5、浏览器打开 http://dev.aiyou-inc.com:8900/ -> 8980测试进入游戏看替换效果。
Spine资源替换步骤
1、打开共享目录\\172.16.50.4用户名share密码fish123
2、大部分Spine文件放在 \\172.16.50.4\fish_resources\spine ,少部分放在 \\172.16.50.4\fish_res\spine
3、通过文件名搜索 -> 定位文件位置 -> 覆盖替换
4、浏览器打开 http://dev.aiyou-inc.com:8900/ -> 构建客户端用户名cehua密码cehua@2020 构建 cehua_8980
5、浏览器打开 http://dev.aiyou-inc.com:8900/ -> 8980测试进入游戏看替换效果。