feat(技能系统): 添加技能盒组件和预制体
- 新增 SkillBoxComp 和 MissSkillsComp 组件,用于技能盒视图逻辑 - 创建 sbox.prefab 技能盒预制体,包含完整的 UI 结构和精灵组件 - 为组件添加元数据文件,支持 ECS 框架集成
This commit is contained in:
13
assets/resources/gui/element/sbox.prefab.meta
Normal file
13
assets/resources/gui/element/sbox.prefab.meta
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ver": "1.1.50",
|
||||
"importer": "prefab",
|
||||
"imported": true,
|
||||
"uuid": "d19cde30-f5d0-47de-a0d5-3a272b696343",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"syncNodeName": "sbox"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user