fix(card prefab): 修复卡牌预制体的节点和属性配置

新增了金币不足提示的预制体实例,调整了部分节点的位置和尺寸参数,修正了prefab关联ID,添加了缺失的no_cion_node节点引用
This commit is contained in:
pan
2026-07-21 15:07:42 +08:00
parent 97ff09669c
commit d279ef19d8
2 changed files with 6524 additions and 4999 deletions

View File

@@ -56,19 +56,22 @@
},
{
"__id__": 327
},
{
"__id__": 345
}
],
"_active": true,
"_components": [
{
"__id__": 345
"__id__": 358
},
{
"__id__": 347
"__id__": 360
}
],
"_prefab": {
"__id__": 349
"__id__": 362
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -5704,7 +5707,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 21.628,
"y": -150.598,
"z": 0
},
"_lrot": {
@@ -5798,7 +5801,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 320,
"height": 160
"height": 140
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -6079,7 +6082,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 170,
"height": 80
"height": 70
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -6111,7 +6114,7 @@
"_top": 0,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 21.628,
"_verticalCenter": -150.598,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
@@ -6540,6 +6543,173 @@
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 346
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 345
},
"asset": {
"__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a",
"__expectedType__": "cc.Prefab"
},
"fileId": "d3jYvT7whFS5scQFZeO5AK",
"instance": {
"__id__": 347
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "b9hVFK1DdEqaNXdQBium+4",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 348
},
{
"__id__": 350
},
{
"__id__": 351
},
{
"__id__": 352
},
{
"__id__": 353
},
{
"__id__": 354
},
{
"__id__": 356
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 349
},
"propertyPath": [
"_name"
],
"value": "smalltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"d3jYvT7whFS5scQFZeO5AK"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 349
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": -5.684341886080802e-14,
"y": 92.34199999999998,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 349
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 349
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 349
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 355
},
"propertyPath": [
"_string"
],
"value": "金币不足"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"52GlHcXJZDJqYfTH62X5lp"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 357
},
"propertyPath": [
"_contentSize"
],
"value": {
"__type__": "cc.Size",
"width": 84,
"height": 54.4
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"11pqUo9t9IWYWj/LjK3fNo"
]
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -6550,7 +6720,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 346
"__id__": 359
},
"_contentSize": {
"__type__": "cc.Size",
@@ -6578,7 +6748,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 348
"__id__": 361
},
"Lock": null,
"unLock": null,
@@ -6615,6 +6785,9 @@
"hp_node": {
"__id__": 223
},
"no_cion_node": {
"__id__": 345
},
"_id": ""
},
{
@@ -6633,6 +6806,9 @@
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 345
},
{
"__id__": 183
},

File diff suppressed because it is too large Load Diff