移除配置

This commit is contained in:
2025-10-31 22:45:52 +08:00
parent b2cf8cdb88
commit ccb7f6247f
17 changed files with 13 additions and 19 deletions

View File

@@ -43,7 +43,7 @@
],
"ItemConfig": [
{
"Id": 30001,
"Id": 31001,
"Model": "rods/syberia/tele_10037/tele_10037_t13",
"Type": 1,
"Quality": 1,
@@ -55,7 +55,7 @@
"Deal": 0
},
{
"Id": 30002,
"Id": 33002,
"Model": "rods/syberia/bolo_10021/bolo_10021_LB400",
"Type": 0,
"Quality": 2,
@@ -67,7 +67,7 @@
"Deal": 0
},
{
"Id": 30003,
"Id": 32003,
"Model": "rods/syberia/spin_10034/spin_10034_S60H",
"Type": 0,
"Quality": 3,
@@ -79,7 +79,7 @@
"Deal": 0
},
{
"Id": 30004,
"Id": 32004,
"Model": "rods/syberia/spin_10034/spin_10034_S60H",
"Type": 0,
"Quality": 4,
@@ -91,7 +91,7 @@
"Deal": 0
},
{
"Id": 30005,
"Id": 32005,
"Model": "rods/syberia/spin_10034/spin_10034_S60H",
"Type": 0,
"Quality": 5,
@@ -103,7 +103,7 @@
"Deal": 0
},
{
"Id": 30006,
"Id": 32006,
"Model": "rods/syberia/spin_10034/spin_10034_S60H",
"Type": 0,
"Quality": 4,
@@ -115,7 +115,7 @@
"Deal": 0
},
{
"Id": 30007,
"Id": 32007,
"Model": "rods/syberia/spin_10034/spin_10034_S60H",
"Type": 0,
"Quality": 3,

View File

@@ -58,6 +58,7 @@ namespace NBF
protected override void OnHide()
{
Model.UnloadModel();
Game.Input.OnUICanceled -= OnUICanceled;
}
}

View File

@@ -110,8 +110,6 @@ namespace NBF
Object.Destroy(_model.gameObject);
_model = null;
}
// _rotating = Vector3.zero;
}

View File

@@ -53,6 +53,11 @@ namespace NBF
_renderImage.LoadModel(itemConfig.GetModelPath(), null);
}
public void UnloadModel()
{
_renderImage.UnloadModel();
}
#region ()
private bool _focus;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,10 +0,0 @@
模块名_..
例:
Mission_Title_10001
Mission_Describe_10001
Notice_GoldLow
Item_Name_300001
艺术字,增加第二个字段标注为Image
Mission_Image_Title_10001

Binary file not shown.

Binary file not shown.

Binary file not shown.