996引擎三端去掉称号描述底部的双击激活字样
- 996三端引擎
- 9天前
- 39热度
- 0评论
引擎版本:3.70.4
改前:

改后:

修改文件:GUILayout\TitleTips.lua
找到
if not data.lookOther then
local desc = TitleTips.isWinPlayMode and (data.type == 1 and "(单击图标激活当前称号)" or "(单击图标取消当前称号)") or (data.type == 1 and "(双击图标激活当前称号)" or "(双击图标取消当前称号)")
local richText = GUI:RichText_Create(listView, "rich_desc", 0, 0, desc, width, strSize, "#FFFFFF")
end
把他注释掉即可

