feat(技能系统): 添加技能盒组件和预制体

- 新增 SkillBoxComp 和 MissSkillsComp 组件,用于技能盒视图逻辑
- 创建 sbox.prefab 技能盒预制体,包含完整的 UI 结构和精灵组件
- 为组件添加元数据文件,支持 ECS 框架集成
This commit is contained in:
walkpan
2026-04-06 17:32:25 +08:00
parent d9aff08635
commit bb709ca905
7 changed files with 1827 additions and 1672 deletions

View File

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "box",
"_name": "sbox",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "box",
"_name": "sbox",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
@@ -38,10 +38,13 @@
"_components": [
{
"__id__": 50
},
{
"__id__": 52
}
],
"_prefab": {
"__id__": 52
"__id__": 54
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1143,6 +1146,27 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "f9WzzmQplCw4od/9N1bGZ8"
},
{
"__type__": "ca519GL6uRIa4LozolUSmoN",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 53
},
"icon_node": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "2b0pxtPkdJgrKePAS8msRc"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "box"
"syncNodeName": "sbox"
}
}

File diff suppressed because it is too large Load Diff