feat: 添加偷窃系统和自己服装备功能
- 新增偷窃系统(Steal)模块及相关UI界面 - 添加自己服(MySelf)装备功能及显示界面 - 在folder-alias.json中添加新系统路径映射 - 为BaseTool_Class添加DrawNineBoxAlpha方法支持透明度 - 修改NewItemInfoWindow装备判断逻辑 - 在FileConfig.json中为多个系统添加Enabled配置项 - 在ObjectConvert.nut中添加装备掉落相关函数
This commit is contained in:
@@ -259,5 +259,11 @@
|
||||
},
|
||||
"Project/OutfitSystem": {
|
||||
"description": "换装系统"
|
||||
},
|
||||
"Project/MySelf": {
|
||||
"description": "自己服"
|
||||
},
|
||||
"Project/Steal": {
|
||||
"description": "偷窃系统"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user