From e6e5df8c44783cfdf45a31cdd984964b89be87f5 Mon Sep 17 00:00:00 2001 From: liujiangnan <695541723@qq.com> Date: Fri, 10 Jun 2022 17:06:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scene/NJ_YueDuJiaYouZhan.fire | 81 +++++++++++++++++-- 1 file changed, 76 insertions(+), 5 deletions(-) diff --git a/assets/NJ_YueDuJiaYouZhan/scene/NJ_YueDuJiaYouZhan.fire b/assets/NJ_YueDuJiaYouZhan/scene/NJ_YueDuJiaYouZhan.fire index cf58411..7745090 100644 --- a/assets/NJ_YueDuJiaYouZhan/scene/NJ_YueDuJiaYouZhan.fire +++ b/assets/NJ_YueDuJiaYouZhan/scene/NJ_YueDuJiaYouZhan.fire @@ -77,14 +77,14 @@ ], "_active": true, "_components": [ - { - "__id__": 77 - }, { "__id__": 78 }, { "__id__": 79 + }, + { + "__id__": 80 } ], "_prefab": null, @@ -269,10 +269,10 @@ "_active": true, "_components": [ { - "__id__": 75 + "__id__": 76 }, { - "__id__": 76 + "__id__": 77 } ], "_prefab": null, @@ -3731,6 +3731,9 @@ }, { "__id__": 74 + }, + { + "__id__": 75 } ], "_prefab": null, @@ -3840,6 +3843,74 @@ "_originalHeight": 0, "_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", "_name": "", -- 2.21.0