From 589f8a00010e99ec3dea672092386e3e396ded42 Mon Sep 17 00:00:00 2001 From: TJH Date: Sat, 6 Dec 2025 17:18:13 +0800 Subject: [PATCH] =?UTF-8?q?UI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/prefabs/SlotScene.prefab | 3902 +++++++++-------- assets/Game/rp_11001/atlas.meta | 9 + .../Game/rp_11001/atlas/AutoAndTurbo_01.plist | 154 + .../rp_11001/atlas/AutoAndTurbo_01.plist.meta | 477 ++ .../Game/rp_11001/atlas/AutoAndTurbo_01.png | Bin 0 -> 14537 bytes .../rp_11001/atlas/AutoAndTurbo_01.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Assets.png | Bin 0 -> 1202 bytes .../Game/rp_11001/atlas/Icon_Assets.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Close_B.png | Bin 0 -> 1820 bytes .../Game/rp_11001/atlas/Icon_Close_B.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Exit.png | Bin 0 -> 1602 bytes assets/Game/rp_11001/atlas/Icon_Exit.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_GameRule.png | Bin 0 -> 1599 bytes .../rp_11001/atlas/Icon_GameRule.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_History.png | Bin 0 -> 2585 bytes .../Game/rp_11001/atlas/Icon_History.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Paytable.png | Bin 0 -> 2039 bytes .../rp_11001/atlas/Icon_Paytable.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Sound.png | Bin 0 -> 2030 bytes .../Game/rp_11001/atlas/Icon_Sound.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_SoundOFF.png | Bin 0 -> 1300 bytes .../rp_11001/atlas/Icon_SoundOFF.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Wallet.png | Bin 0 -> 787 bytes .../Game/rp_11001/atlas/Icon_Wallet.png.meta | 134 + assets/Game/rp_11001/atlas/Icon_Win.png | Bin 0 -> 1150 bytes assets/Game/rp_11001/atlas/Icon_Win.png.meta | 134 + .../rp_11001/atlas/button_AutoSpin_Circle.png | Bin 0 -> 2198 bytes .../atlas/button_AutoSpin_Circle.png.meta | 134 + .../rp_11001/atlas/button_AutoSpin_Gear.png | Bin 0 -> 1322 bytes .../atlas/button_AutoSpin_Gear.png.meta | 134 + .../rp_11001/atlas/button_AutoSpin_Play.png | Bin 0 -> 524 bytes .../atlas/button_AutoSpin_Play.png.meta | 134 + .../Game/rp_11001/atlas/button_IconMenu.png | Bin 0 -> 372 bytes .../rp_11001/atlas/button_IconMenu.png.meta | 134 + assets/Game/rp_11001/atlas/button_fast.png | Bin 0 -> 2442 bytes .../Game/rp_11001/atlas/button_fast.png.meta | 134 + assets/Game/rp_11001/atlas/button_jia.png | Bin 0 -> 1886 bytes .../Game/rp_11001/atlas/button_jia.png.meta | 134 + assets/Game/rp_11001/atlas/button_jian.png | Bin 0 -> 1740 bytes .../Game/rp_11001/atlas/button_jian.png.meta | 134 + assets/Loading/scripts/comm.ts | 2 +- 41 files changed, 5115 insertions(+), 1841 deletions(-) create mode 100644 assets/Game/rp_11001/atlas.meta create mode 100644 assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist create mode 100644 assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist.meta create mode 100644 assets/Game/rp_11001/atlas/AutoAndTurbo_01.png create mode 100644 assets/Game/rp_11001/atlas/AutoAndTurbo_01.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Assets.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Assets.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Close_B.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Close_B.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Exit.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Exit.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_GameRule.png create mode 100644 assets/Game/rp_11001/atlas/Icon_GameRule.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_History.png create mode 100644 assets/Game/rp_11001/atlas/Icon_History.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Paytable.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Paytable.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Sound.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Sound.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_SoundOFF.png create mode 100644 assets/Game/rp_11001/atlas/Icon_SoundOFF.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Wallet.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Wallet.png.meta create mode 100644 assets/Game/rp_11001/atlas/Icon_Win.png create mode 100644 assets/Game/rp_11001/atlas/Icon_Win.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Circle.png create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Circle.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Play.png create mode 100644 assets/Game/rp_11001/atlas/button_AutoSpin_Play.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_IconMenu.png create mode 100644 assets/Game/rp_11001/atlas/button_IconMenu.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_fast.png create mode 100644 assets/Game/rp_11001/atlas/button_fast.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_jia.png create mode 100644 assets/Game/rp_11001/atlas/button_jia.png.meta create mode 100644 assets/Game/rp_11001/atlas/button_jian.png create mode 100644 assets/Game/rp_11001/atlas/button_jian.png.meta diff --git a/assets/Game/prefabs/SlotScene.prefab b/assets/Game/prefabs/SlotScene.prefab index 6de3fc2..03458f9 100644 --- a/assets/Game/prefabs/SlotScene.prefab +++ b/assets/Game/prefabs/SlotScene.prefab @@ -25,41 +25,41 @@ "__id__": 738 }, { - "__id__": 1274 + "__id__": 1289 }, { - "__id__": 1482 + "__id__": 1497 }, { - "__id__": 1492 + "__id__": 1507 }, { - "__id__": 1500 + "__id__": 1515 }, { - "__id__": 1508 + "__id__": 1523 }, { - "__id__": 1516 + "__id__": 1531 }, { - "__id__": 1524 + "__id__": 1539 } ], "_active": true, "_components": [ { - "__id__": 1546 + "__id__": 1561 }, { - "__id__": 1548 + "__id__": 1563 }, { - "__id__": 1550 + "__id__": 1565 } ], "_prefab": { - "__id__": 1552 + "__id__": 1567 }, "_lpos": { "__type__": "cc.Vec3", @@ -2548,7 +2548,7 @@ "__id__": 104 }, "asset": { - "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", + "__uuid__": "a185ad99-a791-4309-9851-549c756647b9", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -2559,7 +2559,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "ccmBgLyCtNDLwQzlkw+WsX", + "fileId": "b7X50BzHxD+5U23tRTp/uF", "prefabRootNode": { "__id__": 1 }, @@ -2585,7 +2585,7 @@ "__id__": 107 }, "asset": { - "__uuid__": "55a879b3-2ccd-48e3-bd43-c984e67f1637", + "__uuid__": "31e7557b-3a6b-4d2d-9daf-5a5e4b522638", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -2596,7 +2596,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "0eEBj8mlJC8qcNVpZPNuPJ", + "fileId": "8cMIyQAI5HTJGVb9pB2meu", "prefabRootNode": { "__id__": 1 }, @@ -2622,7 +2622,7 @@ "__id__": 110 }, "asset": { - "__uuid__": "a0fd2fb6-af52-4b80-a9fc-93d543fa2acd", + "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -2633,7 +2633,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "e9POjq0WtKZaRfJMwDjBmN", + "fileId": "7fxEf1YBpFKaD61bFwD21t", "prefabRootNode": { "__id__": 1 }, @@ -2659,7 +2659,7 @@ "__id__": 113 }, "asset": { - "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", + "__uuid__": "31e7557b-3a6b-4d2d-9daf-5a5e4b522638", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -2670,7 +2670,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "3dWLYncK9F1Z4ky7TzYMDk", + "fileId": "d4CQrDkAhEoItTPWky7QEp", "prefabRootNode": { "__id__": 1 }, @@ -2696,7 +2696,7 @@ "__id__": 116 }, "asset": { - "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", + "__uuid__": "f8999765-2b3b-4d22-8a12-dd5165927db7", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -2707,7 +2707,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "91xuV/2HtCD4rhuyL0/PtX", + "fileId": "5dR6jHGDdMgKVK9MBAkKQh", "prefabRootNode": { "__id__": 1 }, @@ -2742,7 +2742,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "6eunKt5CVIDqQu7i6vE5gs" + "fileId": "8eLtYtXo1HMII6IOy2tGhz" }, { "__type__": "cc.PrefabInfo", @@ -2752,7 +2752,7 @@ "asset": { "__id__": 0 }, - "fileId": "698STv5z5KmJqIkNFBxuMU", + "fileId": "998lyIu0JAuLEC3UdJrcyR", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2783,7 +2783,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "79uaKOIQJICaZBlS83f3Pz" + "fileId": "13tpuRLbBJA5u/xBWB5d8v" }, { "__type__": "cc.PrefabInfo", @@ -2793,7 +2793,7 @@ "asset": { "__id__": 0 }, - "fileId": "87ecni/9dJGJUXzeWIkLLy", + "fileId": "62LjYsCvhEwYKRZvCwYdAt", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2824,7 +2824,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ae8trGg3hIrqKR9+Uu7aUU" + "fileId": "78yD57sxVOQpOXZGKTRrFO" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -2849,7 +2849,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "44o8vCen1IO5VqbGEWyEEu" + "fileId": "8dECRFhd9M87b6yls9sCP1" }, { "__type__": "5fd13+Xa69CZogb3Q/F1lnC", @@ -3022,7 +3022,7 @@ "asset": { "__id__": 0 }, - "fileId": "414ld40bFCXJPKqd7HViHB", + "fileId": "67BgGk/pJEQ6NSyiui1tK5", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3212,7 +3212,7 @@ "__id__": 139 }, "asset": { - "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", + "__uuid__": "2c62af7c-9b93-48ff-bd76-a2dfd799659e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3223,7 +3223,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "76vWf31FVOeqvf/DmHwncW", + "fileId": "09tDTqnmhJNpyOW9hVPuOk", "prefabRootNode": { "__id__": 1 }, @@ -3249,7 +3249,7 @@ "__id__": 142 }, "asset": { - "__uuid__": "31e7557b-3a6b-4d2d-9daf-5a5e4b522638", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3260,7 +3260,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "36Mrs9OexAdpIEkUR82o/j", + "fileId": "79C/KfT8BC9rboEr7w2OoR", "prefabRootNode": { "__id__": 1 }, @@ -3286,7 +3286,7 @@ "__id__": 145 }, "asset": { - "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", + "__uuid__": "e218006e-19e0-486f-b9db-e13d4c1f6cad", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3297,7 +3297,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "40G6vYy0hA8IoAVNkvVOQk", + "fileId": "34qh7RaQVHy5aZQiR9gV2f", "prefabRootNode": { "__id__": 1 }, @@ -3323,7 +3323,7 @@ "__id__": 148 }, "asset": { - "__uuid__": "2c62af7c-9b93-48ff-bd76-a2dfd799659e", + "__uuid__": "a4cde73d-6ad9-430a-9b55-6f16ff2da91e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3334,7 +3334,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "1cqY7n5O9Em7zSzB5EL3/2", + "fileId": "a1BpvtMIJKQ4WjLQhGiWJk", "prefabRootNode": { "__id__": 1 }, @@ -3360,7 +3360,7 @@ "__id__": 151 }, "asset": { - "__uuid__": "55a879b3-2ccd-48e3-bd43-c984e67f1637", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3371,7 +3371,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "45qteehmVEAqkzWFRAYvCR", + "fileId": "66+j2WRA1HjrM1sjvq/V1x", "prefabRootNode": { "__id__": 1 }, @@ -3406,7 +3406,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b7ryrRPCZK5rVKPItA77PJ" + "fileId": "43z2mMOTFDkLPc1ZnK3SuN" }, { "__type__": "cc.PrefabInfo", @@ -3416,7 +3416,7 @@ "asset": { "__id__": 0 }, - "fileId": "7eo38vZxxNvohrQ2NOs5ku", + "fileId": "44pTNgTF1DK5pVNiOQsaZV", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3447,7 +3447,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "8eVIviGgBAvbKDNLLqmqw9" + "fileId": "77KaWLsV5BPJGkztLUe2gI" }, { "__type__": "cc.PrefabInfo", @@ -3457,7 +3457,7 @@ "asset": { "__id__": 0 }, - "fileId": "714mGsyBpBjLJQVt95DZTI", + "fileId": "c1MCVP6tJFGZ4PN5dZUD0/", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3488,7 +3488,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f9ffGtqUdFQZhquAcfjSEg" + "fileId": "26qtcZ3yVKN4mdIH75/yyB" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -3513,7 +3513,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "df7toXtZVDbpcvX6u6tb8V" + "fileId": "c3ZVbTpzlNypkozSPbdm2f" }, { "__type__": "cc.PrefabInfo", @@ -3523,7 +3523,7 @@ "asset": { "__id__": 0 }, - "fileId": "5bM7pnhtBByqHk6uJr6Dof", + "fileId": "92rYtFUFBIlJDCKdQkArTj", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3713,7 +3713,7 @@ "__id__": 168 }, "asset": { - "__uuid__": "2c62af7c-9b93-48ff-bd76-a2dfd799659e", + "__uuid__": "c2de34b1-99b2-49c4-a6ec-44eeb63b12cd", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3724,7 +3724,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "7bDwEr2VJNqb0gUu6ypTi/", + "fileId": "5b4Q36AxxNQZOEB6CRamIb", "prefabRootNode": { "__id__": 1 }, @@ -3750,7 +3750,7 @@ "__id__": 171 }, "asset": { - "__uuid__": "31e7557b-3a6b-4d2d-9daf-5a5e4b522638", + "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3761,7 +3761,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "8c9Sg4RfNGNqFhdihjcmE0", + "fileId": "4a2mVyx5JNhJhZZx6FzlL3", "prefabRootNode": { "__id__": 1 }, @@ -3787,7 +3787,7 @@ "__id__": 174 }, "asset": { - "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3798,7 +3798,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "4bA2++/kRMOodTG6ht9DK/", + "fileId": "607sKNliFDN7xF70YBn5FI", "prefabRootNode": { "__id__": 1 }, @@ -3824,7 +3824,7 @@ "__id__": 177 }, "asset": { - "__uuid__": "a0fd2fb6-af52-4b80-a9fc-93d543fa2acd", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3835,7 +3835,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "354qwA8tdDL7f5rz7i3xsm", + "fileId": "7aPleNZG5KJolw+WKzNHnc", "prefabRootNode": { "__id__": 1 }, @@ -3861,7 +3861,7 @@ "__id__": 180 }, "asset": { - "__uuid__": "f8999765-2b3b-4d22-8a12-dd5165927db7", + "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -3872,7 +3872,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "1aJ5upYC5AD7P/ACGfpcUw", + "fileId": "25ieMBsM5Ddolp5ZDjFFqZ", "prefabRootNode": { "__id__": 1 }, @@ -3907,7 +3907,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "a4GtQBTGlCHIUORSUXhXid" + "fileId": "e5MNWmtVRAB6iipnFrzaQL" }, { "__type__": "cc.PrefabInfo", @@ -3917,7 +3917,7 @@ "asset": { "__id__": 0 }, - "fileId": "a5dNsynxBGR4Ea3JEQ4c9P", + "fileId": "f6v8ePwupGOYHUmhDfAKfm", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3948,7 +3948,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "76IWTmmdRFw6u/6+B6vHXH" + "fileId": "d5I7WOG85B4LbgrypMouzC" }, { "__type__": "cc.PrefabInfo", @@ -3958,7 +3958,7 @@ "asset": { "__id__": 0 }, - "fileId": "eeCweWJkhDZ5RJpiXN07K4", + "fileId": "66jDMu91lCWY+SK9cFoCy/", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3989,7 +3989,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f8Dk++fd5AGaAvpxHTsNVe" + "fileId": "a8rURsPWNCWYlRH3K+0YhO" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -4014,7 +4014,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "49ys0r9RNPEaAdVduli37y" + "fileId": "61PNv8GFZBwKYllvd1c8Me" }, { "__type__": "cc.PrefabInfo", @@ -4024,7 +4024,7 @@ "asset": { "__id__": 0 }, - "fileId": "37X+VT1Z5FiLO6tcgZuf2X", + "fileId": "aenR7lBS9Ey56odmdSuRl0", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4214,7 +4214,7 @@ "__id__": 197 }, "asset": { - "__uuid__": "c2de34b1-99b2-49c4-a6ec-44eeb63b12cd", + "__uuid__": "09ec107b-880c-45b8-ad98-84592e637c0b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4225,7 +4225,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "8e7fIxy1lLNI38IstNM2qI", + "fileId": "67JeSDuxJHCaSsWhKs99CQ", "prefabRootNode": { "__id__": 1 }, @@ -4251,7 +4251,7 @@ "__id__": 200 }, "asset": { - "__uuid__": "55a879b3-2ccd-48e3-bd43-c984e67f1637", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4262,7 +4262,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "99zWaXqp1IvLLqrbr4SGug", + "fileId": "7enIQOQ4tG04kwAXsagp/L", "prefabRootNode": { "__id__": 1 }, @@ -4288,7 +4288,7 @@ "__id__": 203 }, "asset": { - "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4299,7 +4299,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "beIlGTJYhKya0+VrQg8lmN", + "fileId": "cb+jfU85pN9pzmtrKOnnMP", "prefabRootNode": { "__id__": 1 }, @@ -4325,7 +4325,7 @@ "__id__": 206 }, "asset": { - "__uuid__": "55a879b3-2ccd-48e3-bd43-c984e67f1637", + "__uuid__": "a4cde73d-6ad9-430a-9b55-6f16ff2da91e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4336,7 +4336,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "f3tdBLE4ZEf48fYJjuRgFX", + "fileId": "79iA0iFudCjr9YOfc1lqe1", "prefabRootNode": { "__id__": 1 }, @@ -4362,7 +4362,7 @@ "__id__": 209 }, "asset": { - "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", + "__uuid__": "2c62af7c-9b93-48ff-bd76-a2dfd799659e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4373,7 +4373,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "86Ui4Y6jVB4LJWY/vYkpTd", + "fileId": "31l0WhMuVDuI4VJJsxfY0K", "prefabRootNode": { "__id__": 1 }, @@ -4408,7 +4408,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "49VL/UiIpOV48mSdRajNci" + "fileId": "9fh5ri391C+53WFR8FbA0E" }, { "__type__": "cc.PrefabInfo", @@ -4418,7 +4418,7 @@ "asset": { "__id__": 0 }, - "fileId": "01mgUimk5Lqbld12weRqsk", + "fileId": "394cqgBqZHmKRC/rM4bpXH", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4449,7 +4449,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "c9FVF6RzBGTZfRKvsvMFyM" + "fileId": "46ooaGzWxNPoGoef5UxrHS" }, { "__type__": "cc.PrefabInfo", @@ -4459,7 +4459,7 @@ "asset": { "__id__": 0 }, - "fileId": "aba1nEDUdMxoOmso27AiY7", + "fileId": "20V7x+ZitFeLkmL/SfSYtv", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4490,7 +4490,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "19goQ1EvlPo55gi8mK5qin" + "fileId": "62dnnk6pJJ46Xo9YF3Zury" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -4515,7 +4515,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "22ck8wYX1BgqGWRvT8yR4C" + "fileId": "5aFoJ3DkpNP63wIh/tgUI3" }, { "__type__": "cc.PrefabInfo", @@ -4525,7 +4525,7 @@ "asset": { "__id__": 0 }, - "fileId": "b8f+MrJRxGf5Yn0DnwJxlM", + "fileId": "1963u3xeRLGKk6SxY5Y+Tg", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4715,7 +4715,7 @@ "__id__": 226 }, "asset": { - "__uuid__": "a185ad99-a791-4309-9851-549c756647b9", + "__uuid__": "79c428b2-5899-404c-8495-991b407ef71b", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4726,7 +4726,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "9aT+/W69ZD+pLfTnRJrDYY", + "fileId": "51H8FTe2BPbJBjpdZlIIiE", "prefabRootNode": { "__id__": 1 }, @@ -4763,7 +4763,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "9cBFyEuWlDgI8MLkXnG1ID", + "fileId": "c1j76VNpdA74nI7i1kPMVC", "prefabRootNode": { "__id__": 1 }, @@ -4789,7 +4789,7 @@ "__id__": 232 }, "asset": { - "__uuid__": "f8999765-2b3b-4d22-8a12-dd5165927db7", + "__uuid__": "c2de34b1-99b2-49c4-a6ec-44eeb63b12cd", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4800,7 +4800,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "acOI8DXT5DXLvDqBwNRg2j", + "fileId": "25GCWhvURB4LJRY0egwoRs", "prefabRootNode": { "__id__": 1 }, @@ -4826,7 +4826,7 @@ "__id__": 235 }, "asset": { - "__uuid__": "09ec107b-880c-45b8-ad98-84592e637c0b", + "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -4837,7 +4837,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "c317OUl/5FHbNI/a4OAeLi", + "fileId": "44h15BtxtLwqzgqGKW8Vp+", "prefabRootNode": { "__id__": 1 }, @@ -4874,7 +4874,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "cbMJEpFa1BzJvsgAvAqTFa", + "fileId": "4c9r6WrMBMwY0//WFdcE7H", "prefabRootNode": { "__id__": 1 }, @@ -4909,7 +4909,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "0azJ3LX6NH8LPpQhZVHiRP" + "fileId": "12qJoTCBxNJr6Ygl0+sKgD" }, { "__type__": "cc.PrefabInfo", @@ -4919,7 +4919,7 @@ "asset": { "__id__": 0 }, - "fileId": "de5cbqIVVImac8IX5q5RrX", + "fileId": "d5CRsJwd5GEK0GssHtVB3X", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4950,7 +4950,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "73psh3t4tJrbqlqciTJraJ" + "fileId": "cb4Xt0JQhCFYXa7DiZvruu" }, { "__type__": "cc.PrefabInfo", @@ -4960,7 +4960,7 @@ "asset": { "__id__": 0 }, - "fileId": "a3Jz5qix9MQbqr2XXEIYTM", + "fileId": "d9YBudB/ZIOJfCqXcHIxyZ", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4991,7 +4991,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "41NV6GkLBBAIkwR8z0GG4i" + "fileId": "c4xetXmspCPYUFkrg7JlCi" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -5016,7 +5016,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "1a1U70TnxFSbmJBd82u+T6" + "fileId": "4ePDMbAQJB+Jrq9yudPaLi" }, { "__type__": "cc.PrefabInfo", @@ -5026,7 +5026,7 @@ "asset": { "__id__": 0 }, - "fileId": "8fbf65U6tJXYY+Sc+svdhV", + "fileId": "f4f4bLi8ZNh6UflQ71CgAM", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5216,7 +5216,7 @@ "__id__": 255 }, "asset": { - "__uuid__": "09ec107b-880c-45b8-ad98-84592e637c0b", + "__uuid__": "a4cde73d-6ad9-430a-9b55-6f16ff2da91e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -5227,7 +5227,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "91kFdu+SlOToH51ltOUKm2", + "fileId": "bakxpLejhGBY6NoAyO2bGW", "prefabRootNode": { "__id__": 1 }, @@ -5253,7 +5253,7 @@ "__id__": 258 }, "asset": { - "__uuid__": "2c62af7c-9b93-48ff-bd76-a2dfd799659e", + "__uuid__": "31e7557b-3a6b-4d2d-9daf-5a5e4b522638", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -5264,7 +5264,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "7cMVFJ/mRPko5q/jtNIG+R", + "fileId": "3fXwAV9A9CEanVqHfz07Oj", "prefabRootNode": { "__id__": 1 }, @@ -5290,7 +5290,7 @@ "__id__": 261 }, "asset": { - "__uuid__": "a0fd2fb6-af52-4b80-a9fc-93d543fa2acd", + "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -5301,7 +5301,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "cc7LZPKpZLPp+HB4f6EXzj", + "fileId": "e61YGymJFEdLNiASYdHMUR", "prefabRootNode": { "__id__": 1 }, @@ -5327,7 +5327,7 @@ "__id__": 264 }, "asset": { - "__uuid__": "f8999765-2b3b-4d22-8a12-dd5165927db7", + "__uuid__": "a4cde73d-6ad9-430a-9b55-6f16ff2da91e", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -5338,7 +5338,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "47HeQBJkpN0pEinfzoK96n", + "fileId": "32NwHkjgJAa5EnHcW83Rfn", "prefabRootNode": { "__id__": 1 }, @@ -5364,7 +5364,7 @@ "__id__": 267 }, "asset": { - "__uuid__": "e50482a2-447d-46ce-91f0-488953dda75c", + "__uuid__": "5347ef5a-5046-4c36-be8f-bb27dc475204", "__expectedType__": "cc.Prefab" }, "fileId": "fchELCmEtHhb3lT1fagDGR", @@ -5375,7 +5375,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "70MyRSrXBFc5w/lOyHJIIh", + "fileId": "218u9/9PNOV7idtyPDcKh3", "prefabRootNode": { "__id__": 1 }, @@ -5410,7 +5410,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b2DKv5Z+9LFJ8bo9hZSw7m" + "fileId": "5aHs5JFOtC7L0MTBL6YkuD" }, { "__type__": "cc.PrefabInfo", @@ -5420,7 +5420,7 @@ "asset": { "__id__": 0 }, - "fileId": "0fzyHShUlJQ73+Fw0Mxv0b", + "fileId": "7dLu8doMRDxr9MpanreIWe", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5451,7 +5451,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "36A1No5bhOKLZyLZsErJ+V" + "fileId": "05kI5Ym0ZOMrnGcpkZTlzS" }, { "__type__": "cc.PrefabInfo", @@ -5461,7 +5461,7 @@ "asset": { "__id__": 0 }, - "fileId": "f8NxJOP1FHKYbBz7m/+OF1", + "fileId": "6f/gk0qdtC1rXDdo5i4t6M", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5492,7 +5492,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "e4na2zpBJOlI8b3AA8EbTt" + "fileId": "c4dozsb0RIaIPszpf3zdrF" }, { "__type__": "45522uB1sdFu4FJAojtnha4", @@ -5517,7 +5517,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "81AbJBCPZJ17exVr2nXFd7" + "fileId": "f1jsDZF3hKyr4PPsSEm7Ib" }, { "__type__": "cc.PrefabInfo", @@ -5527,7 +5527,7 @@ "asset": { "__id__": 0 }, - "fileId": "88ambzxBFJW4hcb194csm1", + "fileId": "77yWYU/spJPIkTqJhHXtPk", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5552,7 +5552,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ec+xj4fExDe5GGL9d0x0du" + "fileId": "6e/cI+gsNMNaw/tJDjD7sD" }, { "__type__": "cc.UITransform", @@ -5580,7 +5580,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "09qHntlhxPPLWZLmK4l2mw" + "fileId": "71ulMqWf9N7bF7a0L2IPef" }, { "__type__": "cc.Graphics", @@ -5626,7 +5626,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "d6caTAFVJB/7oYsnOf9SdY" + "fileId": "85z/kOw1NLzqFYJYZGJTKx" }, { "__type__": "cc.PrefabInfo", @@ -5636,7 +5636,7 @@ "asset": { "__id__": 0 }, - "fileId": "f1aMrOOQRDEajObFF22/XO", + "fileId": "fbfXVDfdhF3YDrqnLDA/b7", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -15680,35 +15680,35 @@ "__id__": 866 }, { - "__id__": 981 + "__id__": 996 }, { - "__id__": 1051 + "__id__": 1066 }, { - "__id__": 1105 + "__id__": 1120 }, { - "__id__": 1143 + "__id__": 1158 }, { - "__id__": 1251 + "__id__": 1266 } ], "_active": true, "_components": [ { - "__id__": 1267 + "__id__": 1282 }, { - "__id__": 1269 + "__id__": 1284 }, { - "__id__": 1271 + "__id__": 1286 } ], "_prefab": { - "__id__": 1273 + "__id__": 1288 }, "_lpos": { "__type__": "cc.Vec3", @@ -18415,26 +18415,26 @@ "__id__": 867 }, { - "__id__": 897 + "__id__": 901 }, { - "__id__": 908 + "__id__": 912 }, { - "__id__": 952 + "__id__": 967 }, { - "__id__": 963 + "__id__": 978 } ], "_active": true, "_components": [ { - "__id__": 978 + "__id__": 993 } ], "_prefab": { - "__id__": 980 + "__id__": 995 }, "_lpos": { "__type__": "cc.Vec3", @@ -18556,6 +18556,18 @@ }, { "__id__": 896 + }, + { + "__id__": 897 + }, + { + "__id__": 898 + }, + { + "__id__": 899 + }, + { + "__id__": 900 } ], "removedComponents": [] @@ -18806,7 +18818,10 @@ "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", @@ -18816,7 +18831,10 @@ "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", @@ -18826,7 +18844,10 @@ "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", @@ -18836,7 +18857,10 @@ "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", @@ -18854,6 +18878,58 @@ "a": 255 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 887 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@ef0d5", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 889 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@ef0d5", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 883 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@70965", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 885 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@c96e3", + "__expectedType__": "cc.SpriteFrame" + } + }, { "__type__": "cc.Node", "_name": "ic_subChips", @@ -18865,21 +18941,21 @@ "_children": [], "_active": true, "_components": [ - { - "__id__": 898 - }, - { - "__id__": 900 - }, { "__id__": 902 }, { - "__id__": 905 + "__id__": 904 + }, + { + "__id__": 906 + }, + { + "__id__": 909 } ], "_prefab": { - "__id__": 907 + "__id__": 911 }, "_lpos": { "__type__": "cc.Vec3", @@ -18916,11 +18992,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 899 + "__id__": 903 }, "_contentSize": { "__type__": "cc.Size", @@ -18944,11 +19020,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 901 + "__id__": 905 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18961,7 +19037,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@b7579", + "__uuid__": "d190ca25-ff49-43b3-bf2c-67dfacec94c2@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -18976,10 +19052,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -18992,15 +19065,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 903 + "__id__": 907 }, "clickEvents": [ { - "__id__": 904 + "__id__": 908 } ], "_interactable": true, @@ -19040,7 +19113,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 897 + "__id__": 901 }, "_id": "" }, @@ -19064,11 +19137,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 906 + "__id__": 910 }, "_opacity": 255, "_id": "" @@ -19097,14 +19170,14 @@ "__id__": 866 }, "_prefab": { - "__id__": 909 + "__id__": 913 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 908 + "__id__": 912 }, "asset": { "__uuid__": "b4e13e9b-1ee9-4811-8216-79bd4eeec776", @@ -19112,7 +19185,7 @@ }, "fileId": "a3vI+eIBhPnLnuNgWtjMLe", "instance": { - "__id__": 910 + "__id__": 914 }, "targetOverrides": null }, @@ -19125,36 +19198,30 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 911 + "__id__": 915 } ], "propertyOverrides": [ - { - "__id__": 915 - }, - { - "__id__": 917 - }, - { - "__id__": 918 - }, { "__id__": 919 }, { - "__id__": 920 + "__id__": 921 }, { "__id__": 922 }, + { + "__id__": 923 + }, { "__id__": 924 }, { - "__id__": 925 + "__id__": 926 }, { - "__id__": 927 + "__id__": 928 }, { "__id__": 929 @@ -19181,22 +19248,61 @@ "__id__": 943 }, { - "__id__": 944 - }, - { - "__id__": 946 + "__id__": 945 }, { "__id__": 947 }, { - "__id__": 949 + "__id__": 948 }, { "__id__": 950 }, { "__id__": 951 + }, + { + "__id__": 953 + }, + { + "__id__": 954 + }, + { + "__id__": 955 + }, + { + "__id__": 956 + }, + { + "__id__": 957 + }, + { + "__id__": 958 + }, + { + "__id__": 959 + }, + { + "__id__": 960 + }, + { + "__id__": 961 + }, + { + "__id__": 962 + }, + { + "__id__": 963 + }, + { + "__id__": 964 + }, + { + "__id__": 965 + }, + { + "__id__": 966 } ], "removedComponents": [] @@ -19204,11 +19310,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 912 + "__id__": 916 }, "components": [ { - "__id__": 913 + "__id__": 917 } ] }, @@ -19224,15 +19330,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 908 + "__id__": 912 } }, "node": { - "__id__": 908 + "__id__": 912 }, "_enabled": true, "__prefab": { - "__id__": 914 + "__id__": 918 }, "_opacity": 255, "_id": "" @@ -19244,7 +19350,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 916 + "__id__": 920 }, "propertyPath": [ "_name" @@ -19260,7 +19366,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 916 + "__id__": 920 }, "propertyPath": [ "_lpos" @@ -19275,7 +19381,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 916 + "__id__": 920 }, "propertyPath": [ "_lrot" @@ -19291,7 +19397,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 916 + "__id__": 920 }, "propertyPath": [ "_euler" @@ -19306,7 +19412,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 925 }, "propertyPath": [ "clickEvents", @@ -19323,14 +19429,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 925 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 923 + "__id__": 927 } }, { @@ -19346,19 +19452,19 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 925 }, "propertyPath": [ "_target" ], "value": { - "__id__": 908 + "__id__": 912 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 926 + "__id__": 930 }, "propertyPath": [ "_color" @@ -19380,7 +19486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 928 + "__id__": 932 }, "propertyPath": [ "_color" @@ -19402,7 +19508,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 930 + "__id__": 934 }, "propertyPath": [ "_color" @@ -19424,7 +19530,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 932 + "__id__": 936 }, "propertyPath": [ "_color" @@ -19446,7 +19552,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 934 + "__id__": 938 }, "propertyPath": [ "_color" @@ -19468,7 +19574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 936 + "__id__": 940 }, "propertyPath": [ "_color" @@ -19490,7 +19596,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 938 + "__id__": 942 }, "propertyPath": [ "_color" @@ -19512,7 +19618,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 940 + "__id__": 944 }, "propertyPath": [ "_color" @@ -19534,7 +19640,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 942 + "__id__": 946 }, "propertyPath": [ "_color" @@ -19556,17 +19662,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 942 + "__id__": 946 }, "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 945 + "__id__": 949 }, "propertyPath": [ "_color" @@ -19588,17 +19697,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 945 + "__id__": 949 }, "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 948 + "__id__": 952 }, "propertyPath": [ "_color" @@ -19620,17 +19732,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 948 + "__id__": 952 }, "propertyPath": [ "_atlas" ], - "value": null + "value": { + "__uuid__": "11386a42-81cf-4c19-a9b2-618e9dc40b7e", + "__expectedType__": "cc.SpriteAtlas" + } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 925 }, "propertyPath": [ "_transition" @@ -19640,7 +19755,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 925 }, "propertyPath": [ "_pressedColor" @@ -19653,6 +19768,149 @@ "a": 255 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 930 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@4ab58", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 932 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@465eb", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 934 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@06d86", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 936 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@922e7", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 938 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@5f54c", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 940 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@40950", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 942 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@3c173", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 944 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@40950", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 946 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@4ab58", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 949 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@465eb", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 952 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@06d86", + "__expectedType__": "cc.SpriteFrame" + } + }, { "__type__": "cc.Node", "_name": "ic_addChips", @@ -19665,20 +19923,20 @@ "_active": true, "_components": [ { - "__id__": 953 + "__id__": 968 }, { - "__id__": 955 + "__id__": 970 }, { - "__id__": 957 + "__id__": 972 }, { - "__id__": 960 + "__id__": 975 } ], "_prefab": { - "__id__": 962 + "__id__": 977 }, "_lpos": { "__type__": "cc.Vec3", @@ -19715,11 +19973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 967 }, "_enabled": true, "__prefab": { - "__id__": 954 + "__id__": 969 }, "_contentSize": { "__type__": "cc.Size", @@ -19743,11 +20001,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 967 }, "_enabled": true, "__prefab": { - "__id__": 956 + "__id__": 971 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19760,7 +20018,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@113b6", + "__uuid__": "6b078b73-c3e7-47e7-b56d-c71410c46f79@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -19775,10 +20033,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -19791,335 +20046,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 952 - }, - "_enabled": true, - "__prefab": { - "__id__": 958 - }, - "clickEvents": [ - { - "__id__": 959 - } - ], - "_interactable": true, - "_transition": 1, - "_normalColor": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_hoverColor": { - "__type__": "cc.Color", - "r": 211, - "g": 211, - "b": 211, - "a": 255 - }, - "_pressedColor": { - "__type__": "cc.Color", - "r": 211, - "g": 211, - "b": 211, - "a": 255 - }, - "_disabledColor": { - "__type__": "cc.Color", - "r": 124, - "g": 124, - "b": 124, - "a": 255 - }, - "_normalSprite": null, - "_hoverSprite": null, - "_pressedSprite": null, - "_disabledSprite": null, - "_duration": 0.1, - "_zoomScale": 1.2, - "_target": { - "__id__": 952 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "77MC1WBKlLgKOyUqykcm4+" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 738 - }, - "component": "", - "_componentId": "ff9ffVht7RJH7heK3V8kckw", - "handler": "onBtnAddChips", - "customEventData": "" - }, - { - "__type__": "cc.UIOpacity", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 952 - }, - "_enabled": true, - "__prefab": { - "__id__": 961 - }, - "_opacity": 255, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "36r3diUGRNNpTg1Y9e5Rgm" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "cdVLiDaYBBxZ2halzFE6Zn", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "ic_menu", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 866 - }, - "_children": [ - { - "__id__": 964 - } - ], - "_active": true, - "_components": [ - { - "__id__": 970 - }, - { - "__id__": 972 - }, - { - "__id__": 975 - } - ], - "_prefab": { - "__id__": 977 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 500, - "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 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "ic_menu-001", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 963 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 965 - }, - { - "__id__": 967 - } - ], - "_prefab": { - "__id__": 969 - }, - "_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 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 964 - }, - "_enabled": true, - "__prefab": { - "__id__": 966 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 56, - "height": 49 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c3N1i4pitIG5MkpACofrru" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 964 - }, - "_enabled": true, - "__prefab": { - "__id__": 968 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@c61c2", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9d+5gLQu9HH6Ku8mXNgK3w" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ecjfDIAcVGnZ/c4ybFsGav", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 963 - }, - "_enabled": true, - "__prefab": { - "__id__": 971 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 130, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "59ejTnl7dIv55UKtH7AI1g" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 963 + "__id__": 967 }, "_enabled": true, "__prefab": { @@ -20167,7 +20094,332 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 963 + "__id__": 967 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "77MC1WBKlLgKOyUqykcm4+" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 738 + }, + "component": "", + "_componentId": "ff9ffVht7RJH7heK3V8kckw", + "handler": "onBtnAddChips", + "customEventData": "" + }, + { + "__type__": "cc.UIOpacity", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 967 + }, + "_enabled": true, + "__prefab": { + "__id__": 976 + }, + "_opacity": 255, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "36r3diUGRNNpTg1Y9e5Rgm" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cdVLiDaYBBxZ2halzFE6Zn", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ic_menu", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 866 + }, + "_children": [ + { + "__id__": 979 + } + ], + "_active": true, + "_components": [ + { + "__id__": 985 + }, + { + "__id__": 987 + }, + { + "__id__": 990 + } + ], + "_prefab": { + "__id__": 992 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 500, + "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 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ic_menu-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 978 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 980 + }, + { + "__id__": 982 + } + ], + "_prefab": { + "__id__": 984 + }, + "_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 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 979 + }, + "_enabled": true, + "__prefab": { + "__id__": 981 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 56, + "height": 49 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c3N1i4pitIG5MkpACofrru" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 979 + }, + "_enabled": true, + "__prefab": { + "__id__": 983 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "4129de75-e083-4516-a931-a88a64cdd5ab@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9d+5gLQu9HH6Ku8mXNgK3w" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ecjfDIAcVGnZ/c4ybFsGav", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 978 + }, + "_enabled": true, + "__prefab": { + "__id__": 986 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 130, + "height": 130 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59ejTnl7dIv55UKtH7AI1g" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 978 + }, + "_enabled": true, + "__prefab": { + "__id__": 988 + }, + "clickEvents": [ + { + "__id__": 989 + } + ], + "_interactable": true, + "_transition": 1, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 978 }, "_id": "" }, @@ -20191,11 +20443,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 963 + "__id__": 978 }, "_enabled": true, "__prefab": { - "__id__": 976 + "__id__": 991 }, "_opacity": 255, "_id": "" @@ -20227,7 +20479,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 979 + "__id__": 994 }, "_contentSize": { "__type__": "cc.Size", @@ -20268,35 +20520,35 @@ }, "_children": [ { - "__id__": 982 + "__id__": 997 }, { - "__id__": 991 + "__id__": 1006 }, { - "__id__": 1010 + "__id__": 1025 }, { - "__id__": 1019 + "__id__": 1034 }, { - "__id__": 1028 + "__id__": 1043 }, { - "__id__": 1037 + "__id__": 1052 } ], "_active": false, "_components": [ { - "__id__": 1046 + "__id__": 1061 }, { - "__id__": 1048 + "__id__": 1063 } ], "_prefab": { - "__id__": 1050 + "__id__": 1065 }, "_lpos": { "__type__": "cc.Vec3", @@ -20333,27 +20585,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [], "_active": true, "_components": [ { - "__id__": 983 + "__id__": 998 }, { - "__id__": 985 + "__id__": 1000 }, { - "__id__": 988 + "__id__": 1003 } ], "_prefab": { - "__id__": 990 + "__id__": 1005 }, "_lpos": { "__type__": "cc.Vec3", - "x": -440, + "x": -437, "y": 0, "z": 0 }, @@ -20386,11 +20638,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 982 + "__id__": 997 }, "_enabled": true, "__prefab": { - "__id__": 984 + "__id__": 999 }, "_contentSize": { "__type__": "cc.Size", @@ -20414,15 +20666,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 982 + "__id__": 997 }, "_enabled": true, "__prefab": { - "__id__": 986 + "__id__": 1001 }, "clickEvents": [ { - "__id__": 987 + "__id__": 1002 } ], "_interactable": true, @@ -20462,7 +20714,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 982 + "__id__": 997 }, "_id": "" }, @@ -20486,11 +20738,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 982 + "__id__": 997 }, "_enabled": true, "__prefab": { - "__id__": 989 + "__id__": 1004 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20503,7 +20755,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@1c4be", + "__uuid__": "f168b707-d32b-4a65-9f4f-038a0cf70f22@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -20518,10 +20770,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -20547,31 +20796,31 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [ { - "__id__": 992 + "__id__": 1007 }, { - "__id__": 998 + "__id__": 1013 } ], "_active": true, "_components": [ { - "__id__": 1004 + "__id__": 1019 }, { - "__id__": 1006 + "__id__": 1021 } ], "_prefab": { - "__id__": 1009 + "__id__": 1024 }, "_lpos": { "__type__": "cc.Vec3", - "x": -267.5, + "x": -264.5, "y": 0, "z": 0 }, @@ -20604,20 +20853,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 991 + "__id__": 1006 }, "_children": [], "_active": true, "_components": [ { - "__id__": 993 + "__id__": 1008 }, { - "__id__": 995 + "__id__": 1010 } ], "_prefab": { - "__id__": 997 + "__id__": 1012 }, "_lpos": { "__type__": "cc.Vec3", @@ -20654,16 +20903,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 992 + "__id__": 1007 }, "_enabled": true, "__prefab": { - "__id__": 994 + "__id__": 1009 }, "_contentSize": { "__type__": "cc.Size", - "width": 94, - "height": 94 + "width": 84, + "height": 80 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -20682,11 +20931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 992 + "__id__": 1007 }, "_enabled": true, "__prefab": { - "__id__": 996 + "__id__": 1011 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20699,7 +20948,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@9a433", + "__uuid__": "a05921ee-d9d3-475f-a665-dc4aadcbc0aa@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -20714,10 +20963,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -20743,20 +20989,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 991 + "__id__": 1006 }, "_children": [], "_active": false, "_components": [ { - "__id__": 999 + "__id__": 1014 }, { - "__id__": 1001 + "__id__": 1016 } ], "_prefab": { - "__id__": 1003 + "__id__": 1018 }, "_lpos": { "__type__": "cc.Vec3", @@ -20793,16 +21039,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1013 }, "_enabled": true, "__prefab": { - "__id__": 1000 + "__id__": 1015 }, "_contentSize": { "__type__": "cc.Size", - "width": 94, - "height": 94 + "width": 84, + "height": 80 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -20821,11 +21067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1013 }, "_enabled": true, "__prefab": { - "__id__": 1002 + "__id__": 1017 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20838,7 +21084,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@dcae4", + "__uuid__": "d2d634ff-7c81-4fce-a797-1a6f3961463e@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -20853,10 +21099,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -20882,11 +21125,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 991 + "__id__": 1006 }, "_enabled": true, "__prefab": { - "__id__": 1005 + "__id__": 1020 }, "_contentSize": { "__type__": "cc.Size", @@ -20910,15 +21153,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 991 + "__id__": 1006 }, "_enabled": true, "__prefab": { - "__id__": 1007 + "__id__": 1022 }, "clickEvents": [ { - "__id__": 1008 + "__id__": 1023 } ], "_interactable": true, @@ -20958,7 +21201,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 991 + "__id__": 1006 }, "_id": "" }, @@ -20995,27 +21238,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1011 + "__id__": 1026 }, { - "__id__": 1013 + "__id__": 1028 }, { - "__id__": 1015 + "__id__": 1030 } ], "_prefab": { - "__id__": 1018 + "__id__": 1033 }, "_lpos": { "__type__": "cc.Vec3", - "x": -92, + "x": -89, "y": 0, "z": 0 }, @@ -21048,11 +21291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1010 + "__id__": 1025 }, "_enabled": true, "__prefab": { - "__id__": 1012 + "__id__": 1027 }, "_contentSize": { "__type__": "cc.Size", @@ -21076,11 +21319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1010 + "__id__": 1025 }, "_enabled": true, "__prefab": { - "__id__": 1014 + "__id__": 1029 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21093,7 +21336,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@31104", + "__uuid__": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -21108,10 +21351,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -21124,15 +21364,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1010 + "__id__": 1025 }, "_enabled": true, "__prefab": { - "__id__": 1016 + "__id__": 1031 }, "clickEvents": [ { - "__id__": 1017 + "__id__": 1032 } ], "_interactable": true, @@ -21172,7 +21412,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1010 + "__id__": 1025 }, "_id": "" }, @@ -21209,27 +21449,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1020 + "__id__": 1035 }, { - "__id__": 1022 + "__id__": 1037 }, { - "__id__": 1024 + "__id__": 1039 } ], "_prefab": { - "__id__": 1027 + "__id__": 1042 }, "_lpos": { "__type__": "cc.Vec3", - "x": 84, + "x": 87, "y": 0, "z": 0 }, @@ -21262,11 +21502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1019 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1021 + "__id__": 1036 }, "_contentSize": { "__type__": "cc.Size", @@ -21290,11 +21530,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1019 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1023 + "__id__": 1038 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21307,7 +21547,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@4fcfb", + "__uuid__": "6affb4b8-f7ac-4e05-bf75-735027b2eb98@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -21322,10 +21562,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -21338,15 +21575,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1019 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1025 + "__id__": 1040 }, "clickEvents": [ { - "__id__": 1026 + "__id__": 1041 } ], "_interactable": true, @@ -21386,7 +21623,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1019 + "__id__": 1034 }, "_id": "" }, @@ -21423,23 +21660,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1029 + "__id__": 1044 }, { - "__id__": 1031 + "__id__": 1046 }, { - "__id__": 1033 + "__id__": 1048 } ], "_prefab": { - "__id__": 1036 + "__id__": 1051 }, "_lpos": { "__type__": "cc.Vec3", @@ -21476,16 +21713,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1030 + "__id__": 1045 }, "_contentSize": { "__type__": "cc.Size", - "width": 94, - "height": 94 + "width": 88, + "height": 88 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -21504,11 +21741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1032 + "__id__": 1047 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21521,7 +21758,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@81249", + "__uuid__": "8aaeafda-3c56-4c17-99af-f2373749c581@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -21536,10 +21773,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -21552,15 +21786,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1034 + "__id__": 1049 }, "clickEvents": [ { - "__id__": 1035 + "__id__": 1050 } ], "_interactable": true, @@ -21600,7 +21834,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1028 + "__id__": 1043 }, "_id": "" }, @@ -21637,27 +21871,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 981 + "__id__": 996 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1038 + "__id__": 1053 }, { - "__id__": 1040 + "__id__": 1055 }, { - "__id__": 1042 + "__id__": 1057 } ], "_prefab": { - "__id__": 1045 + "__id__": 1060 }, "_lpos": { "__type__": "cc.Vec3", - "x": 440.5, + "x": 437.5, "y": 0, "z": 0 }, @@ -21690,11 +21924,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1037 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1039 + "__id__": 1054 }, "_contentSize": { "__type__": "cc.Size", @@ -21718,11 +21952,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1037 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1041 + "__id__": 1056 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21735,7 +21969,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@94e57", + "__uuid__": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -21750,10 +21984,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -21766,15 +21997,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1037 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1043 + "__id__": 1058 }, "clickEvents": [ { - "__id__": 1044 + "__id__": 1059 } ], "_interactable": true, @@ -21814,7 +22045,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1037 + "__id__": 1052 }, "_id": "" }, @@ -21851,15 +22082,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 981 + "__id__": 996 }, "_enabled": true, "__prefab": { - "__id__": 1047 + "__id__": 1062 }, "_contentSize": { "__type__": "cc.Size", - "width": 959, + "width": 953, "height": 100 }, "_anchorPoint": { @@ -21879,11 +22110,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 981 + "__id__": 996 }, "_enabled": true, "__prefab": { - "__id__": 1049 + "__id__": 1064 }, "_resizeMode": 1, "_layoutType": 1, @@ -21934,35 +22165,35 @@ }, "_children": [ { - "__id__": 1052 + "__id__": 1067 }, { - "__id__": 1060 + "__id__": 1075 }, { - "__id__": 1068 + "__id__": 1083 }, { - "__id__": 1076 + "__id__": 1091 }, { - "__id__": 1084 + "__id__": 1099 }, { - "__id__": 1092 + "__id__": 1107 } ], "_active": false, "_components": [ { - "__id__": 1100 + "__id__": 1115 }, { - "__id__": 1102 + "__id__": 1117 } ], "_prefab": { - "__id__": 1104 + "__id__": 1119 }, "_lpos": { "__type__": "cc.Vec3", @@ -21999,23 +22230,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1053 + "__id__": 1068 }, { - "__id__": 1055 + "__id__": 1070 }, { - "__id__": 1057 + "__id__": 1072 } ], "_prefab": { - "__id__": 1059 + "__id__": 1074 }, "_lpos": { "__type__": "cc.Vec3", @@ -22052,11 +22283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1052 + "__id__": 1067 }, "_enabled": true, "__prefab": { - "__id__": 1054 + "__id__": 1069 }, "_contentSize": { "__type__": "cc.Size", @@ -22080,20 +22311,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1052 + "__id__": 1067 }, "_enabled": true, "__prefab": { - "__id__": 1056 + "__id__": 1071 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Quit", @@ -22151,11 +22382,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1052 + "__id__": 1067 }, "_enabled": true, "__prefab": { - "__id__": 1058 + "__id__": 1073 }, "_key": "AID_MAIN_OPERATE_QUIT", "_id": "" @@ -22183,23 +22414,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1061 + "__id__": 1076 }, { - "__id__": 1063 + "__id__": 1078 }, { - "__id__": 1065 + "__id__": 1080 } ], "_prefab": { - "__id__": 1067 + "__id__": 1082 }, "_lpos": { "__type__": "cc.Vec3", @@ -22236,11 +22467,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1060 + "__id__": 1075 }, "_enabled": true, "__prefab": { - "__id__": 1062 + "__id__": 1077 }, "_contentSize": { "__type__": "cc.Size", @@ -22264,20 +22495,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1060 + "__id__": 1075 }, "_enabled": true, "__prefab": { - "__id__": 1064 + "__id__": 1079 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Sound", @@ -22335,11 +22566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1060 + "__id__": 1075 }, "_enabled": true, "__prefab": { - "__id__": 1066 + "__id__": 1081 }, "_key": "AID_MAIN_OPERATE_SOUND", "_id": "" @@ -22367,23 +22598,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1069 + "__id__": 1084 }, { - "__id__": 1071 + "__id__": 1086 }, { - "__id__": 1073 + "__id__": 1088 } ], "_prefab": { - "__id__": 1075 + "__id__": 1090 }, "_lpos": { "__type__": "cc.Vec3", @@ -22420,11 +22651,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1068 + "__id__": 1083 }, "_enabled": true, "__prefab": { - "__id__": 1070 + "__id__": 1085 }, "_contentSize": { "__type__": "cc.Size", @@ -22448,20 +22679,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1068 + "__id__": 1083 }, "_enabled": true, "__prefab": { - "__id__": 1072 + "__id__": 1087 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Paytable", @@ -22519,11 +22750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1068 + "__id__": 1083 }, "_enabled": true, "__prefab": { - "__id__": 1074 + "__id__": 1089 }, "_key": "AID_MAIN_OPERATE_PAYTABLE", "_id": "" @@ -22551,23 +22782,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1077 + "__id__": 1092 }, { - "__id__": 1079 + "__id__": 1094 }, { - "__id__": 1081 + "__id__": 1096 } ], "_prefab": { - "__id__": 1083 + "__id__": 1098 }, "_lpos": { "__type__": "cc.Vec3", @@ -22604,11 +22835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1076 + "__id__": 1091 }, "_enabled": true, "__prefab": { - "__id__": 1078 + "__id__": 1093 }, "_contentSize": { "__type__": "cc.Size", @@ -22632,20 +22863,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1076 + "__id__": 1091 }, "_enabled": true, "__prefab": { - "__id__": 1080 + "__id__": 1095 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Rule", @@ -22703,11 +22934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1076 + "__id__": 1091 }, "_enabled": true, "__prefab": { - "__id__": 1082 + "__id__": 1097 }, "_key": "AID_MAIN_OPERATE_RULES", "_id": "" @@ -22735,23 +22966,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1085 + "__id__": 1100 }, { - "__id__": 1087 + "__id__": 1102 }, { - "__id__": 1089 + "__id__": 1104 } ], "_prefab": { - "__id__": 1091 + "__id__": 1106 }, "_lpos": { "__type__": "cc.Vec3", @@ -22788,11 +23019,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1084 + "__id__": 1099 }, "_enabled": true, "__prefab": { - "__id__": 1086 + "__id__": 1101 }, "_contentSize": { "__type__": "cc.Size", @@ -22816,20 +23047,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1084 + "__id__": 1099 }, "_enabled": true, "__prefab": { - "__id__": 1088 + "__id__": 1103 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "History", @@ -22887,11 +23118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1084 + "__id__": 1099 }, "_enabled": true, "__prefab": { - "__id__": 1090 + "__id__": 1105 }, "_key": "AID_MAIN_OPERATE_HISTORY", "_id": "" @@ -22919,23 +23150,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1093 + "__id__": 1108 }, { - "__id__": 1095 + "__id__": 1110 }, { - "__id__": 1097 + "__id__": 1112 } ], "_prefab": { - "__id__": 1099 + "__id__": 1114 }, "_lpos": { "__type__": "cc.Vec3", @@ -22972,11 +23203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1092 + "__id__": 1107 }, "_enabled": true, "__prefab": { - "__id__": 1094 + "__id__": 1109 }, "_contentSize": { "__type__": "cc.Size", @@ -23000,20 +23231,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1092 + "__id__": 1107 }, "_enabled": true, "__prefab": { - "__id__": 1096 + "__id__": 1111 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 81, - "g": 0, - "b": 126, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Close", @@ -23071,11 +23302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1092 + "__id__": 1107 }, "_enabled": true, "__prefab": { - "__id__": 1098 + "__id__": 1113 }, "_key": "AID_MAIN_OPERATE_CLOSE", "_id": "" @@ -23103,11 +23334,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1051 + "__id__": 1066 }, "_enabled": true, "__prefab": { - "__id__": 1101 + "__id__": 1116 }, "_contentSize": { "__type__": "cc.Size", @@ -23131,11 +23362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1051 + "__id__": 1066 }, "_enabled": false, "__prefab": { - "__id__": 1103 + "__id__": 1118 }, "_resizeMode": 1, "_layoutType": 1, @@ -23186,23 +23417,23 @@ }, "_children": [ { - "__id__": 1106 + "__id__": 1121 }, { - "__id__": 1126 + "__id__": 1141 } ], "_active": false, "_components": [ { - "__id__": 1138 + "__id__": 1153 }, { - "__id__": 1140 + "__id__": 1155 } ], "_prefab": { - "__id__": 1142 + "__id__": 1157 }, "_lpos": { "__type__": "cc.Vec3", @@ -23239,27 +23470,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1105 + "__id__": 1120 }, "_children": [ { - "__id__": 1107 + "__id__": 1122 }, { - "__id__": 1115 + "__id__": 1130 } ], "_active": true, "_components": [ { - "__id__": 1121 + "__id__": 1136 }, { - "__id__": 1123 + "__id__": 1138 } ], "_prefab": { - "__id__": 1125 + "__id__": 1140 }, "_lpos": { "__type__": "cc.Vec3", @@ -23296,23 +23527,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1106 + "__id__": 1121 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1108 + "__id__": 1123 }, { - "__id__": 1110 + "__id__": 1125 }, { - "__id__": 1112 + "__id__": 1127 } ], "_prefab": { - "__id__": 1114 + "__id__": 1129 }, "_lpos": { "__type__": "cc.Vec3", @@ -23349,11 +23580,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1107 + "__id__": 1122 }, "_enabled": true, "__prefab": { - "__id__": 1109 + "__id__": 1124 }, "_contentSize": { "__type__": "cc.Size", @@ -23377,11 +23608,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1107 + "__id__": 1122 }, "_enabled": true, "__prefab": { - "__id__": 1111 + "__id__": 1126 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23425,11 +23656,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1107 + "__id__": 1122 }, "_enabled": true, "__prefab": { - "__id__": 1113 + "__id__": 1128 }, "spriteName": "REMAINING", "_id": "" @@ -23457,20 +23688,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1106 + "__id__": 1121 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1116 + "__id__": 1131 }, { - "__id__": 1118 + "__id__": 1133 } ], "_prefab": { - "__id__": 1120 + "__id__": 1135 }, "_lpos": { "__type__": "cc.Vec3", @@ -23507,11 +23738,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1115 + "__id__": 1130 }, "_enabled": true, "__prefab": { - "__id__": 1117 + "__id__": 1132 }, "_contentSize": { "__type__": "cc.Size", @@ -23535,11 +23766,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1115 + "__id__": 1130 }, "_enabled": true, "__prefab": { - "__id__": 1119 + "__id__": 1134 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23619,11 +23850,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1106 + "__id__": 1121 }, "_enabled": true, "__prefab": { - "__id__": 1122 + "__id__": 1137 }, "_contentSize": { "__type__": "cc.Size", @@ -23647,11 +23878,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1106 + "__id__": 1121 }, "_enabled": true, "__prefab": { - "__id__": 1124 + "__id__": 1139 }, "_resizeMode": 1, "_layoutType": 1, @@ -23698,21 +23929,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1105 + "__id__": 1120 }, "_children": [ { - "__id__": 1127 + "__id__": 1142 } ], "_active": true, "_components": [ { - "__id__": 1135 + "__id__": 1150 } ], "_prefab": { - "__id__": 1137 + "__id__": 1152 }, "_lpos": { "__type__": "cc.Vec3", @@ -23749,23 +23980,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1126 + "__id__": 1141 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1128 + "__id__": 1143 }, { - "__id__": 1130 + "__id__": 1145 }, { - "__id__": 1132 + "__id__": 1147 } ], "_prefab": { - "__id__": 1134 + "__id__": 1149 }, "_lpos": { "__type__": "cc.Vec3", @@ -23802,11 +24033,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1142 }, "_enabled": true, "__prefab": { - "__id__": 1129 + "__id__": 1144 }, "_contentSize": { "__type__": "cc.Size", @@ -23830,11 +24061,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1142 }, "_enabled": true, "__prefab": { - "__id__": 1131 + "__id__": 1146 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23878,11 +24109,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1142 }, "_enabled": true, "__prefab": { - "__id__": 1133 + "__id__": 1148 }, "spriteName": "LASTFREESPIN", "_id": "" @@ -23910,11 +24141,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1126 + "__id__": 1141 }, "_enabled": true, "__prefab": { - "__id__": 1136 + "__id__": 1151 }, "_contentSize": { "__type__": "cc.Size", @@ -23951,11 +24182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1105 + "__id__": 1120 }, "_enabled": true, "__prefab": { - "__id__": 1139 + "__id__": 1154 }, "_contentSize": { "__type__": "cc.Size", @@ -23979,11 +24210,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1105 + "__id__": 1120 }, "_enabled": true, "__prefab": { - "__id__": 1141 + "__id__": 1156 }, "_id": "" }, @@ -24014,20 +24245,20 @@ }, "_children": [ { - "__id__": 1144 + "__id__": 1159 }, { - "__id__": 1202 + "__id__": 1217 } ], "_active": true, "_components": [ { - "__id__": 1248 + "__id__": 1263 } ], "_prefab": { - "__id__": 1250 + "__id__": 1265 }, "_lpos": { "__type__": "cc.Vec3", @@ -24064,45 +24295,45 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1143 + "__id__": 1158 }, "_children": [ { - "__id__": 1145 + "__id__": 1160 }, { - "__id__": 1151 + "__id__": 1166 }, { - "__id__": 1157 + "__id__": 1172 }, { - "__id__": 1163 + "__id__": 1178 }, { - "__id__": 1169 + "__id__": 1184 }, { - "__id__": 1175 + "__id__": 1190 }, { - "__id__": 1181 + "__id__": 1196 }, { - "__id__": 1187 + "__id__": 1202 }, { - "__id__": 1193 + "__id__": 1208 } ], "_active": true, "_components": [ { - "__id__": 1199 + "__id__": 1214 } ], "_prefab": { - "__id__": 1201 + "__id__": 1216 }, "_lpos": { "__type__": "cc.Vec3", @@ -24139,20 +24370,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1146 + "__id__": 1161 }, { - "__id__": 1148 + "__id__": 1163 } ], "_prefab": { - "__id__": 1150 + "__id__": 1165 }, "_lpos": { "__type__": "cc.Vec3", @@ -24189,11 +24420,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1145 + "__id__": 1160 }, "_enabled": true, "__prefab": { - "__id__": 1147 + "__id__": 1162 }, "_contentSize": { "__type__": "cc.Size", @@ -24217,11 +24448,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1145 + "__id__": 1160 }, "_enabled": true, "__prefab": { - "__id__": 1149 + "__id__": 1164 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24231,7 +24462,7 @@ "r": 0, "g": 0, "b": 0, - "a": 255 + "a": 120 }, "_spriteFrame": { "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@1f2b2", @@ -24278,20 +24509,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1152 + "__id__": 1167 }, { - "__id__": 1154 + "__id__": 1169 } ], "_prefab": { - "__id__": 1156 + "__id__": 1171 }, "_lpos": { "__type__": "cc.Vec3", @@ -24328,11 +24559,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1151 + "__id__": 1166 }, "_enabled": true, "__prefab": { - "__id__": 1153 + "__id__": 1168 }, "_contentSize": { "__type__": "cc.Size", @@ -24356,11 +24587,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1151 + "__id__": 1166 }, "_enabled": true, "__prefab": { - "__id__": 1155 + "__id__": 1170 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24370,7 +24601,7 @@ "r": 0, "g": 0, "b": 0, - "a": 255 + "a": 120 }, "_spriteFrame": { "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@1f2b2", @@ -24417,20 +24648,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1158 + "__id__": 1173 }, { - "__id__": 1160 + "__id__": 1175 } ], "_prefab": { - "__id__": 1162 + "__id__": 1177 }, "_lpos": { "__type__": "cc.Vec3", @@ -24467,11 +24698,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1157 + "__id__": 1172 }, "_enabled": true, "__prefab": { - "__id__": 1159 + "__id__": 1174 }, "_contentSize": { "__type__": "cc.Size", @@ -24495,11 +24726,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1157 + "__id__": 1172 }, "_enabled": true, "__prefab": { - "__id__": 1161 + "__id__": 1176 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24509,7 +24740,7 @@ "r": 0, "g": 0, "b": 0, - "a": 255 + "a": 120 }, "_spriteFrame": { "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@1f2b2", @@ -24556,20 +24787,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1164 + "__id__": 1179 }, { - "__id__": 1166 + "__id__": 1181 } ], "_prefab": { - "__id__": 1168 + "__id__": 1183 }, "_lpos": { "__type__": "cc.Vec3", @@ -24606,11 +24837,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1163 + "__id__": 1178 }, "_enabled": true, "__prefab": { - "__id__": 1165 + "__id__": 1180 }, "_contentSize": { "__type__": "cc.Size", @@ -24634,11 +24865,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1163 + "__id__": 1178 }, "_enabled": true, "__prefab": { - "__id__": 1167 + "__id__": 1182 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24651,7 +24882,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@d1c5f", + "__uuid__": "de9577d4-f908-485a-b81d-c9d87d447d40@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -24666,10 +24897,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -24695,20 +24923,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1170 + "__id__": 1185 }, { - "__id__": 1172 + "__id__": 1187 } ], "_prefab": { - "__id__": 1174 + "__id__": 1189 }, "_lpos": { "__type__": "cc.Vec3", @@ -24745,11 +24973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1169 + "__id__": 1184 }, "_enabled": true, "__prefab": { - "__id__": 1171 + "__id__": 1186 }, "_contentSize": { "__type__": "cc.Size", @@ -24773,11 +25001,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1169 + "__id__": 1184 }, "_enabled": true, "__prefab": { - "__id__": 1173 + "__id__": 1188 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24790,7 +25018,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@8b479", + "__uuid__": "e5cebe29-f875-42da-9411-55fab49de5f9@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -24805,10 +25033,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -24834,20 +25059,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1176 + "__id__": 1191 }, { - "__id__": 1178 + "__id__": 1193 } ], "_prefab": { - "__id__": 1180 + "__id__": 1195 }, "_lpos": { "__type__": "cc.Vec3", @@ -24884,11 +25109,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1175 + "__id__": 1190 }, "_enabled": true, "__prefab": { - "__id__": 1177 + "__id__": 1192 }, "_contentSize": { "__type__": "cc.Size", @@ -24912,11 +25137,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1175 + "__id__": 1190 }, "_enabled": true, "__prefab": { - "__id__": 1179 + "__id__": 1194 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24929,7 +25154,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e@edee9", + "__uuid__": "2e5fb33e-e3d1-4853-8ab7-448e0170717c@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -24944,10 +25169,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "48a4a38e-02aa-4540-9e09-279928453b1e", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { @@ -24973,20 +25195,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1182 + "__id__": 1197 }, { - "__id__": 1184 + "__id__": 1199 } ], "_prefab": { - "__id__": 1186 + "__id__": 1201 }, "_lpos": { "__type__": "cc.Vec3", @@ -25023,11 +25245,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1181 + "__id__": 1196 }, "_enabled": true, "__prefab": { - "__id__": 1183 + "__id__": 1198 }, "_contentSize": { "__type__": "cc.Size", @@ -25051,11 +25273,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1181 + "__id__": 1196 }, "_enabled": true, "__prefab": { - "__id__": 1185 + "__id__": 1200 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25112,20 +25334,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1188 + "__id__": 1203 }, { - "__id__": 1190 + "__id__": 1205 } ], "_prefab": { - "__id__": 1192 + "__id__": 1207 }, "_lpos": { "__type__": "cc.Vec3", @@ -25162,11 +25384,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1187 + "__id__": 1202 }, "_enabled": true, "__prefab": { - "__id__": 1189 + "__id__": 1204 }, "_contentSize": { "__type__": "cc.Size", @@ -25190,11 +25412,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1187 + "__id__": 1202 }, "_enabled": true, "__prefab": { - "__id__": 1191 + "__id__": 1206 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25251,20 +25473,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1144 + "__id__": 1159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1194 + "__id__": 1209 }, { - "__id__": 1196 + "__id__": 1211 } ], "_prefab": { - "__id__": 1198 + "__id__": 1213 }, "_lpos": { "__type__": "cc.Vec3", @@ -25301,11 +25523,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1193 + "__id__": 1208 }, "_enabled": true, "__prefab": { - "__id__": 1195 + "__id__": 1210 }, "_contentSize": { "__type__": "cc.Size", @@ -25329,11 +25551,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1193 + "__id__": 1208 }, "_enabled": true, "__prefab": { - "__id__": 1197 + "__id__": 1212 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25390,11 +25612,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1144 + "__id__": 1159 }, "_enabled": true, "__prefab": { - "__id__": 1200 + "__id__": 1215 }, "_contentSize": { "__type__": "cc.Size", @@ -25431,36 +25653,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1143 + "__id__": 1158 }, "_children": [ { - "__id__": 1203 + "__id__": 1218 }, { - "__id__": 1211 + "__id__": 1226 }, { - "__id__": 1219 + "__id__": 1234 }, { - "__id__": 1227 + "__id__": 1242 }, { - "__id__": 1233 + "__id__": 1248 }, { - "__id__": 1239 + "__id__": 1254 } ], "_active": true, "_components": [ { - "__id__": 1245 + "__id__": 1260 } ], "_prefab": { - "__id__": 1247 + "__id__": 1262 }, "_lpos": { "__type__": "cc.Vec3", @@ -25497,23 +25719,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1204 + "__id__": 1219 }, { - "__id__": 1206 + "__id__": 1221 }, { - "__id__": 1208 + "__id__": 1223 } ], "_prefab": { - "__id__": 1210 + "__id__": 1225 }, "_lpos": { "__type__": "cc.Vec3", @@ -25550,11 +25772,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1203 + "__id__": 1218 }, "_enabled": true, "__prefab": { - "__id__": 1205 + "__id__": 1220 }, "_contentSize": { "__type__": "cc.Size", @@ -25578,20 +25800,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1203 + "__id__": 1218 }, "_enabled": true, "__prefab": { - "__id__": 1207 + "__id__": 1222 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Balance", @@ -25649,11 +25871,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1203 + "__id__": 1218 }, "_enabled": true, "__prefab": { - "__id__": 1209 + "__id__": 1224 }, "_key": "AID_MAIN_SHOW_BALANCE", "_id": "" @@ -25681,23 +25903,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1212 + "__id__": 1227 }, { - "__id__": 1214 + "__id__": 1229 }, { - "__id__": 1216 + "__id__": 1231 } ], "_prefab": { - "__id__": 1218 + "__id__": 1233 }, "_lpos": { "__type__": "cc.Vec3", @@ -25734,11 +25956,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1211 + "__id__": 1226 }, "_enabled": true, "__prefab": { - "__id__": 1213 + "__id__": 1228 }, "_contentSize": { "__type__": "cc.Size", @@ -25762,20 +25984,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1211 + "__id__": 1226 }, "_enabled": true, "__prefab": { - "__id__": 1215 + "__id__": 1230 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Bet", @@ -25833,11 +26055,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1211 + "__id__": 1226 }, "_enabled": true, "__prefab": { - "__id__": 1217 + "__id__": 1232 }, "_key": "AID_MAIN_SHOW_BET", "_id": "" @@ -25865,23 +26087,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1220 + "__id__": 1235 }, { - "__id__": 1222 + "__id__": 1237 }, { - "__id__": 1224 + "__id__": 1239 } ], "_prefab": { - "__id__": 1226 + "__id__": 1241 }, "_lpos": { "__type__": "cc.Vec3", @@ -25918,11 +26140,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1219 + "__id__": 1234 }, "_enabled": true, "__prefab": { - "__id__": 1221 + "__id__": 1236 }, "_contentSize": { "__type__": "cc.Size", @@ -25946,20 +26168,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1219 + "__id__": 1234 }, "_enabled": true, "__prefab": { - "__id__": 1223 + "__id__": 1238 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 249, + "g": 206, + "b": 35, "a": 255 }, "_string": "Win", @@ -26017,11 +26239,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1219 + "__id__": 1234 }, "_enabled": true, "__prefab": { - "__id__": 1225 + "__id__": 1240 }, "_key": "AID_MAIN_SHOW_WIN", "_id": "" @@ -26049,20 +26271,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1228 + "__id__": 1243 }, { - "__id__": 1230 + "__id__": 1245 } ], "_prefab": { - "__id__": 1232 + "__id__": 1247 }, "_lpos": { "__type__": "cc.Vec3", @@ -26099,11 +26321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1227 + "__id__": 1242 }, "_enabled": true, "__prefab": { - "__id__": 1229 + "__id__": 1244 }, "_contentSize": { "__type__": "cc.Size", @@ -26127,11 +26349,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1227 + "__id__": 1242 }, "_enabled": true, "__prefab": { - "__id__": 1231 + "__id__": 1246 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26208,20 +26430,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1234 + "__id__": 1249 }, { - "__id__": 1236 + "__id__": 1251 } ], "_prefab": { - "__id__": 1238 + "__id__": 1253 }, "_lpos": { "__type__": "cc.Vec3", @@ -26258,11 +26480,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1233 + "__id__": 1248 }, "_enabled": true, "__prefab": { - "__id__": 1235 + "__id__": 1250 }, "_contentSize": { "__type__": "cc.Size", @@ -26286,11 +26508,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1233 + "__id__": 1248 }, "_enabled": true, "__prefab": { - "__id__": 1237 + "__id__": 1252 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26367,20 +26589,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1202 + "__id__": 1217 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1240 + "__id__": 1255 }, { - "__id__": 1242 + "__id__": 1257 } ], "_prefab": { - "__id__": 1244 + "__id__": 1259 }, "_lpos": { "__type__": "cc.Vec3", @@ -26417,11 +26639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1239 + "__id__": 1254 }, "_enabled": true, "__prefab": { - "__id__": 1241 + "__id__": 1256 }, "_contentSize": { "__type__": "cc.Size", @@ -26445,11 +26667,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1239 + "__id__": 1254 }, "_enabled": true, "__prefab": { - "__id__": 1243 + "__id__": 1258 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26526,11 +26748,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1202 + "__id__": 1217 }, "_enabled": true, "__prefab": { - "__id__": 1246 + "__id__": 1261 }, "_contentSize": { "__type__": "cc.Size", @@ -26567,11 +26789,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1143 + "__id__": 1158 }, "_enabled": true, "__prefab": { - "__id__": 1249 + "__id__": 1264 }, "_contentSize": { "__type__": "cc.Size", @@ -26612,20 +26834,20 @@ }, "_children": [ { - "__id__": 1252 + "__id__": 1267 }, { - "__id__": 1258 + "__id__": 1273 } ], "_active": false, "_components": [ { - "__id__": 1264 + "__id__": 1279 } ], "_prefab": { - "__id__": 1266 + "__id__": 1281 }, "_lpos": { "__type__": "cc.Vec3", @@ -26662,20 +26884,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1251 + "__id__": 1266 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1253 + "__id__": 1268 }, { - "__id__": 1255 + "__id__": 1270 } ], "_prefab": { - "__id__": 1257 + "__id__": 1272 }, "_lpos": { "__type__": "cc.Vec3", @@ -26712,11 +26934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1252 + "__id__": 1267 }, "_enabled": true, "__prefab": { - "__id__": 1254 + "__id__": 1269 }, "_contentSize": { "__type__": "cc.Size", @@ -26740,11 +26962,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1252 + "__id__": 1267 }, "_enabled": true, "__prefab": { - "__id__": 1256 + "__id__": 1271 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26801,20 +27023,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1251 + "__id__": 1266 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1259 + "__id__": 1274 }, { - "__id__": 1261 + "__id__": 1276 } ], "_prefab": { - "__id__": 1263 + "__id__": 1278 }, "_lpos": { "__type__": "cc.Vec3", @@ -26851,11 +27073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1258 + "__id__": 1273 }, "_enabled": true, "__prefab": { - "__id__": 1260 + "__id__": 1275 }, "_contentSize": { "__type__": "cc.Size", @@ -26879,11 +27101,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1258 + "__id__": 1273 }, "_enabled": true, "__prefab": { - "__id__": 1262 + "__id__": 1277 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26963,11 +27185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1251 + "__id__": 1266 }, "_enabled": true, "__prefab": { - "__id__": 1265 + "__id__": 1280 }, "_contentSize": { "__type__": "cc.Size", @@ -27008,7 +27230,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1268 + "__id__": 1283 }, "_contentSize": { "__type__": "cc.Size", @@ -27036,7 +27258,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1270 + "__id__": 1285 }, "_alignFlags": 45, "_target": null, @@ -27072,7 +27294,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1272 + "__id__": 1287 }, "webViewPre": { "__uuid__": "437a9b29-9280-4d46-8379-70f1b2aa0f3a", @@ -27083,7 +27305,7 @@ "__expectedType__": "cc.Prefab" }, "tipSmall": { - "__id__": 1251 + "__id__": 1266 }, "pfb_history": { "__uuid__": "ba6982e8-59a5-4c26-9642-8fac7253cfea", @@ -27126,29 +27348,29 @@ }, "_children": [ { - "__id__": 1275 + "__id__": 1290 }, { - "__id__": 1357 + "__id__": 1372 }, { - "__id__": 1431 + "__id__": 1446 } ], "_active": false, "_components": [ { - "__id__": 1475 + "__id__": 1490 }, { - "__id__": 1477 + "__id__": 1492 }, { - "__id__": 1479 + "__id__": 1494 } ], "_prefab": { - "__id__": 1481 + "__id__": 1496 }, "_lpos": { "__type__": "cc.Vec3", @@ -27185,36 +27407,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1274 + "__id__": 1289 }, "_children": [ { - "__id__": 1276 + "__id__": 1291 }, { - "__id__": 1284 + "__id__": 1299 }, { - "__id__": 1320 + "__id__": 1335 }, { - "__id__": 1329 + "__id__": 1344 }, { - "__id__": 1346 + "__id__": 1361 } ], "_active": false, "_components": [ { - "__id__": 1352 + "__id__": 1367 }, { - "__id__": 1354 + "__id__": 1369 } ], "_prefab": { - "__id__": 1356 + "__id__": 1371 }, "_lpos": { "__type__": "cc.Vec3", @@ -27251,23 +27473,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1275 + "__id__": 1290 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1277 + "__id__": 1292 }, { - "__id__": 1279 + "__id__": 1294 }, { - "__id__": 1281 + "__id__": 1296 } ], "_prefab": { - "__id__": 1283 + "__id__": 1298 }, "_lpos": { "__type__": "cc.Vec3", @@ -27304,11 +27526,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1276 + "__id__": 1291 }, "_enabled": true, "__prefab": { - "__id__": 1278 + "__id__": 1293 }, "_contentSize": { "__type__": "cc.Size", @@ -27332,11 +27554,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1276 + "__id__": 1291 }, "_enabled": true, "__prefab": { - "__id__": 1280 + "__id__": 1295 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27377,11 +27599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1276 + "__id__": 1291 }, "_enabled": true, "__prefab": { - "__id__": 1282 + "__id__": 1297 }, "_alignFlags": 45, "_target": null, @@ -27426,33 +27648,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1275 + "__id__": 1290 }, "_children": [ { - "__id__": 1285 + "__id__": 1300 }, { - "__id__": 1291 + "__id__": 1306 }, { - "__id__": 1299 + "__id__": 1314 }, { - "__id__": 1307 + "__id__": 1322 } ], "_active": true, "_components": [ { - "__id__": 1315 + "__id__": 1330 }, { - "__id__": 1317 + "__id__": 1332 } ], "_prefab": { - "__id__": 1319 + "__id__": 1334 }, "_lpos": { "__type__": "cc.Vec3", @@ -27489,20 +27711,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1284 + "__id__": 1299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1286 + "__id__": 1301 }, { - "__id__": 1288 + "__id__": 1303 } ], "_prefab": { - "__id__": 1290 + "__id__": 1305 }, "_lpos": { "__type__": "cc.Vec3", @@ -27539,11 +27761,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1285 + "__id__": 1300 }, "_enabled": true, "__prefab": { - "__id__": 1287 + "__id__": 1302 }, "_contentSize": { "__type__": "cc.Size", @@ -27567,11 +27789,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1285 + "__id__": 1300 }, "_enabled": true, "__prefab": { - "__id__": 1289 + "__id__": 1304 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27625,23 +27847,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1284 + "__id__": 1299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1292 + "__id__": 1307 }, { - "__id__": 1294 + "__id__": 1309 }, { - "__id__": 1296 + "__id__": 1311 } ], "_prefab": { - "__id__": 1298 + "__id__": 1313 }, "_lpos": { "__type__": "cc.Vec3", @@ -27678,11 +27900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1291 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 1293 + "__id__": 1308 }, "_contentSize": { "__type__": "cc.Size", @@ -27706,11 +27928,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1291 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 1295 + "__id__": 1310 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27751,11 +27973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1291 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 1297 + "__id__": 1312 }, "spriteName": "sysgift_symbols", "_id": "" @@ -27783,23 +28005,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1284 + "__id__": 1299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1300 + "__id__": 1315 }, { - "__id__": 1302 + "__id__": 1317 }, { - "__id__": 1304 + "__id__": 1319 } ], "_prefab": { - "__id__": 1306 + "__id__": 1321 }, "_lpos": { "__type__": "cc.Vec3", @@ -27836,11 +28058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1299 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 1301 + "__id__": 1316 }, "_contentSize": { "__type__": "cc.Size", @@ -27864,11 +28086,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1299 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 1303 + "__id__": 1318 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27909,11 +28131,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1299 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 1305 + "__id__": 1320 }, "spriteName": "sysgift_fbs", "_id": "" @@ -27941,23 +28163,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1284 + "__id__": 1299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1308 + "__id__": 1323 }, { - "__id__": 1310 + "__id__": 1325 }, { - "__id__": 1312 + "__id__": 1327 } ], "_prefab": { - "__id__": 1314 + "__id__": 1329 }, "_lpos": { "__type__": "cc.Vec3", @@ -27994,11 +28216,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1307 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 1309 + "__id__": 1324 }, "_contentSize": { "__type__": "cc.Size", @@ -28022,11 +28244,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1307 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 1311 + "__id__": 1326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28067,11 +28289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1307 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 1313 + "__id__": 1328 }, "spriteName": "sysgift_received", "_id": "" @@ -28099,11 +28321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1284 + "__id__": 1299 }, "_enabled": true, "__prefab": { - "__id__": 1316 + "__id__": 1331 }, "_contentSize": { "__type__": "cc.Size", @@ -28127,11 +28349,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1284 + "__id__": 1299 }, "_enabled": true, "__prefab": { - "__id__": 1318 + "__id__": 1333 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28185,23 +28407,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1275 + "__id__": 1290 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1321 + "__id__": 1336 }, { - "__id__": 1323 + "__id__": 1338 }, { - "__id__": 1325 + "__id__": 1340 } ], "_prefab": { - "__id__": 1328 + "__id__": 1343 }, "_lpos": { "__type__": "cc.Vec3", @@ -28238,11 +28460,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1320 + "__id__": 1335 }, "_enabled": true, "__prefab": { - "__id__": 1322 + "__id__": 1337 }, "_contentSize": { "__type__": "cc.Size", @@ -28266,11 +28488,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1320 + "__id__": 1335 }, "_enabled": true, "__prefab": { - "__id__": 1324 + "__id__": 1339 }, "_alignFlags": 45, "_target": null, @@ -28302,15 +28524,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1320 + "__id__": 1335 }, "_enabled": true, "__prefab": { - "__id__": 1326 + "__id__": 1341 }, "clickEvents": [ { - "__id__": 1327 + "__id__": 1342 } ], "_interactable": true, @@ -28383,27 +28605,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1275 + "__id__": 1290 }, "_children": [ { - "__id__": 1330 + "__id__": 1345 } ], "_active": true, "_components": [ { - "__id__": 1338 + "__id__": 1353 }, { - "__id__": 1340 + "__id__": 1355 }, { - "__id__": 1342 + "__id__": 1357 } ], "_prefab": { - "__id__": 1345 + "__id__": 1360 }, "_lpos": { "__type__": "cc.Vec3", @@ -28440,23 +28662,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1329 + "__id__": 1344 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1331 + "__id__": 1346 }, { - "__id__": 1333 + "__id__": 1348 }, { - "__id__": 1335 + "__id__": 1350 } ], "_prefab": { - "__id__": 1337 + "__id__": 1352 }, "_lpos": { "__type__": "cc.Vec3", @@ -28493,11 +28715,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1330 + "__id__": 1345 }, "_enabled": true, "__prefab": { - "__id__": 1332 + "__id__": 1347 }, "_contentSize": { "__type__": "cc.Size", @@ -28521,11 +28743,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1330 + "__id__": 1345 }, "_enabled": true, "__prefab": { - "__id__": 1334 + "__id__": 1349 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28566,11 +28788,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1330 + "__id__": 1345 }, "_enabled": true, "__prefab": { - "__id__": 1336 + "__id__": 1351 }, "spriteName": "sysgift_continue", "_id": "" @@ -28598,11 +28820,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1344 }, "_enabled": true, "__prefab": { - "__id__": 1339 + "__id__": 1354 }, "_contentSize": { "__type__": "cc.Size", @@ -28626,11 +28848,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1344 }, "_enabled": true, "__prefab": { - "__id__": 1341 + "__id__": 1356 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28671,15 +28893,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1344 }, "_enabled": true, "__prefab": { - "__id__": 1343 + "__id__": 1358 }, "clickEvents": [ { - "__id__": 1344 + "__id__": 1359 } ], "_interactable": true, @@ -28728,7 +28950,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1274 + "__id__": 1289 }, "component": "", "_componentId": "dcfb38MNcdD4pioYp9RNjZb", @@ -28754,20 +28976,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1275 + "__id__": 1290 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1347 + "__id__": 1362 }, { - "__id__": 1349 + "__id__": 1364 } ], "_prefab": { - "__id__": 1351 + "__id__": 1366 }, "_lpos": { "__type__": "cc.Vec3", @@ -28804,11 +29026,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1346 + "__id__": 1361 }, "_enabled": true, "__prefab": { - "__id__": 1348 + "__id__": 1363 }, "_contentSize": { "__type__": "cc.Size", @@ -28832,11 +29054,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1346 + "__id__": 1361 }, "_enabled": true, "__prefab": { - "__id__": 1350 + "__id__": 1365 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28916,11 +29138,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1275 + "__id__": 1290 }, "_enabled": true, "__prefab": { - "__id__": 1353 + "__id__": 1368 }, "_contentSize": { "__type__": "cc.Size", @@ -28944,11 +29166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1275 + "__id__": 1290 }, "_enabled": true, "__prefab": { - "__id__": 1355 + "__id__": 1370 }, "_alignFlags": 45, "_target": null, @@ -28993,36 +29215,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1274 + "__id__": 1289 }, "_children": [ { - "__id__": 1358 + "__id__": 1373 }, { - "__id__": 1366 + "__id__": 1381 }, { - "__id__": 1394 + "__id__": 1409 }, { - "__id__": 1403 + "__id__": 1418 }, { - "__id__": 1420 + "__id__": 1435 } ], "_active": false, "_components": [ { - "__id__": 1426 + "__id__": 1441 }, { - "__id__": 1428 + "__id__": 1443 } ], "_prefab": { - "__id__": 1430 + "__id__": 1445 }, "_lpos": { "__type__": "cc.Vec3", @@ -29059,23 +29281,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1357 + "__id__": 1372 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1359 + "__id__": 1374 }, { - "__id__": 1361 + "__id__": 1376 }, { - "__id__": 1363 + "__id__": 1378 } ], "_prefab": { - "__id__": 1365 + "__id__": 1380 }, "_lpos": { "__type__": "cc.Vec3", @@ -29112,11 +29334,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1358 + "__id__": 1373 }, "_enabled": true, "__prefab": { - "__id__": 1360 + "__id__": 1375 }, "_contentSize": { "__type__": "cc.Size", @@ -29140,11 +29362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1358 + "__id__": 1373 }, "_enabled": true, "__prefab": { - "__id__": 1362 + "__id__": 1377 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29185,11 +29407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1358 + "__id__": 1373 }, "_enabled": true, "__prefab": { - "__id__": 1364 + "__id__": 1379 }, "_alignFlags": 45, "_target": null, @@ -29234,30 +29456,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1357 + "__id__": 1372 }, "_children": [ { - "__id__": 1367 + "__id__": 1382 }, { - "__id__": 1373 + "__id__": 1388 }, { - "__id__": 1381 + "__id__": 1396 } ], "_active": true, "_components": [ { - "__id__": 1389 + "__id__": 1404 }, { - "__id__": 1391 + "__id__": 1406 } ], "_prefab": { - "__id__": 1393 + "__id__": 1408 }, "_lpos": { "__type__": "cc.Vec3", @@ -29294,20 +29516,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1366 + "__id__": 1381 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1368 + "__id__": 1383 }, { - "__id__": 1370 + "__id__": 1385 } ], "_prefab": { - "__id__": 1372 + "__id__": 1387 }, "_lpos": { "__type__": "cc.Vec3", @@ -29344,11 +29566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1367 + "__id__": 1382 }, "_enabled": true, "__prefab": { - "__id__": 1369 + "__id__": 1384 }, "_contentSize": { "__type__": "cc.Size", @@ -29372,11 +29594,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1367 + "__id__": 1382 }, "_enabled": true, "__prefab": { - "__id__": 1371 + "__id__": 1386 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29430,23 +29652,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1366 + "__id__": 1381 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1374 + "__id__": 1389 }, { - "__id__": 1376 + "__id__": 1391 }, { - "__id__": 1378 + "__id__": 1393 } ], "_prefab": { - "__id__": 1380 + "__id__": 1395 }, "_lpos": { "__type__": "cc.Vec3", @@ -29483,11 +29705,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1373 + "__id__": 1388 }, "_enabled": true, "__prefab": { - "__id__": 1375 + "__id__": 1390 }, "_contentSize": { "__type__": "cc.Size", @@ -29511,11 +29733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1373 + "__id__": 1388 }, "_enabled": true, "__prefab": { - "__id__": 1377 + "__id__": 1392 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29556,11 +29778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1373 + "__id__": 1388 }, "_enabled": true, "__prefab": { - "__id__": 1379 + "__id__": 1394 }, "spriteName": "sysgift_completed", "_id": "" @@ -29588,23 +29810,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1366 + "__id__": 1381 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1382 + "__id__": 1397 }, { - "__id__": 1384 + "__id__": 1399 }, { - "__id__": 1386 + "__id__": 1401 } ], "_prefab": { - "__id__": 1388 + "__id__": 1403 }, "_lpos": { "__type__": "cc.Vec3", @@ -29641,11 +29863,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1381 + "__id__": 1396 }, "_enabled": true, "__prefab": { - "__id__": 1383 + "__id__": 1398 }, "_contentSize": { "__type__": "cc.Size", @@ -29669,11 +29891,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1381 + "__id__": 1396 }, "_enabled": true, "__prefab": { - "__id__": 1385 + "__id__": 1400 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29714,11 +29936,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1381 + "__id__": 1396 }, "_enabled": true, "__prefab": { - "__id__": 1387 + "__id__": 1402 }, "spriteName": "sysgift_total", "_id": "" @@ -29746,11 +29968,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1366 + "__id__": 1381 }, "_enabled": true, "__prefab": { - "__id__": 1390 + "__id__": 1405 }, "_contentSize": { "__type__": "cc.Size", @@ -29774,11 +29996,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1366 + "__id__": 1381 }, "_enabled": true, "__prefab": { - "__id__": 1392 + "__id__": 1407 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29832,23 +30054,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1357 + "__id__": 1372 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1395 + "__id__": 1410 }, { - "__id__": 1397 + "__id__": 1412 }, { - "__id__": 1400 + "__id__": 1415 } ], "_prefab": { - "__id__": 1402 + "__id__": 1417 }, "_lpos": { "__type__": "cc.Vec3", @@ -29885,11 +30107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1394 + "__id__": 1409 }, "_enabled": true, "__prefab": { - "__id__": 1396 + "__id__": 1411 }, "_contentSize": { "__type__": "cc.Size", @@ -29913,15 +30135,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1394 + "__id__": 1409 }, "_enabled": true, "__prefab": { - "__id__": 1398 + "__id__": 1413 }, "clickEvents": [ { - "__id__": 1399 + "__id__": 1414 } ], "_interactable": true, @@ -29981,11 +30203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1394 + "__id__": 1409 }, "_enabled": true, "__prefab": { - "__id__": 1401 + "__id__": 1416 }, "_alignFlags": 45, "_target": null, @@ -30030,27 +30252,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1357 + "__id__": 1372 }, "_children": [ { - "__id__": 1404 + "__id__": 1419 } ], "_active": true, "_components": [ { - "__id__": 1412 + "__id__": 1427 }, { - "__id__": 1414 + "__id__": 1429 }, { - "__id__": 1416 + "__id__": 1431 } ], "_prefab": { - "__id__": 1419 + "__id__": 1434 }, "_lpos": { "__type__": "cc.Vec3", @@ -30087,23 +30309,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1403 + "__id__": 1418 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1405 + "__id__": 1420 }, { - "__id__": 1407 + "__id__": 1422 }, { - "__id__": 1409 + "__id__": 1424 } ], "_prefab": { - "__id__": 1411 + "__id__": 1426 }, "_lpos": { "__type__": "cc.Vec3", @@ -30140,11 +30362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1404 + "__id__": 1419 }, "_enabled": true, "__prefab": { - "__id__": 1406 + "__id__": 1421 }, "_contentSize": { "__type__": "cc.Size", @@ -30168,11 +30390,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1404 + "__id__": 1419 }, "_enabled": true, "__prefab": { - "__id__": 1408 + "__id__": 1423 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30213,11 +30435,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1404 + "__id__": 1419 }, "_enabled": true, "__prefab": { - "__id__": 1410 + "__id__": 1425 }, "spriteName": "sysgift_continue", "_id": "" @@ -30245,11 +30467,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1403 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 1413 + "__id__": 1428 }, "_contentSize": { "__type__": "cc.Size", @@ -30273,11 +30495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1403 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 1415 + "__id__": 1430 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30318,15 +30540,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1403 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 1417 + "__id__": 1432 }, "clickEvents": [ { - "__id__": 1418 + "__id__": 1433 } ], "_interactable": true, @@ -30375,7 +30597,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1274 + "__id__": 1289 }, "component": "", "_componentId": "dcfb38MNcdD4pioYp9RNjZb", @@ -30401,20 +30623,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1357 + "__id__": 1372 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1421 + "__id__": 1436 }, { - "__id__": 1423 + "__id__": 1438 } ], "_prefab": { - "__id__": 1425 + "__id__": 1440 }, "_lpos": { "__type__": "cc.Vec3", @@ -30451,11 +30673,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1420 + "__id__": 1435 }, "_enabled": true, "__prefab": { - "__id__": 1422 + "__id__": 1437 }, "_contentSize": { "__type__": "cc.Size", @@ -30479,11 +30701,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1420 + "__id__": 1435 }, "_enabled": true, "__prefab": { - "__id__": 1424 + "__id__": 1439 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30563,11 +30785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1357 + "__id__": 1372 }, "_enabled": true, "__prefab": { - "__id__": 1427 + "__id__": 1442 }, "_contentSize": { "__type__": "cc.Size", @@ -30591,11 +30813,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1357 + "__id__": 1372 }, "_enabled": true, "__prefab": { - "__id__": 1429 + "__id__": 1444 }, "_alignFlags": 45, "_target": null, @@ -30640,33 +30862,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1274 + "__id__": 1289 }, "_children": [ { - "__id__": 1432 + "__id__": 1447 }, { - "__id__": 1444 + "__id__": 1459 }, { - "__id__": 1452 + "__id__": 1467 }, { - "__id__": 1460 + "__id__": 1475 }, { - "__id__": 1466 + "__id__": 1481 } ], "_active": true, "_components": [ { - "__id__": 1472 + "__id__": 1487 } ], "_prefab": { - "__id__": 1474 + "__id__": 1489 }, "_lpos": { "__type__": "cc.Vec3", @@ -30703,24 +30925,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1431 + "__id__": 1446 }, "_children": [ { - "__id__": 1433 + "__id__": 1448 } ], "_active": true, "_components": [ { - "__id__": 1439 + "__id__": 1454 }, { - "__id__": 1441 + "__id__": 1456 } ], "_prefab": { - "__id__": 1443 + "__id__": 1458 }, "_lpos": { "__type__": "cc.Vec3", @@ -30757,20 +30979,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1432 + "__id__": 1447 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1434 + "__id__": 1449 }, { - "__id__": 1436 + "__id__": 1451 } ], "_prefab": { - "__id__": 1438 + "__id__": 1453 }, "_lpos": { "__type__": "cc.Vec3", @@ -30807,11 +31029,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1433 + "__id__": 1448 }, "_enabled": true, "__prefab": { - "__id__": 1435 + "__id__": 1450 }, "_contentSize": { "__type__": "cc.Size", @@ -30835,11 +31057,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1433 + "__id__": 1448 }, "_enabled": true, "__prefab": { - "__id__": 1437 + "__id__": 1452 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30893,11 +31115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1432 + "__id__": 1447 }, "_enabled": true, "__prefab": { - "__id__": 1440 + "__id__": 1455 }, "_contentSize": { "__type__": "cc.Size", @@ -30921,11 +31143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1432 + "__id__": 1447 }, "_enabled": true, "__prefab": { - "__id__": 1442 + "__id__": 1457 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30979,23 +31201,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1431 + "__id__": 1446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1445 + "__id__": 1460 }, { - "__id__": 1447 + "__id__": 1462 }, { - "__id__": 1449 + "__id__": 1464 } ], "_prefab": { - "__id__": 1451 + "__id__": 1466 }, "_lpos": { "__type__": "cc.Vec3", @@ -31032,11 +31254,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1459 }, "_enabled": true, "__prefab": { - "__id__": 1446 + "__id__": 1461 }, "_contentSize": { "__type__": "cc.Size", @@ -31060,11 +31282,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1459 }, "_enabled": true, "__prefab": { - "__id__": 1448 + "__id__": 1463 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31105,11 +31327,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1459 }, "_enabled": true, "__prefab": { - "__id__": 1450 + "__id__": 1465 }, "spriteName": "sysgift_info_fbs", "_id": "" @@ -31137,23 +31359,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1431 + "__id__": 1446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1453 + "__id__": 1468 }, { - "__id__": 1455 + "__id__": 1470 }, { - "__id__": 1457 + "__id__": 1472 } ], "_prefab": { - "__id__": 1459 + "__id__": 1474 }, "_lpos": { "__type__": "cc.Vec3", @@ -31190,11 +31412,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1452 + "__id__": 1467 }, "_enabled": true, "__prefab": { - "__id__": 1454 + "__id__": 1469 }, "_contentSize": { "__type__": "cc.Size", @@ -31218,11 +31440,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1452 + "__id__": 1467 }, "_enabled": true, "__prefab": { - "__id__": 1456 + "__id__": 1471 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31260,11 +31482,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1452 + "__id__": 1467 }, "_enabled": true, "__prefab": { - "__id__": 1458 + "__id__": 1473 }, "spriteName": "sysgift_win", "_id": "" @@ -31292,20 +31514,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1431 + "__id__": 1446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1461 + "__id__": 1476 }, { - "__id__": 1463 + "__id__": 1478 } ], "_prefab": { - "__id__": 1465 + "__id__": 1480 }, "_lpos": { "__type__": "cc.Vec3", @@ -31342,11 +31564,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1460 + "__id__": 1475 }, "_enabled": true, "__prefab": { - "__id__": 1462 + "__id__": 1477 }, "_contentSize": { "__type__": "cc.Size", @@ -31370,11 +31592,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1460 + "__id__": 1475 }, "_enabled": true, "__prefab": { - "__id__": 1464 + "__id__": 1479 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31454,20 +31676,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1431 + "__id__": 1446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1467 + "__id__": 1482 }, { - "__id__": 1469 + "__id__": 1484 } ], "_prefab": { - "__id__": 1471 + "__id__": 1486 }, "_lpos": { "__type__": "cc.Vec3", @@ -31504,11 +31726,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1481 }, "_enabled": true, "__prefab": { - "__id__": 1468 + "__id__": 1483 }, "_contentSize": { "__type__": "cc.Size", @@ -31532,11 +31754,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1481 }, "_enabled": true, "__prefab": { - "__id__": 1470 + "__id__": 1485 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31616,11 +31838,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1431 + "__id__": 1446 }, "_enabled": true, "__prefab": { - "__id__": 1473 + "__id__": 1488 }, "_contentSize": { "__type__": "cc.Size", @@ -31657,11 +31879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1274 + "__id__": 1289 }, "_enabled": true, "__prefab": { - "__id__": 1476 + "__id__": 1491 }, "_contentSize": { "__type__": "cc.Size", @@ -31685,11 +31907,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1274 + "__id__": 1289 }, "_enabled": true, "__prefab": { - "__id__": 1478 + "__id__": 1493 }, "_alignFlags": 45, "_target": null, @@ -31721,20 +31943,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1274 + "__id__": 1289 }, "_enabled": true, "__prefab": { - "__id__": 1480 + "__id__": 1495 }, "confirm": { - "__id__": 1275 + "__id__": 1290 }, "settle": { - "__id__": 1357 + "__id__": 1372 }, "info": { - "__id__": 1431 + "__id__": 1446 }, "_id": "" }, @@ -31767,20 +31989,20 @@ "_active": true, "_components": [ { - "__id__": 1483 + "__id__": 1498 }, { - "__id__": 1485 + "__id__": 1500 }, { - "__id__": 1487 + "__id__": 1502 }, { - "__id__": 1489 + "__id__": 1504 } ], "_prefab": { - "__id__": 1491 + "__id__": 1506 }, "_lpos": { "__type__": "cc.Vec3", @@ -31817,11 +32039,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1497 }, "_enabled": true, "__prefab": { - "__id__": 1484 + "__id__": 1499 }, "_contentSize": { "__type__": "cc.Size", @@ -31845,11 +32067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1497 }, "_enabled": true, "__prefab": { - "__id__": 1486 + "__id__": 1501 }, "_alignFlags": 45, "_target": null, @@ -31881,18 +32103,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1497 }, "_enabled": true, "__prefab": { - "__id__": 1488 + "__id__": 1503 }, "bigWinUiPre": { "__uuid__": "1027037d-827d-46ef-bb83-b8e183a66c73", "__expectedType__": "cc.Prefab" }, "bigWinAudio": { - "__id__": 1489 + "__id__": 1504 }, "bigWinAudioClips": [ { @@ -31924,11 +32146,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1497 }, "_enabled": true, "__prefab": { - "__id__": 1490 + "__id__": 1505 }, "_clip": null, "_loop": false, @@ -31965,17 +32187,17 @@ "_active": true, "_components": [ { - "__id__": 1493 + "__id__": 1508 }, { - "__id__": 1495 + "__id__": 1510 }, { - "__id__": 1497 + "__id__": 1512 } ], "_prefab": { - "__id__": 1499 + "__id__": 1514 }, "_lpos": { "__type__": "cc.Vec3", @@ -32012,11 +32234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1492 + "__id__": 1507 }, "_enabled": true, "__prefab": { - "__id__": 1494 + "__id__": 1509 }, "_contentSize": { "__type__": "cc.Size", @@ -32040,11 +32262,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1492 + "__id__": 1507 }, "_enabled": true, "__prefab": { - "__id__": 1496 + "__id__": 1511 }, "_alignFlags": 45, "_target": null, @@ -32076,11 +32298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1492 + "__id__": 1507 }, "_enabled": true, "__prefab": { - "__id__": 1498 + "__id__": 1513 }, "totalWinUiPre": { "__uuid__": "4a21b30a-53f1-4384-86c0-527a13ef4cd5", @@ -32117,17 +32339,17 @@ "_active": true, "_components": [ { - "__id__": 1501 + "__id__": 1516 }, { - "__id__": 1503 + "__id__": 1518 }, { - "__id__": 1505 + "__id__": 1520 } ], "_prefab": { - "__id__": 1507 + "__id__": 1522 }, "_lpos": { "__type__": "cc.Vec3", @@ -32164,11 +32386,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1500 + "__id__": 1515 }, "_enabled": true, "__prefab": { - "__id__": 1502 + "__id__": 1517 }, "_contentSize": { "__type__": "cc.Size", @@ -32192,11 +32414,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1500 + "__id__": 1515 }, "_enabled": true, "__prefab": { - "__id__": 1504 + "__id__": 1519 }, "tipPrefab": { "__uuid__": "0340eaa9-9944-4eb7-8d17-b3e649131d5a", @@ -32214,11 +32436,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1500 + "__id__": 1515 }, "_enabled": true, "__prefab": { - "__id__": 1506 + "__id__": 1521 }, "_alignFlags": 45, "_target": null, @@ -32269,17 +32491,17 @@ "_active": true, "_components": [ { - "__id__": 1509 + "__id__": 1524 }, { - "__id__": 1511 + "__id__": 1526 }, { - "__id__": 1513 + "__id__": 1528 } ], "_prefab": { - "__id__": 1515 + "__id__": 1530 }, "_lpos": { "__type__": "cc.Vec3", @@ -32316,11 +32538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1508 + "__id__": 1523 }, "_enabled": true, "__prefab": { - "__id__": 1510 + "__id__": 1525 }, "_contentSize": { "__type__": "cc.Size", @@ -32344,11 +32566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1508 + "__id__": 1523 }, "_enabled": true, "__prefab": { - "__id__": 1512 + "__id__": 1527 }, "_alignFlags": 45, "_target": null, @@ -32380,11 +32602,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1508 + "__id__": 1523 }, "_enabled": true, "__prefab": { - "__id__": 1514 + "__id__": 1529 }, "freeSpinEnterPre": { "__uuid__": "f879b539-3f97-4009-92e0-2c83687ee8a3", @@ -32421,392 +32643,8 @@ "_active": true, "_components": [ { - "__id__": 1517 + "__id__": 1532 }, - { - "__id__": 1519 - }, - { - "__id__": 1521 - } - ], - "_prefab": { - "__id__": 1523 - }, - "_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 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1516 - }, - "_enabled": true, - "__prefab": { - "__id__": 1518 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1080, - "height": 1920 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "76DQy4CQhOZYk2FTWg9q2B" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1516 - }, - "_enabled": true, - "__prefab": { - "__id__": 1520 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "49/iYr2UhFTqgApIF3Yh2H" - }, - { - "__type__": "529a2UOyQJCdJQ6zKXpYtHY", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1516 - }, - "_enabled": true, - "__prefab": { - "__id__": 1522 - }, - "freeSpinAddPre": { - "__uuid__": "deff3c85-20d3-489d-82bc-6e82d4dbed0f", - "__expectedType__": "cc.Prefab" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1fTgVs61pEUZYkEIvX5SvZ" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "37lxnyj1NATLPK5fOBTA5F", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "layer", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 1525 - }, - { - "__id__": 1533 - } - ], - "_active": false, - "_components": [ - { - "__id__": 1539 - }, - { - "__id__": 1541 - }, - { - "__id__": 1543 - } - ], - "_prefab": { - "__id__": 1545 - }, - "_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 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "0", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1524 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 1526 - }, - { - "__id__": 1528 - }, - { - "__id__": 1530 - } - ], - "_prefab": { - "__id__": 1532 - }, - "_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 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1525 - }, - "_enabled": true, - "__prefab": { - "__id__": 1527 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1080, - "height": 1920 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5eF1XD6vRALI/iEUlnMjZW" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1525 - }, - "_enabled": true, - "__prefab": { - "__id__": 1529 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 155 - }, - "_spriteFrame": { - "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4dP9nRxI9Bhqb0cbw+3hfY" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1525 - }, - "_enabled": true, - "__prefab": { - "__id__": 1531 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "37CkBDqUNPh6Yq+NrL1us+" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22mLdXuqNLU5kyl8eh3yGo", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "iconLayer", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1524 - }, - "_children": [], - "_active": true, - "_components": [ { "__id__": 1534 }, @@ -32852,12 +32690,396 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { + "__id__": 1531 + }, + "_enabled": true, + "__prefab": { "__id__": 1533 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 1920 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "76DQy4CQhOZYk2FTWg9q2B" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1531 + }, "_enabled": true, "__prefab": { "__id__": 1535 }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "49/iYr2UhFTqgApIF3Yh2H" + }, + { + "__type__": "529a2UOyQJCdJQ6zKXpYtHY", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1531 + }, + "_enabled": true, + "__prefab": { + "__id__": 1537 + }, + "freeSpinAddPre": { + "__uuid__": "deff3c85-20d3-489d-82bc-6e82d4dbed0f", + "__expectedType__": "cc.Prefab" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1fTgVs61pEUZYkEIvX5SvZ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "37lxnyj1NATLPK5fOBTA5F", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "layer", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 1540 + }, + { + "__id__": 1548 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1554 + }, + { + "__id__": 1556 + }, + { + "__id__": 1558 + } + ], + "_prefab": { + "__id__": 1560 + }, + "_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 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "0", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1539 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1541 + }, + { + "__id__": 1543 + }, + { + "__id__": 1545 + } + ], + "_prefab": { + "__id__": 1547 + }, + "_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 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1540 + }, + "_enabled": true, + "__prefab": { + "__id__": 1542 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 1920 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5eF1XD6vRALI/iEUlnMjZW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1540 + }, + "_enabled": true, + "__prefab": { + "__id__": 1544 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 155 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4dP9nRxI9Bhqb0cbw+3hfY" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1540 + }, + "_enabled": true, + "__prefab": { + "__id__": 1546 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "37CkBDqUNPh6Yq+NrL1us+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "22mLdXuqNLU5kyl8eh3yGo", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "iconLayer", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1539 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1549 + }, + { + "__id__": 1551 + } + ], + "_prefab": { + "__id__": 1553 + }, + "_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 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1548 + }, + "_enabled": true, + "__prefab": { + "__id__": 1550 + }, "_contentSize": { "__type__": "cc.Size", "width": 1080, @@ -32880,11 +33102,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1533 + "__id__": 1548 }, "_enabled": true, "__prefab": { - "__id__": 1537 + "__id__": 1552 }, "_alignFlags": 45, "_target": null, @@ -32929,11 +33151,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1524 + "__id__": 1539 }, "_enabled": true, "__prefab": { - "__id__": 1540 + "__id__": 1555 }, "_contentSize": { "__type__": "cc.Size", @@ -32957,11 +33179,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1524 + "__id__": 1539 }, "_enabled": true, "__prefab": { - "__id__": 1542 + "__id__": 1557 }, "_alignFlags": 45, "_target": null, @@ -32993,11 +33215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1524 + "__id__": 1539 }, "_enabled": true, "__prefab": { - "__id__": 1544 + "__id__": 1559 }, "_id": "" }, @@ -33028,7 +33250,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1547 + "__id__": 1562 }, "_contentSize": { "__type__": "cc.Size", @@ -33056,35 +33278,35 @@ }, "_enabled": true, "__prefab": { - "__id__": 1549 + "__id__": 1564 }, "slotGame": { "__id__": 733 }, "slotBar": { - "__id__": 1271 + "__id__": 1286 }, "BigWinUI": { - "__id__": 1487 + "__id__": 1502 }, "TotalWin": { - "__id__": 1497 + "__id__": 1512 }, "TipPanel": { - "__id__": 1503 + "__id__": 1518 }, "FeatureBuyPre": { "__uuid__": "2bb179d1-ebaf-40b7-bb03-6ec1888ddee2", "__expectedType__": "cc.Prefab" }, "FreeSpinEnter": { - "__id__": 1513 + "__id__": 1528 }, "FreeSpinAdd": { - "__id__": 1521 + "__id__": 1536 }, "SysGift": { - "__id__": 1479 + "__id__": 1494 }, "_id": "" }, @@ -33102,7 +33324,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1551 + "__id__": 1566 }, "_alignFlags": 45, "_target": null, @@ -33140,12 +33362,12 @@ "instance": null, "targetOverrides": [ { - "__id__": 1553 + "__id__": 1568 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 908 + "__id__": 912 }, { "__id__": 867 @@ -33263,7 +33485,7 @@ "__id__": 739 }, "sourceInfo": { - "__id__": 1554 + "__id__": 1569 }, "propertyPath": [ "_target" @@ -33272,7 +33494,7 @@ "__id__": 739 }, "targetInfo": { - "__id__": 1555 + "__id__": 1570 } }, { diff --git a/assets/Game/rp_11001/atlas.meta b/assets/Game/rp_11001/atlas.meta new file mode 100644 index 0000000..f5516cc --- /dev/null +++ b/assets/Game/rp_11001/atlas.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "33b73aa6-f8ca-463f-8439-e41aa42e23e5", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist new file mode 100644 index 0000000..de3202e --- /dev/null +++ b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist @@ -0,0 +1,154 @@ + + + + + frames + + TurboEnergy02.png + + frame + {{1,1},{146,145}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{146,145}} + sourceSize + {146,145} + + AutoSpin_Circle.png + + frame + {{1,148},{117,117}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{117,117}} + sourceSize + {117,117} + + TurboEnergy01.png + + frame + {{120,148},{101,101}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{101,101}} + sourceSize + {101,101} + + AutoSpin_Gear.png + + frame + {{149,1},{98,98}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{98,98}} + sourceSize + {98,98} + + Turbolightning01.png + + frame + {{223,101},{59,99}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{59,99}} + sourceSize + {59,99} + + Turbolightning03.png + + frame + {{223,202},{41,59}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{41,59}} + sourceSize + {41,59} + + AutoSpin_Play.png + + frame + {{266,202},{33,37}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{33,37}} + sourceSize + {33,37} + + Turbolightning02.png + + frame + {{266,241},{45,19}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{45,19}} + sourceSize + {45,19} + + TurbolightningS01.png + + frame + {{149,101},{26,26}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{26,26}} + sourceSize + {26,26} + + TurbolightningS02.png + + frame + {{149,129},{39,13}} + offset + {0,0} + rotated + + sourceColorRect + {{0,0},{39,13}} + sourceSize + {39,13} + + + metadata + + format + 2 + pixelFormat + RGBA8888 + premultiplyAlpha + + realTextureFileName + AutoAndTurbo_01.png + size + {312,266} + textureFileName + AutoAndTurbo_01 + + + diff --git a/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist.meta b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist.meta new file mode 100644 index 0000000..c047ca1 --- /dev/null +++ b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.plist.meta @@ -0,0 +1,477 @@ +{ + "ver": "1.0.8", + "importer": "sprite-atlas", + "imported": true, + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1", + "files": [ + ".json" + ], + "subMetas": { + "40950": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@40950", + "displayName": "", + "id": "40950", + "name": "TurbolightningS01", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 149, + "trimY": 101, + "width": 26, + "height": 26, + "rawWidth": 26, + "rawHeight": 26, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "70965": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@70965", + "displayName": "", + "id": "70965", + "name": "AutoSpin_Gear", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 149, + "trimY": 1, + "width": 98, + "height": 98, + "rawWidth": 98, + "rawHeight": 98, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "5f54c": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@5f54c", + "displayName": "", + "id": "5f54c", + "name": "TurboEnergy02", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 1, + "trimY": 1, + "width": 146, + "height": 145, + "rawWidth": 146, + "rawHeight": 145, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "ef0d5": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@ef0d5", + "displayName": "", + "id": "ef0d5", + "name": "AutoSpin_Circle", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 1, + "trimY": 148, + "width": 117, + "height": 117, + "rawWidth": 117, + "rawHeight": 117, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "922e7": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@922e7", + "displayName": "", + "id": "922e7", + "name": "TurboEnergy01", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 120, + "trimY": 148, + "width": 101, + "height": 101, + "rawWidth": 101, + "rawHeight": 101, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "4ab58": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@4ab58", + "displayName": "", + "id": "4ab58", + "name": "Turbolightning01", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 223, + "trimY": 101, + "width": 59, + "height": 99, + "rawWidth": 59, + "rawHeight": 99, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "06d86": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@06d86", + "displayName": "", + "id": "06d86", + "name": "Turbolightning03", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 223, + "trimY": 202, + "width": 41, + "height": 59, + "rawWidth": 41, + "rawHeight": 59, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "c96e3": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@c96e3", + "displayName": "", + "id": "c96e3", + "name": "AutoSpin_Play", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 266, + "trimY": 202, + "width": 33, + "height": 37, + "rawWidth": 33, + "rawHeight": 37, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "465eb": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@465eb", + "displayName": "", + "id": "465eb", + "name": "Turbolightning02", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 266, + "trimY": 241, + "width": 45, + "height": 19, + "rawWidth": 45, + "rawHeight": 19, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "3c173": { + "importer": "sprite-frame", + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1@3c173", + "displayName": "", + "id": "3c173", + "name": "TurbolightningS02", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 149, + "trimY": 129, + "width": 39, + "height": 13, + "rawWidth": 39, + "rawHeight": 13, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "atlasTextureName": "AutoAndTurbo_01.png", + "format": 2, + "uuid": "1aac3c77-71f9-4d5c-980d-27b6fac3e1c1", + "textureUuid": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/AutoAndTurbo_01.png b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.png new file mode 100644 index 0000000000000000000000000000000000000000..1c03360ef4ef9886c15376a1e1450b38e9e54fea GIT binary patch literal 14537 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 j0ul}_tX^*8PN>SC^}ju?+nm5fST< literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/AutoAndTurbo_01.png.meta b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.png.meta new file mode 100644 index 0000000..b99043e --- /dev/null +++ b/assets/Game/rp_11001/atlas/AutoAndTurbo_01.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "3ec939e7-2232-410a-8725-ff15ba8a8cb1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "displayName": "AutoAndTurbo_01", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@f9941", + "displayName": "AutoAndTurbo_01", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 1, + "trimY": 1, + "width": 310, + "height": 264, + "rawWidth": 312, + "rawHeight": 266, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -155, + -132, + 0, + 155, + -132, + 0, + -155, + 132, + 0, + 155, + 132, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 1, + 265, + 311, + 265, + 1, + 1, + 311, + 1 + ], + "nuv": [ + 0.003205128205128205, + 0.0037593984962406013, + 0.9967948717948718, + 0.0037593984962406013, + 0.003205128205128205, + 0.9962406015037594, + 0.9967948717948718, + 0.9962406015037594 + ], + "minPos": [ + -155, + -132, + 0 + ], + "maxPos": [ + 155, + 132, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "3ec939e7-2232-410a-8725-ff15ba8a8cb1@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Assets.png b/assets/Game/rp_11001/atlas/Icon_Assets.png new file mode 100644 index 0000000000000000000000000000000000000000..50ab480e523c4880d89b38cfd53489531d0a61ae GIT binary patch literal 1202 zcmeAS@N?(olHy`uVBq!ia0vp^5^A{EA+A8d z|Nk5Q{}27Y-{Jq6wEtH_|KIlff8XK%Hx6|M$H9-w*hI!}tF!@Bg<0{@)D*$=(NY1OMOl{eQ>%|6QOOzyJ4u>iz!T z_W6GYs0P9Sl0ee}{@?Naf7b`3=C(gbF^~jl1R@|8XfIHWAD9gk2Qq*Ns2;)qD}aaq zb%C^i#X(xY+JRi4fgtO^c7bFeT%ZD=dWa!FHDCoGF4$y{8(>lp5x91cv2bN@HDE_V z#UXkjhQr+nQ3)0V*#&baPz%CpxO*V}MK&BsJIEFcglr(DERx8LWRnZP_+DHRh9(19}pN6 z92y=K6Q7Wjnx2u9TUb(BR$f(IQ&->6*wotA-qG3B)7w8`;*_b=rq7%`XYRa(OP8%! zwR-Kk4V$)X-MMSe-u(v;9X@*O_=%IJPM*JXC5%4;HK6~TyC9?Pa@P1$5EtW5~cJ;ySoywQGAB(!{*ZrPx$is%^tn-6w z63f0;F8TH7-~2Pv;KnQZPR>)6;r=d82O0vte#skeaVB*V$yTC z$~W9RP%W_T>=cL7>_>G%odsihm99Ge%WL>6`>ff>qk4hBW^?g5yFIeFUJCknIGzjC zkyU#+bzaiz+mYglI?b;>)=15|#x$k6lvP^B-~va3?j^D|l^@oXNNd&1vf6y!&&hGG zvcg=}i0kSnXUNM+y(r%sH*KY)_uowmL-#YqYc<-tT7QV<+CTRvF#R!jy85}Sb4q9e E0LIXwzW@LL literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_Assets.png.meta b/assets/Game/rp_11001/atlas/Icon_Assets.png.meta new file mode 100644 index 0000000..a3545ab --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_Assets.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "e5cebe29-f875-42da-9411-55fab49de5f9", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e5cebe29-f875-42da-9411-55fab49de5f9@6c48a", + "displayName": "Icon_Assets", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "e5cebe29-f875-42da-9411-55fab49de5f9", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e5cebe29-f875-42da-9411-55fab49de5f9@f9941", + "displayName": "Icon_Assets", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 24, + "height": 29, + "rawWidth": 24, + "rawHeight": 29, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -12, + -14.5, + 0, + 12, + -14.5, + 0, + -12, + 14.5, + 0, + 12, + 14.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 29, + 24, + 29, + 0, + 0, + 24, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -12, + -14.5, + 0 + ], + "maxPos": [ + 12, + 14.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e5cebe29-f875-42da-9411-55fab49de5f9@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "e5cebe29-f875-42da-9411-55fab49de5f9@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Close_B.png b/assets/Game/rp_11001/atlas/Icon_Close_B.png new file mode 100644 index 0000000000000000000000000000000000000000..13aeb22309c6a0227608295a0a154980f7b784bb GIT binary patch literal 1820 zcmZux3p`VM9G}O{`*vFo&y;ID#O0&NrO9I((`IIwQfqmvve1hgD~bw9i(9NbMun_I zQemF=CNW_QVVl>jxRH{jmf_rUEI#*sZlBLN|KIO?U%%h^oX_VZ5DBhY>U!!h7);9z zizb1U0Ntue;K>bZvjB@iD9P0sR@7?n7VP_ocrOeH0zfoS>j*R-1iHw8$PE~91YVJW zVRxY21wwiV5C|gOooiNBbTc$s-6>FTwVRMw5O^vtZBygQtG1x3Xrk4wwA6_r&rwNIbbKW}K{HN9wV zY2~-IcXW2W>=lap`UeJwUcVV0`Frf$$4SYjsn1`eU#Dm1Xfg!{7)%-EhIaCb5LWlh z?%jDnM`hw@bc&{ir%xVgD{h(VFp=79#Wu2|Zl>Wnt=gXoHZw1Vta=og=Et-QTGD?u zXnXt!<;zs&xOfC#H8XSK^Sj`IphF|bqc*g{_K3rFY>O3%v5}|jRwkAHg|U98`vSQx zK0ocDy%uL5%|C`>hDQ@KVlogFwlLt-NMkX{JhjP`c4I8oVMu=_?~Rx?}~lE3xN>MQ9k58q|Ec5L`C_Pd6HW`MZs0SDbMfHbc$H%6EVBl(}j} zk?3q(1THR+{23L|laWV89ZSt6=MUDI>`6VBD53E%gE)jMOTyWNVcm6+cK*6UD4Ok+bb}4JH3mX&Y(kF9agw*tx5;hSXjHYWjtiEnSeu^VSLxiO`bX*2 zNex}u<%wb=VQ`5M1 z=md8*hvK#=oy1mqa+KQWvjy%jnYg(ii>2H%U2>|RWA6QmwIe)wwDl*ZQh5$FQrVKf zMN6g7WJ%x?mpd)Vk}5%QuU`J1W#k5iW2?-{DEDLC05f3pm;#kSrI+6%7}Vw38N_Ce zu;X$@n-O=om1+!sz3>@2t@D=BiL7uvyH2jAA-w(3+SkYrR?6AS+EFXKvIAovLs`?k zj9XYVPN7^Efl@r8h(mjQx`a#iYcnO(^dM|ASr)9Lu{YL_d@LMP!Qih+q)tN(yP;}1 zOjv)1#}M-(RFgYiBMlWR7}0P6{5;8UDG?dDgU-A3u`@)9W~qc5wU~amX9U`C%C{7r>MsrzQtua(axU6-h$m0lYOf?;M>^OFD3Y22%A}Wh zW52W;AIg`>tY2y8{@KSoJ3R*I(4G6wtu9MUF$}Pj!GuXJ>B(QLAFDj~Uu78}>OGLF z#_$U;)l&+tO@<2!uhDel6PJ}l-p(+pet%Ge<#mq@s|=X^5>>gs=kWg7G5&-8Ze|72 zMAXbqzYV14~qTg0F)K<$HKkl$8bM4&n$f46nM9M02o2U7| zUFS{4QlzSN*C(oWOJO97M`m@iF(s#?w3&oyQ~G$EZy814f6K?bJY>SGyrope{krF^ z|C1Ag_3&PoAan25?9E@0S7y`P;+4tN( DrgH23 literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_Close_B.png.meta b/assets/Game/rp_11001/atlas/Icon_Close_B.png.meta new file mode 100644 index 0000000..5196524 --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_Close_B.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207@6c48a", + "displayName": "Icon_Close_B", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207@f9941", + "displayName": "Icon_Close_B", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 78, + "height": 78, + "rawWidth": 78, + "rawHeight": 78, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -39, + -39, + 0, + 39, + -39, + 0, + -39, + 39, + 0, + 39, + 39, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 78, + 78, + 78, + 0, + 0, + 78, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -39, + -39, + 0 + ], + "maxPos": [ + 39, + 39, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ed1140c0-f2bf-4d11-a53e-9b29e86ad207@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Exit.png b/assets/Game/rp_11001/atlas/Icon_Exit.png new file mode 100644 index 0000000000000000000000000000000000000000..7af4efc8439665c7d506a95e1560f81f1b63757e GIT binary patch literal 1602 zcmZuw2~bm46b(=ikbp`+O$=HXZsL?C2=f{bh;f+-H_@B0ZI8K*P%|99`X=bU@r%>OwIdH~WI zZH+)6kmOx{!Qc#pA4@avE*s%CfWss{IA8~&?&*qQ1j2MBgUTcU5Q0FkpjIE~aTL@` zhIBsA01FzTK^^{3CkyJP!=Q!*=@?Ky1#Wc(K|M4W)Y2i{ZkW(Rh17wNh6;1KX^@Hn z^)ete9Y$adK!Tv&K&Y1nms%>MVnDq>!hke@13(6(GIW7N8wjbuL?EZl$$<*saA_a| zACSZ201f0I0B)3ntw0!%&m1EHC+jm(4jCc_=EHdpP!|qsQYDPMtn;HaR8r zTv~cYW>!w#&%a(Q;1^vIl#~iDU-`X4R8?Jb{g2u@alPbb!>z_UP0do7{I7d$_uC&l zeDwH^%?`J=J{3PN?_y~mAVzQqv z^OUN#D>O8OhH9I1OBKgi;&O3+cGpMT*WR;D403j4jv*JW)#pkV>K!SBoYeLylS5_8 z?VsH%6-3UkC*HLR_ME9j+6zv*R6fSDTX=Wdav9v%S1SuKMW|?()dw4YNS-Qi`t4ca zyNnv|D()&t6T-hTxm+N2=Wv{!VAH=}A9BnQ{YgwEBb%`ixluC81*;p4Cp|8EF>l81 z!!d8Ko)$}y-%w}xCU&!UX=zD`xk&4dA;&m8mpG$Z2Ji0sXMm5svMF7W#4W4vwB5}@ z9q{qEE|5pzI)kdy&S_91SEh^Q3CoIU{Z`BkI^|^3B8#lx8Joh=Vzs{}d{t{Oy2j*h?vCI>JLlvSIL_vW?w_bhwa2R;)4Vy-7%@cY@ zYeNQq%(A}G>tCrvmiLn>cs4)PN5 zyljE+I4RCmsnAk7cAoBP@leYq;;!;^qm=U3;mCpm`T(Ct;+_R1#R(V-PvRIy@zG}1 zNlzHQ!wU2oQLWb#OOKT$>WTYLup{(D9d^x=hKc^xD(aTF&H`SuvnU{uSkvbsaxWsr zFf!!My+WpInj1$`kalbGMdhudRLjgYd!{Rd=H6TM5~XjRaNlz5Xw$VWzx&ze>xSQ_ zC_2!oCXgN5!%g^*Sd8h?riXi}-iDXgm*rdXg(0}CbCak8JBKYY3kmhPavBa>e$>PQ zjT_5WY_J|bTfQ+b7|*xHclt&rotKN97)`VqQ(;mpo~v(n4nEv{@hK} zEkye$|E{)bWmwPBq2q3sLb2P=jLVdjC;Q(tR#OH)4%j=`pMB8(9ec(!>ozBF9Q@n} MGKub2w}X@RFM)=8?*IS* literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_Exit.png.meta b/assets/Game/rp_11001/atlas/Icon_Exit.png.meta new file mode 100644 index 0000000..5ff87ea --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_Exit.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f168b707-d32b-4a65-9f4f-038a0cf70f22", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f168b707-d32b-4a65-9f4f-038a0cf70f22@6c48a", + "displayName": "Icon_Exit", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f168b707-d32b-4a65-9f4f-038a0cf70f22", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f168b707-d32b-4a65-9f4f-038a0cf70f22@f9941", + "displayName": "Icon_Exit", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 79, + "height": 79, + "rawWidth": 79, + "rawHeight": 79, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -39.5, + -39.5, + 0, + 39.5, + -39.5, + 0, + -39.5, + 39.5, + 0, + 39.5, + 39.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 79, + 79, + 79, + 0, + 0, + 79, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -39.5, + -39.5, + 0 + ], + "maxPos": [ + 39.5, + 39.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f168b707-d32b-4a65-9f4f-038a0cf70f22@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f168b707-d32b-4a65-9f4f-038a0cf70f22@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_GameRule.png b/assets/Game/rp_11001/atlas/Icon_GameRule.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea572cc9a931fe78d343809edbd610c16bf5aef GIT binary patch literal 1599 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 E07Kwf*Z=?k literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_History.png.meta b/assets/Game/rp_11001/atlas/Icon_History.png.meta new file mode 100644 index 0000000..fd32c37 --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_History.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8aaeafda-3c56-4c17-99af-f2373749c581", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8aaeafda-3c56-4c17-99af-f2373749c581@6c48a", + "displayName": "Icon_History", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8aaeafda-3c56-4c17-99af-f2373749c581", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8aaeafda-3c56-4c17-99af-f2373749c581@f9941", + "displayName": "Icon_History", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 88, + "height": 88, + "rawWidth": 88, + "rawHeight": 88, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -44, + -44, + 0, + 44, + -44, + 0, + -44, + 44, + 0, + 44, + 44, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 88, + 88, + 88, + 0, + 0, + 88, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -44, + -44, + 0 + ], + "maxPos": [ + 44, + 44, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8aaeafda-3c56-4c17-99af-f2373749c581@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8aaeafda-3c56-4c17-99af-f2373749c581@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Paytable.png b/assets/Game/rp_11001/atlas/Icon_Paytable.png new file mode 100644 index 0000000000000000000000000000000000000000..94dea2b37ee840e1e954c772eec40a8c0c620797 GIT binary patch literal 2039 zcmZ9M3piA17{>>>tV>uUD%MD?aj#gFmKEbZ=4M8rB5fhcimi2@+|xE}hQ@|%m0^U6 z+*P7MhEk2&%rIift)zyP=-V?h+O2(_bH4Aq|M&m?-uFAtdCqwp#z{$jlROLtQ*v=e z5ulwUyyc{zRoUo3Ahbz@6P)Z|6_2&1U@%Dn4o!4`L;#?R3;+q-w*_6t0oMiaZNV4` zOt^!mj-ZzW1~5W#hy?gJ@WKuBiBMC>3@IXAXcLFxMo{6G&b2~u)#oUY@-J2hhq7X(m;hnL9#IPF^4}PrxFLhyaZw7T0JHM~oG5pprK_8mJdEO+hRW3~5tYa82rcJ?R-M<-_&S2r{U ziz9dtJr5lA^*iGK-x_j?_^MjVwhwUAYSY3~Mp7!<+aJamoVg8HJ zvA@PACa0!nW?#LYdo%y`onT?{@1^(4A68aB2K3Agz+meVTu}Rnzi_Gt-}|VOv}E4& zOT!%$YmIwCbd3zF54pL!Hb1lU4q_%F>`*LYX;n9FRW|~6u0^^UXCad`k}wB)W1jF{ zbagbph{FD%vvjQBWo+GCSMGSUN@gW}78iUutFEHY{#YZT7`L#^I^`$h7@xND&9C*$<3gX%*c-*wNg$r zSQU?iHOK_CQU((v%G+ckw8j6l}KOK?$tPv6>1!ap7c<4f-k9 zVZNrE{R-ZgZm{WOQ4RjDBK)J8tOjc5!8;yJLHgB6qi09#)A_U4EeRpgudki1y2!p# z!jm3>JKVm=-jDpq)@a3VX87WXj8u*6gRY5PSsIt(#Qcw zD}8$+ekCDug>XBrjP2SsBv+o|Z$_1EY0q92upNu(ZJM=8di2AENOE!FC@C;fpsq>C zIQmcx9&4T$8nB}3Z5>NWk@>|arV)A1mS<1g(0sYi%{MN>u*UbN1ZC^kKHsD{Vx#33^tJy z;f<<0-%B#Xg^s;Q3ha5bfT?*ab(Cc*K_}kryJ_0&0mm4&^x+LJlqeHf8A7Yjs@r2 zD_HBK#BY*=B&I%lxH&MI(R-wjaf4yf5*W#r?`A9;XMA{i>8*0MpTq<)#?jZHaP|VS zIj@0o?;tADTO-qUn#~gAp{}z}9U|*~H?8lf=Y7!>agMzpD6_j0bI4Yb!C22^8l+j4 zJ87uw&`JCK*kof&_fi$2FJlL*C;W1Wg0=Edui^}+u0vanqn4#l|6nmTKk{qfY^3MD zAc;1Q1KztQzGp4Yy60!OhGKSa-+bmr#gaXLj^|ELme6YBpnXL>-1u=icIND@uhZ#X z&V6O{ky=*;2iEDW0ri)k%Rd>_%$^Q8cz^bU;cX^9dh@$yYP-y8ODr9qbauqj;`GB- zAH>qgd5)YOTH>v4%f;H+Ic9!&ha;6*J)Y`gw&(mz$ex4uEbBs-bX4Px$X?u!GKGGx NFc$|5s>04M;U87iVYUDO literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_Paytable.png.meta b/assets/Game/rp_11001/atlas/Icon_Paytable.png.meta new file mode 100644 index 0000000..935e477 --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_Paytable.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1@6c48a", + "displayName": "Icon_Paytable", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1@f9941", + "displayName": "Icon_Paytable", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 85, + "height": 85, + "rawWidth": 85, + "rawHeight": 85, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -42.5, + -42.5, + 0, + 42.5, + -42.5, + 0, + -42.5, + 42.5, + 0, + 42.5, + 42.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 85, + 85, + 85, + 0, + 0, + 85, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -42.5, + -42.5, + 0 + ], + "maxPos": [ + 42.5, + 42.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "352b0e0e-a5bc-4ca6-9a99-7bb71369b9f1@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Sound.png b/assets/Game/rp_11001/atlas/Icon_Sound.png new file mode 100644 index 0000000000000000000000000000000000000000..f5fa440618725fc7fb42b99b90ad0b090cc8c656 GIT binary patch literal 2030 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 LS3j3^P6k?g#w86ZrqW*Z&7WAdx%%Ad$O1 z|8M*Mzw7`1p5Oml0sn6URr-RY?f?}4k?;Sze*f?Kg2dqrxB{RqhysuZSS3_DST95t zWC++axOS+qU_p>Zpp7u=Kw2R7!bqSlh#H9bP+71pWR*Z=$Xqlw)C43o*wm|(rhf+p zWll+uUoZnB6EiCtJ0}-64=8QF1Wws+!ih= zzXzvJoo0-#)#CW@Y~quh2X-AS6U_??oHJobols*ax15;O(n*R!lh{0$KP+11sr7y8 z6;)1;d$kQdCP(9M>ZG5F{=a37j-RcO*7s8T&C5S{?e$UX$nMQQ{cwwSot;Uyr;q3Y zOP_fmFE4Gnv+~r9MQ?lEr+IUG<$6xvrsKPBw~5(wkDIx2le2fv{QvIlwMmB*l=VGs zZIp>q)?)7EJ*{!1`@sTdzN?Q7Ry|Nolb)0%R$pKxH?fY9%X#0yJIB;&fw92g>FVdQ I&MBb@02k!77ytkO literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/Icon_Wallet.png.meta b/assets/Game/rp_11001/atlas/Icon_Wallet.png.meta new file mode 100644 index 0000000..70eb938 --- /dev/null +++ b/assets/Game/rp_11001/atlas/Icon_Wallet.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "de9577d4-f908-485a-b81d-c9d87d447d40", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "de9577d4-f908-485a-b81d-c9d87d447d40@6c48a", + "displayName": "Icon_Wallet", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "de9577d4-f908-485a-b81d-c9d87d447d40", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "de9577d4-f908-485a-b81d-c9d87d447d40@f9941", + "displayName": "Icon_Wallet", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 27, + "height": 27, + "rawWidth": 27, + "rawHeight": 27, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -13.5, + -13.5, + 0, + 13.5, + -13.5, + 0, + -13.5, + 13.5, + 0, + 13.5, + 13.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 27, + 27, + 27, + 0, + 0, + 27, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -13.5, + -13.5, + 0 + ], + "maxPos": [ + 13.5, + 13.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "de9577d4-f908-485a-b81d-c9d87d447d40@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "de9577d4-f908-485a-b81d-c9d87d447d40@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/Icon_Win.png b/assets/Game/rp_11001/atlas/Icon_Win.png new file mode 100644 index 0000000000000000000000000000000000000000..a964be1d58d2abb4f79692e1b19069151f97169b GIT binary patch literal 1150 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 literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/button_AutoSpin_Circle.png.meta b/assets/Game/rp_11001/atlas/button_AutoSpin_Circle.png.meta new file mode 100644 index 0000000..193e1f8 --- /dev/null +++ b/assets/Game/rp_11001/atlas/button_AutoSpin_Circle.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "a2a2f74e-ef42-435c-90fe-aaf69a54c137", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "a2a2f74e-ef42-435c-90fe-aaf69a54c137@6c48a", + "displayName": "button_AutoSpin_Circle", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "a2a2f74e-ef42-435c-90fe-aaf69a54c137", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "a2a2f74e-ef42-435c-90fe-aaf69a54c137@f9941", + "displayName": "button_AutoSpin_Circle", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 117, + "height": 117, + "rawWidth": 117, + "rawHeight": 117, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -58.5, + -58.5, + 0, + 58.5, + -58.5, + 0, + -58.5, + 58.5, + 0, + 58.5, + 58.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 117, + 117, + 117, + 0, + 0, + 117, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -58.5, + -58.5, + 0 + ], + "maxPos": [ + 58.5, + 58.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "a2a2f74e-ef42-435c-90fe-aaf69a54c137@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "a2a2f74e-ef42-435c-90fe-aaf69a54c137@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png b/assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png new file mode 100644 index 0000000000000000000000000000000000000000..38c05b50a77c9080f2c4285ca42d6cf14ab2b4c9 GIT binary patch literal 1322 zcmeAS@N?(olHy`uVBq!ia0vp^Ng&L@3?%1Nf3pEnEa{HEjtmSN`?>!lvI6;x#X;^) z4C~IxyaclK1AIbUfr9@}sEi^aLtw$4tNg$qODPHR3ufS#$mrx|-z_Or@FDu*CAP2j zv!s}ts!t0`2bCpVeI}+Z+n~v+yg8Do$lT~vzg5Y?r3dm=+cs2igk0Vf5A7kig}zgPW!@9Y2n+jgHcY|dHV@>a0=x9+U%Rn42D_THVUa&v3c z=6{koKaC~pwSPqBUsL(`?XRoG?_Xl)KL{(ZasT01o*^*Vv?Z8lh9+A}@Q*Vhb{Bc> zDHX|4yXAdLBk|UX zYizAuUe%dv`p<7L^=GXsvX|FvPu4xOF-#|>@5%ScS2oVP|Hv>U^fBA_<|A#q_oV-a zZJx9Ki%ZK5;m^^nah(d)yoQTPn>aReT9n0iI8-xg%DD#FG>JUEd#7n?aq7Y6(E;bQ z59Zw{{Nc6Z;m?pKZig=0eNy#bq!?cDLi$+hCX17wEc{&8eDHWRqji2vitAfPsS=5m zM(2XISut5H;lGjop1Ej6b`JYmzRH>cp^m!j#?`C;tl73IDkiUVp7R-=`ImP;O{+ck zM)>ig>%K2ir7vyWmQxh<{7`tzNyEuK(GQ!7+1BKI-!`2$&rnH{-j<1&0+pVRn~8Qo}6eW~%S z)zt~RW$#apTxPXnNznaS!Cj_Ws&PhN9Q*pZte*${=<9QPk#l7I{TDa$=7!OUfj1@^oJo`8jcxG?y;J+t3Li8I`9(O<&Dz`WB=bAgK9H%Yro|K8P)%gDfti%S)78&qol`;+0JuVuHUIzs literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png.meta b/assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png.meta new file mode 100644 index 0000000..f1bd62b --- /dev/null +++ b/assets/Game/rp_11001/atlas/button_AutoSpin_Gear.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb@6c48a", + "displayName": "button_AutoSpin_Gear", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb@f9941", + "displayName": "button_AutoSpin_Gear", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 98, + "height": 98, + "rawWidth": 98, + "rawHeight": 98, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -49, + -49, + 0, + 49, + -49, + 0, + -49, + 49, + 0, + 49, + 49, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 98, + 98, + 98, + 0, + 0, + 98, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -49, + -49, + 0 + ], + "maxPos": [ + 49, + 49, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "e110e1d5-07f2-4b3c-8c6c-1f9a290193fb@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/button_AutoSpin_Play.png b/assets/Game/rp_11001/atlas/button_AutoSpin_Play.png new file mode 100644 index 0000000000000000000000000000000000000000..6953bd34140b26cde39f4114154176ebc86bee35 GIT binary patch literal 524 zcmV+n0`vWeP)74n{LqmC;uvl& zFgJ@cnCJpy1y29t_pNx0M;Pq_V*P*C58ySfVO^ULOKDYJ&71U_UiLH&QM3WK@DlrK zK@@GrQ{2HwEeILPV|hiFv8Dz@(P~`CkRD68&LN6M@_L?QS1pL5-Iz)T-dGEw{AYyn zJDkrD?;N6NEv{s;J6H>%DAN7|Jj1qH5Ji#Trn6Z7RVuoK2n{2u_IsQt_Pd5Cieh*@ zdzWeuMTfAbHbiJsZHW1($~7SZU>t9UD*;4mKb6nU9rF{8Vs8PEaodHyXPf8Bqo=7u??U2jN{nR3xI}CBF4rWxP&kLY-|c*B4?A?ys!3HGzJF~7aFfdwsx;TbpG`^i->*eey;^sf^ zky(%Z(g$oYjXRi*I{Ab>U<%2JY24PNwoR#HuSUc!4&@!K4Qf0-4-}2_rA)uu?F&A) zhx5CM@xv0e^{-vb8krMVe=x8eFg}~ZSnVJlp;Pl)zUKJN_YKtvM#66xr*|s)H(WlG zaJ=xo*7gH+0(ThhHME{taQi@V(%XX@?({6?vdEdh{Y5x?@BX>3ufJeFxb@KbrQf{M z*KCktxzByLM<{!#ahOEt$89-ETkT7fDuh|$8#bR|50{*ocxUq&;exn&_VPzhH}cfD zb-w;EEk(uZp%h!$o OGI+ZBxvXRILDOELNKL5r$=bdx!{hs^%@pHcCd{e9}P&}N%oB#lT$HdqWeXefj>%qZ% zeodvolIOyL(KFWr0H{Q+V^`Mm|3VNNr4OhZf~^7oOr2IYZyBANXMLCcpZ^K`M+u}a z^Be#H9ekQ2(iFDbJg$j?&9(-`;t_qC~uZ<+9~>NgFY>?piTUxw7injq8Zg}3oP>usab-z^*UsXt37QG_!^e- z%>sNSKYsKd)qA&_6r?_+8^3vQXJ+Jb?8_gUe94`g03rxv*6dOxYPqD{!|8Z}4&0IUHfhI+T| z&%VmrcM-q$1Lluo7>@`UkeyRRi+6|-5tTz@CRf_LsSBnu%)kfCaFkz zg8W(fh$1rGVhg3kZBOr8zPc{NN+mD0v|0L^;c<7dOid@fzMuK7BKG8qPAUr&w?Rr3 z`IN8-^T>!w#LI_mXgZ#0Fh|a)%JLtetXtL}D-pv`2snmEfhQpN2|7L+P6)WOr5q<~ z4Q%HZQ1N4+q22wPvmsNpQ)O`N!E%Y?69JWwZZtF~tD`0<*n>V1+%NQ9zPHaV?Po-6 zDwLltSxS*qNqbZ!oG)J_{hS$}`RQ4p6+E%PqsIr9Mhz6?qdtPMBSjg|4S2l19G`32 z3QkE4DC7_hbMF!a>4#q9MY3%{w|C&sO`s4S4qTH2xp{H(A|ckhq-Cjql$u^G9J_u; z9z6^{pqyNT(#q$OCYE7WeywT@Wjc@D(lMXB!6Y?8TNyG_&S$_&wt-!N%5ox*bAhrQ*`M;0O2V+1m9b)p=77raJ$; z^fxiQ?@kxAXq_YB{PS>myX(2wgqJY}W@O&WU+LifnbG1hog^!ZqJ|34h?mSy{e=qe zwVh$`=-}Hp%~XFlZG1)oh{iP|K;xemiS97Ebj|W?HcPl@sJb6#iWB;`Z^ft-ZBKzj zsz}2;F0%dTd7hNIcr2ee^lYEX$iJ6@Ot>v!xc{s3L?-fVXQM_EY)hE3m2=4oh zzl%FX56FE4+19^L^J5%u0BWHmYwn#|;tS`95nT0123{w1TfTT;?kSs#5G<0_b(5+m z_H0bqR{?}Q(80{Vj!g(~7`H>3h?baP7K4JuT?JDLTLpQHA7d*g?X`t0o3l`uosupY zf&1K$$MZcx1jROsx2%Sl4iXd}-&rfLPS4&TbHbSJ=(gxOb4-D?kN zCn`N4d|G-#3m0zYSCfvHwO{#D#BozCa?a46=w(tKG{Uhkz?qXODfm{cC?BCcrFfCm zPKAo-6u%{R@>0`0M}x literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/button_fast.png.meta b/assets/Game/rp_11001/atlas/button_fast.png.meta new file mode 100644 index 0000000..48df95f --- /dev/null +++ b/assets/Game/rp_11001/atlas/button_fast.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "923a32e3-39cd-41f0-b43e-b1ad4186a187", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "923a32e3-39cd-41f0-b43e-b1ad4186a187@6c48a", + "displayName": "button_fast", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "923a32e3-39cd-41f0-b43e-b1ad4186a187", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "923a32e3-39cd-41f0-b43e-b1ad4186a187@f9941", + "displayName": "button_fast", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 98, + "height": 100, + "rawWidth": 98, + "rawHeight": 100, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -49, + -50, + 0, + 49, + -50, + 0, + -49, + 50, + 0, + 49, + 50, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 100, + 98, + 100, + 0, + 0, + 98, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -49, + -50, + 0 + ], + "maxPos": [ + 49, + 50, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "923a32e3-39cd-41f0-b43e-b1ad4186a187@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "923a32e3-39cd-41f0-b43e-b1ad4186a187@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/button_jia.png b/assets/Game/rp_11001/atlas/button_jia.png new file mode 100644 index 0000000000000000000000000000000000000000..c99e60a1b97d03e1beb0890b802ed1dd5a9b51af GIT binary patch literal 1886 zcmV-k2ch_hP) zd5jcA6o4WwKFd69RBVlrpLydjk`M6L9_#C(!I1)Gyn624~iM;i(`RlrEjnlp1pu6zz)m(cLnAG&!#935((atSr6O<^aftfp~H2+a^ScixI4Z9 zMgYU~PcZ4N4X9>kF+uRgNd5eH;4xsg@tb5TbM%QXnjm;nq&0dka5nI>@vBrJpV6vg zQ3SzrBYiLZfW^iUQptD-c%m4iLGb)+)F<6mpxy~gNNX?%UKr`-xCEGHIr0JE<}}8F z;K`7>`xtGhnnC36ea1m>w>)ZCYi~L%g5Yjhu0san zTp!mt2=1Qe42#{hp|*!0xO?VUhDeW$J_NztQ*S9eM?@cj;C`58Se5#CUxMJ?n6KXd zIOh@s_lAhQ&@jHI;0%KMW07Gw2=19BhIwgmb`FC3W2MD%-ypa@>VRJj>pgu4Zu%e_ zirf;9_0VIBy^c>GsW}q2n`^;sKFF-&(?|Nf@x7~S!3+5yvyN*Y=`Y6jgIx-q)CZY$ zT>3~i8Q*JM3SKEw#*^UcUd(CcP6aQwU(qGr?!~3x^$u;78*lgGQgCyoKqceqUd$<( zJ6sC>lBJNSM1IqIalt``je3`YOQ4u*a!fL<6eR7V^w36MyE_Y5TY+M) z)se6B9NO$+e6RB{fM$`-+8v;Q6AmfT&S;&GnuISkno%*-sn|;`b2FPucjNqTeT`V! ztp!hW3ZFAl2)-`KVE7W##!|gpA9@S@(MLs(vpNXwkA8;b?UHo`!ToW%VOip}>fw_PnxHrt+#_iF7{UEp>Mj2KYMBxa7;O^;fX+OLYeF%cP$9%fC z$HRXF!QHaIMQ|CuygB+31b53A4apj((ZtyxxI6Z>%vzI)Rv*T91i{^Lhb78slYll^ z7W{Wl$NE5`I^Sp5U1RecWm)hvUAyJ>r%ux8-fg5$_X>XPAFD8`ZO?Mln+wMK+`czXKlJj~X{nPV-H-kJ~u zPlrryealh>oM8zdX(b4roKw|_V2-9*rg2dc5d=?$%p(54GFDJlQn^sOU=tApFU-}t zoR~RZX@k~M>e3hsg6F24cCAj=_*HS%>7qT_r+}f#g?#HWR!#UN_Aj23nnqQ5|v-V`xXsuIQdg`dBUMlne zOY6|aZuJ^X@I5~%T7-JBE~_4Am*!ngUn$3Q&=z39#V&HNRU0<4HuBe{NN^;0KlQ`y z&G~nPJV2iSF9I(#x0;uhsFt!q3zL~S>Y$a*HjN4Uwgz$BP_FxlR}1HA7vw~(Dpl%A zvj1vd$4Y&WB-q!dg*-8(BFa)sx@ex>CEto2Wkv!JNR?K`T}!qgp_HVMm#v(>&fEb1 Y0cgx_^(Es_;Q#;t07*qoM6N<$g1qFG*8l(j literal 0 HcmV?d00001 diff --git a/assets/Game/rp_11001/atlas/button_jia.png.meta b/assets/Game/rp_11001/atlas/button_jia.png.meta new file mode 100644 index 0000000..9c8c6eb --- /dev/null +++ b/assets/Game/rp_11001/atlas/button_jia.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "6b078b73-c3e7-47e7-b56d-c71410c46f79", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "6b078b73-c3e7-47e7-b56d-c71410c46f79@6c48a", + "displayName": "button_jia", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "6b078b73-c3e7-47e7-b56d-c71410c46f79", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "6b078b73-c3e7-47e7-b56d-c71410c46f79@f9941", + "displayName": "button_jia", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 92, + "height": 92, + "rawWidth": 92, + "rawHeight": 92, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -46, + -46, + 0, + 46, + -46, + 0, + -46, + 46, + 0, + 46, + 46, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 92, + 92, + 92, + 0, + 0, + 92, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -46, + -46, + 0 + ], + "maxPos": [ + 46, + 46, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "6b078b73-c3e7-47e7-b56d-c71410c46f79@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": true, + "fixAlphaTransparencyArtifacts": false, + "redirect": "6b078b73-c3e7-47e7-b56d-c71410c46f79@6c48a" + } +} diff --git a/assets/Game/rp_11001/atlas/button_jian.png b/assets/Game/rp_11001/atlas/button_jian.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0e1c30152ce901ee12f0e4dcdcc83392cf14c8 GIT binary patch literal 1740 zcmeAS@N?(olHy`uVBq!ia0vp^F(Ayr3?#1@DrEsFmUKs7M+SzC{oH>NS%G}U;vjb? zhIQv;UNSH+X$Sa(xB>r1oD$_C;^kpj*=k1UMz zYJSPrsq!IL{&zAv@3~8#uK1TKE(exUm3qkRbvEJpZqtt(6H?A(U|_EHba4#HxVQD@*ZA8GA`Bm{JDpnL z(A~2wz^j{Il4m+^c^kjPhKF|LVDNJO_Ug>t8&zAEoZc;eFLu_m-=6x{pTzMwI6ZW; zKel)Gy{e$MlOm>l;c@Y7eAxV~w#U1!lQT9zt~R^;XJpUk*KBX~uGdfL^15FVa`Ug{ zeV+OUCsxh164qF2^5#f#Q_aOyYnH~D>m+XSzx8zH=f$&cHrm>i&0^kjy*4{quwLiT;iF|=s;gA?pJiE~lNbGZnfPo=hSrZ~cfMO)5zV^5B(D7C zUFDYyU5{sm{R#Mfi0#zl-#?-+R~k2bs^GNuX$xau%;S9S?kOwqz*oESx0b+zJI4Rm zLU~0hB=fFKVPKsnb8MTE86&IQ+43Ke3I`t-EWYm2RNnHy_^ZH#2bwqRSXF+w%4Vw- zm{`o)VJPhJ;ho{NC}xu%d^J`P86T3}u1PRT*>KF~zuxg7Oh(J0IX!9bERN&#bsnmM zeZ`$T3l4HCM=Vu5q`u*m!Xfp@Elh&{W*!yMvYB!8u*(kK^~+~+^dHr*IYVbp z8#mSo9p0Z%qq5}d+)qW@kBbTJVVEzh^gLG8+&Jf++L7*v4)I&ny_-ItQ&L=)sOZo! zf7<*jd4k8UbAAl{^l|Z|^MB^l+|fKzeB@*Mr;l2S|E9L`I^Ee4w{EVO_7P@7Gp?_B zTWzAJs~DZzpV%WR`Qqr#qMYn`H|)0vEdEhF{pG=L3Yo6bS;G6ZS82+*#N9c$sF|yL zL&apS`AHk?CUNK=%WC3iR}8aVddPpnsdIu4|3>I5AL7+rQ|HujSTyYXijEIKi>k#pex6JC`1O$gwS7;NhI$hYx>TKRxG* z$(tD|QZnB@ygxlVqo7tiZ`v!*f(;*5JMu}%?k>r{&7irPJBIpP4=VwP%6e z#Oub3Gz!+&Da>SI*LeO_K$nxx^Q%q#EU(7H|G47p?c{tLoU^7^pOU>Ju-1le*&37c zR;js59$D;mx3cAQK3im;?mc5h`_CK4d8@DM#C|)nC-SF--iMpD??Q9?|Ihu<^R&Nb z|H^3>U8{KSEss0O_xu)LSpl83A7(Dd`zQC*$vXN^{DZh3TeoSw58hG#EjyEW z=Z+W0&r8nS5~`ej%-;HMZN%!S)28w9?0a%Ow~o=`)|FS+odS;oixLJ;S3j3^P6