Commit e6e5df8c authored by liujiangnan's avatar liujiangnan

fix: 返回按钮

parent b959d579
...@@ -77,14 +77,14 @@ ...@@ -77,14 +77,14 @@
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 77
},
{ {
"__id__": 78 "__id__": 78
}, },
{ {
"__id__": 79 "__id__": 79
},
{
"__id__": 80
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -269,10 +269,10 @@ ...@@ -269,10 +269,10 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 75 "__id__": 76
}, },
{ {
"__id__": 76 "__id__": 77
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3731,6 +3731,9 @@ ...@@ -3731,6 +3731,9 @@
}, },
{ {
"__id__": 74 "__id__": 74
},
{
"__id__": 75
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3840,6 +3843,74 @@ ...@@ -3840,6 +3843,74 @@
"_originalHeight": 0, "_originalHeight": 0,
"_id": "ebSH1GmZNP4Z0BvEZ/1k98" "_id": "ebSH1GmZNP4Z0BvEZ/1k98"
}, },
{
"__type__": "cc.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 72
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"_N$hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$disabledColor": {
"__type__": "cc.Color",
"r": 124,
"g": 124,
"b": 124,
"a": 255
},
"_N$normalSprite": null,
"_N$pressedSprite": null,
"pressedSprite": null,
"_N$hoverSprite": null,
"hoverSprite": null,
"_N$disabledSprite": null,
"_N$target": null,
"_id": "4aBrw4xplF6YIzkVrku7Oo"
},
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment