各类弹窗重新设计,使用opps 集成的方式

This commit is contained in:
2024-11-27 17:20:15 +08:00
parent 4ae407bd20
commit 4ba91e95fa
10 changed files with 1870 additions and 292 deletions

View File

@@ -0,0 +1,63 @@
[
{
"__type__": "cc.Prefab",
"_name": "item_info",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "item_info",
"_objFlags": 0,
"_parent": null,
"_children": [],
"_active": true,
"_components": [],
"_prefab": {
"__id__": 2
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "9851f9ee-65d3-42c9-8d06-2e1eaf0b8301",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "item_info"
}
}

View File

@@ -945,10 +945,10 @@
"height": 63,
"rawWidth": 37,
"rawHeight": 63,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 42,
"borderBottom": 17,
"borderLeft": 17,
"borderRight": 17,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -10375,10 +10375,10 @@
"height": 130,
"rawWidth": 65,
"rawHeight": 130,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 58,
"borderBottom": 59,
"borderLeft": 29,
"borderRight": 28,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -10605,8 +10605,8 @@
"height": 63,
"rawWidth": 37,
"rawHeight": 63,
"borderTop": 29,
"borderBottom": 30,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 16,
"borderRight": 16,
"packable": true,

File diff suppressed because it is too large Load Diff