From e8374d263559de96249c8b24b7c009a26cbcfa92 Mon Sep 17 00:00:00 2001 From: tiendat3699 <96950844+tiendat3699@users.noreply.github.com> Date: Wed, 15 May 2024 14:42:31 +0700 Subject: [PATCH] feat: logic physic for box 2d wasm --- .vscode/settings.json | 3 + assets/_Game/Prefabs/Ball.prefab | 24 +- .../Prefabs/Booster/CumulativeBooster.prefab | 16 +- .../Prefabs/Themes/City/City_Ball.prefab | 20 +- .../Prefabs/Themes/Park/Park_Ball.prefab | 22 +- assets/_Game/Scenes/City-theme.scene | 7593 +++++++++------- assets/_Game/Scenes/Default-theme.scene | 8 +- assets/_Game/Scenes/Farm-theme.scene | 7650 ++++++++++------- assets/_Game/Scenes/Park-theme.scene | 7625 +++++++++------- assets/_Game/Scripts/Booster/BoosterBase.ts | 22 +- .../Scripts/Environments/CumulativeBar.ts | 36 +- .../_Game/Scripts/Environments/ScoreObject.ts | 19 +- assets/_Game/Scripts/Extension/Extension.ts | 15 + assets/_Game/Scripts/GamePlay/Cannon.ts | 25 +- assets/_Game/Scripts/GamePlay/Goal.ts | 20 +- assets/_Game/Scripts/GamePlay/MutilBall.ts | 30 +- assets/_Game/Scripts/Gameplay/Ball.ts | 39 +- settings/v2/packages/engine.json | 6 +- 18 files changed, 14136 insertions(+), 9037 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 11a871a..521b40a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,9 @@ { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.codeActionsOnSave": { + "source.sortImports": "explicit" + }, "files.exclude": { "**/*.meta": true }, diff --git a/assets/_Game/Prefabs/Ball.prefab b/assets/_Game/Prefabs/Ball.prefab index 172d5ce..eaf5d03 100644 --- a/assets/_Game/Prefabs/Ball.prefab +++ b/assets/_Game/Prefabs/Ball.prefab @@ -3,6 +3,7 @@ "__type__": "cc.Prefab", "_name": "Ball", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "data": { "__id__": 1 @@ -81,6 +82,7 @@ "__type__": "cc.Node", "_name": "Graphics", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, @@ -149,6 +151,7 @@ "__type__": "cc.Node", "_name": "shadow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -198,6 +201,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -225,6 +229,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -359,7 +364,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { @@ -566,6 +571,7 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -615,6 +621,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 30 }, @@ -642,6 +649,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 30 }, @@ -699,6 +707,7 @@ "__type__": "cc.Node", "_name": "CheeseModeSprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -748,6 +757,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 36 }, @@ -775,6 +785,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 36 }, @@ -951,7 +962,7 @@ "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.Node", @@ -1046,7 +1057,7 @@ "__type__": "cc.Vec3", "x": 0, "y": -30, - "z": 0 + "z": 10 } }, { @@ -1142,12 +1153,13 @@ "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 2 }, @@ -1280,6 +1292,7 @@ "__type__": "2b7c2ePr+dMuYseum/QYECs", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1340,6 +1353,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1368,6 +1382,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1440,6 +1455,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, diff --git a/assets/_Game/Prefabs/Booster/CumulativeBooster.prefab b/assets/_Game/Prefabs/Booster/CumulativeBooster.prefab index ab153c0..2504d23 100644 --- a/assets/_Game/Prefabs/Booster/CumulativeBooster.prefab +++ b/assets/_Game/Prefabs/Booster/CumulativeBooster.prefab @@ -3,6 +3,7 @@ "__type__": "cc.Prefab", "_name": "CumulativeBooster", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "data": { "__id__": 1 @@ -75,6 +76,7 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, @@ -128,6 +130,7 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -151,7 +154,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 }, "_lrot": { "__type__": "cc.Quat", @@ -180,6 +183,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -207,6 +211,7 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -965,6 +970,7 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -995,6 +1001,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 2 }, @@ -1022,6 +1029,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 2 }, @@ -1079,6 +1087,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1106,6 +1115,7 @@ "__type__": "366a4horc9BIpj097ERzLW3", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1123,6 +1133,7 @@ "_animation": { "__id__": 82 }, + "displayName": "CHEESE", "time": 10, "_id": "" }, @@ -1134,6 +1145,7 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1167,6 +1179,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1195,6 +1208,7 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, diff --git a/assets/_Game/Prefabs/Themes/City/City_Ball.prefab b/assets/_Game/Prefabs/Themes/City/City_Ball.prefab index f266e2a..8bbf708 100644 --- a/assets/_Game/Prefabs/Themes/City/City_Ball.prefab +++ b/assets/_Game/Prefabs/Themes/City/City_Ball.prefab @@ -3,6 +3,7 @@ "__type__": "cc.Prefab", "_name": "City_Ball", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "data": { "__id__": 1 @@ -81,6 +82,7 @@ "__type__": "cc.Node", "_name": "Graphics", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, @@ -149,6 +151,7 @@ "__type__": "cc.Node", "_name": "shadow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -198,6 +201,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -225,6 +229,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -371,7 +376,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { @@ -619,6 +624,7 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -668,6 +674,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 34 }, @@ -695,6 +702,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 34 }, @@ -752,6 +760,7 @@ "__type__": "cc.Node", "_name": "CheeseModeSprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -801,6 +810,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 40 }, @@ -828,6 +838,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 40 }, @@ -1077,7 +1088,7 @@ "__type__": "cc.Vec3", "x": 0, "y": -30, - "z": 0 + "z": 10 } }, { @@ -1148,6 +1159,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 2 }, @@ -1280,6 +1292,7 @@ "__type__": "2b7c2ePr+dMuYseum/QYECs", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1340,6 +1353,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1368,6 +1382,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1440,6 +1455,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, diff --git a/assets/_Game/Prefabs/Themes/Park/Park_Ball.prefab b/assets/_Game/Prefabs/Themes/Park/Park_Ball.prefab index f9194b0..79090c0 100644 --- a/assets/_Game/Prefabs/Themes/Park/Park_Ball.prefab +++ b/assets/_Game/Prefabs/Themes/Park/Park_Ball.prefab @@ -3,6 +3,7 @@ "__type__": "cc.Prefab", "_name": "Park_Ball", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "data": { "__id__": 1 @@ -81,6 +82,7 @@ "__type__": "cc.Node", "_name": "Graphics", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, @@ -149,6 +151,7 @@ "__type__": "cc.Node", "_name": "shadow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -198,6 +201,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -225,6 +229,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -374,7 +379,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { @@ -595,7 +600,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { @@ -742,6 +747,7 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -791,6 +797,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 43 }, @@ -818,6 +825,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 43 }, @@ -875,6 +883,7 @@ "__type__": "cc.Node", "_name": "CheeseModeSprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -924,6 +933,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 49 }, @@ -951,6 +961,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 49 }, @@ -1206,7 +1217,7 @@ "__type__": "cc.Vec3", "x": 0, "y": -30, - "z": 0 + "z": 10 } }, { @@ -1298,6 +1309,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 2 }, @@ -1430,6 +1442,7 @@ "__type__": "2b7c2ePr+dMuYseum/QYECs", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1490,6 +1503,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1515,6 +1529,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, @@ -1587,6 +1602,7 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 1 }, diff --git a/assets/_Game/Scenes/City-theme.scene b/assets/_Game/Scenes/City-theme.scene index 04019bb..ffe244d 100644 --- a/assets/_Game/Scenes/City-theme.scene +++ b/assets/_Game/Scenes/City-theme.scene @@ -3,6 +3,7 @@ "__type__": "cc.SceneAsset", "_name": "City-theme", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "scene": { "__id__": 1 @@ -19,13 +20,13 @@ "__id__": 2 }, { - "__id__": 131 + "__id__": 149 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 1258 + "__id__": 1280 }, "_lpos": { "__type__": "cc.Vec3", @@ -56,7 +57,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 1272 + "__id__": 1294 }, "_id": "1e498311-fccb-4ff2-9dcb-01b2626287c2" }, @@ -79,19 +80,19 @@ "__id__": 9 }, { - "__id__": 1253 + "__id__": 1275 } ], "_active": true, "_components": [ { - "__id__": 1255 + "__id__": 1277 }, { - "__id__": 1256 + "__id__": 1278 }, { - "__id__": 1257 + "__id__": 1279 } ], "_prefab": null, @@ -215,6 +216,8 @@ "_screenScale": 1, "_visibility": 1108344833, "_targetTexture": null, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "83NDizZXhHDpX2U2pDTfCm" @@ -223,6 +226,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -245,6 +249,7 @@ "__type__": "46beetnjQpC3bMwjmL9mc/o", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -259,6 +264,7 @@ "__type__": "cc.Node", "_name": "Camera-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -303,6 +309,7 @@ "__type__": "cc.Camera", "_name": "Camera", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 7 }, @@ -341,6 +348,8 @@ "__uuid__": "5467a0f6-3ec5-4ae8-b52d-3e70724643e2", "__expectedType__": "cc.RenderTexture" }, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "c5ROcnSKRGb6+CtNjYyxLk" @@ -358,49 +367,49 @@ "__id__": 10 }, { - "__id__": 28 + "__id__": 32 }, { - "__id__": 84 + "__id__": 96 }, { - "__id__": 110 + "__id__": 128 }, { - "__id__": 615 + "__id__": 634 }, { - "__id__": 690 + "__id__": 709 }, { - "__id__": 752 + "__id__": 771 }, { - "__id__": 756 + "__id__": 776 }, { - "__id__": 960 + "__id__": 980 }, { - "__id__": 963 + "__id__": 983 }, { - "__id__": 965 + "__id__": 985 }, { - "__id__": 1235 + "__id__": 1257 }, { - "__id__": 1238 + "__id__": 1260 } ], "_active": true, "_components": [ { - "__id__": 1251 + "__id__": 1273 }, { - "__id__": 1252 + "__id__": 1274 } ], "_prefab": null, @@ -437,6 +446,7 @@ "__type__": "cc.Node", "_name": "Ground", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -448,13 +458,13 @@ "__id__": 14 }, { - "__id__": 17 + "__id__": 18 }, { - "__id__": 20 + "__id__": 22 }, { - "__id__": 24 + "__id__": 27 } ], "_active": true, @@ -493,6 +503,7 @@ "__type__": "cc.Node", "_name": "Field", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -540,6 +551,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -561,6 +573,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -599,6 +612,7 @@ "__type__": "cc.Node", "_name": "Border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -610,6 +624,9 @@ }, { "__id__": 16 + }, + { + "__id__": 17 } ], "_prefab": null, @@ -646,6 +663,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -667,6 +685,7 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -690,10 +709,39 @@ }, "_id": "19Bdm/qzNHb4lXIh3ReO/K" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "31zn9K/+ZDS4Qkx/GP0WeL" + }, { "__type__": "cc.Node", "_name": "Border-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -701,10 +749,13 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 19 }, { - "__id__": 19 + "__id__": 20 + }, + { + "__id__": 21 } ], "_prefab": null, @@ -741,8 +792,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -762,8 +814,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -785,24 +838,56 @@ }, "_id": "fbS6jWk9tNt5uxi828ayDi" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "78JIJDOBpBE6NFM/K+XXO7" + }, { "__type__": "cc.Node", "_name": "Border-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 21 - }, - { - "__id__": 22 - }, { "__id__": 23 + }, + { + "__id__": 24 + }, + { + "__id__": 25 + }, + { + "__id__": 26 } ], "_prefab": null, @@ -839,8 +924,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -860,8 +946,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -887,8 +974,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -910,10 +998,39 @@ }, "_id": "2etH660n1E1Y3VQ79sN875" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "4ecoB+X0hIsKzl57wz3Gt/" + }, { "__type__": "cc.Node", "_name": "Border-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -921,13 +1038,16 @@ "_active": true, "_components": [ { - "__id__": 25 + "__id__": 28 }, { - "__id__": 26 + "__id__": 29 }, { - "__id__": 27 + "__id__": 30 + }, + { + "__id__": 31 } ], "_prefab": null, @@ -964,8 +1084,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -985,8 +1106,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1044,8 +1166,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1094,37 +1217,66 @@ ], "_id": "caRRVo7wFOoZ8jfQwRuMVw" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f63v+AsABESJzF8qLJmhY3" + }, { "__type__": "cc.Node", "_name": "SlingShots", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 29 + "__id__": 33 }, { - "__id__": 36 + "__id__": 41 }, { - "__id__": 43 + "__id__": 49 }, { - "__id__": 55 + "__id__": 63 }, { - "__id__": 67 + "__id__": 77 }, { - "__id__": 75 + "__id__": 86 } ], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 95 } ], "_prefab": null, @@ -1161,29 +1313,33 @@ "__type__": "cc.Node", "_name": "slingshot", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 30 - }, - { - "__id__": 31 - }, - { - "__id__": 32 - }, - { - "__id__": 33 - }, { "__id__": 34 }, { "__id__": 35 + }, + { + "__id__": 36 + }, + { + "__id__": 37 + }, + { + "__id__": 38 + }, + { + "__id__": 39 + }, + { + "__id__": 40 } ], "_prefab": null, @@ -1220,8 +1376,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1241,8 +1398,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1279,8 +1437,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1333,8 +1492,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1402,16 +1562,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 35 + "__id__": 39 }, "_collider": { - "__id__": 32 + "__id__": 36 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1423,8 +1584,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1441,33 +1603,65 @@ }, "_id": "6atBGIppdN97yS8bfSQwHl" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f1hoQCMNVNYq7D4dwoQFXs" + }, { "__type__": "cc.Node", "_name": "slingshot-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 37 - }, - { - "__id__": 38 - }, - { - "__id__": 39 - }, - { - "__id__": 40 - }, - { - "__id__": 41 - }, { "__id__": 42 + }, + { + "__id__": 43 + }, + { + "__id__": 44 + }, + { + "__id__": 45 + }, + { + "__id__": 46 + }, + { + "__id__": 47 + }, + { + "__id__": 48 } ], "_prefab": null, @@ -1504,8 +1698,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1525,8 +1720,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1563,8 +1759,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1617,8 +1814,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1686,16 +1884,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 42 + "__id__": 47 }, "_collider": { - "__id__": 39 + "__id__": 44 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1707,8 +1906,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1725,31 +1925,60 @@ }, "_id": "e2DzFeMiBJmr3TNLSwAmL4" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 41 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "c4RnWKJcdAKY+oiEZVNijo" + }, { "__type__": "cc.Node", "_name": "slingshot-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 44 + "__id__": 50 }, { - "__id__": 48 + "__id__": 55 } ], "_active": true, "_components": [ { - "__id__": 52 + "__id__": 60 }, { - "__id__": 53 + "__id__": 61 }, { - "__id__": 54 + "__id__": 62 } ], "_prefab": null, @@ -1786,20 +2015,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 45 + "__id__": 51 }, { - "__id__": 46 + "__id__": 52 }, { - "__id__": 47 + "__id__": 53 + }, + { + "__id__": 54 } ], "_prefab": null, @@ -1836,8 +2069,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1857,8 +2091,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1895,8 +2130,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1950,24 +2186,56 @@ ], "_id": "8cF/gwB85JE4c2QsgTu1N0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "15jysZqZBAO42UlVFQ3/4S" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 49 + "__id__": 56 }, { - "__id__": 50 + "__id__": 57 }, { - "__id__": 51 + "__id__": 58 + }, + { + "__id__": 59 } ], "_prefab": null, @@ -2004,8 +2272,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2025,8 +2294,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2063,8 +2333,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2143,12 +2414,41 @@ ], "_id": "39dCOll3BFHqdDF27QyTaa" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "47jXmHVrFLnoS5+OIUyGO+" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2168,16 +2468,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 54 + "__id__": 62 }, "_collider": { - "__id__": 51 + "__id__": 58 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2189,8 +2490,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2211,27 +2513,28 @@ "__type__": "cc.Node", "_name": "slingshot-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 56 + "__id__": 64 }, { - "__id__": 60 + "__id__": 69 } ], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 74 }, { - "__id__": 65 + "__id__": 75 }, { - "__id__": 66 + "__id__": 76 } ], "_prefab": null, @@ -2268,20 +2571,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 57 + "__id__": 65 }, { - "__id__": 58 + "__id__": 66 }, { - "__id__": 59 + "__id__": 67 + }, + { + "__id__": 68 } ], "_prefab": null, @@ -2318,8 +2625,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2339,8 +2647,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2377,8 +2686,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2432,24 +2742,56 @@ ], "_id": "a7/XtRjQRA8pJ0mk6PN1N1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 64 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "9bb4Nsc+lP7aj3qAHrejCh" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 61 + "__id__": 70 }, { - "__id__": 62 + "__id__": 71 }, { - "__id__": 63 + "__id__": 72 + }, + { + "__id__": 73 } ], "_prefab": null, @@ -2486,8 +2828,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2507,8 +2850,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2545,8 +2889,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2625,12 +2970,41 @@ ], "_id": "40PgLLPn9IXq5fEcQ/yfnR" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 69 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "a8IcnPYHJFKoy+yGktGnEg" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2650,16 +3024,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 66 + "__id__": 76 }, "_collider": { - "__id__": 63 + "__id__": 72 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2671,8 +3046,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2693,24 +3069,25 @@ "__type__": "cc.Node", "_name": "slingshot-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 68 + "__id__": 78 } ], "_active": true, "_components": [ { - "__id__": 72 + "__id__": 83 }, { - "__id__": 73 + "__id__": 84 }, { - "__id__": 74 + "__id__": 85 } ], "_prefab": null, @@ -2747,20 +3124,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 67 + "__id__": 77 }, "_children": [], "_active": true, "_components": [ { - "__id__": 69 + "__id__": 79 }, { - "__id__": 70 + "__id__": 80 }, { - "__id__": 71 + "__id__": 81 + }, + { + "__id__": 82 } ], "_prefab": null, @@ -2797,8 +3178,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2818,8 +3200,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2856,8 +3239,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2936,12 +3320,41 @@ ], "_id": "83megbRypDwZRIIAv1jEp1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 78 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e830yS0KZP579eOh59P4fz" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -2961,16 +3374,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 74 + "__id__": 85 }, "_collider": { - "__id__": 71 + "__id__": 81 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2982,8 +3396,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -3004,24 +3419,25 @@ "__type__": "cc.Node", "_name": "slingshot-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 76 + "__id__": 87 } ], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 92 }, { - "__id__": 81 + "__id__": 93 }, { - "__id__": 82 + "__id__": 94 } ], "_prefab": null, @@ -3058,20 +3474,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 75 + "__id__": 86 }, "_children": [], "_active": true, "_components": [ { - "__id__": 77 + "__id__": 88 }, { - "__id__": 78 + "__id__": 89 }, { - "__id__": 79 + "__id__": 90 + }, + { + "__id__": 91 } ], "_prefab": null, @@ -3108,8 +3528,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3129,8 +3550,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3167,8 +3589,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3247,12 +3670,41 @@ ], "_id": "9dEj9rp2xErIulv5mq+A3J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "0dfo18FcROHoi11Vo+COwQ" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3272,16 +3724,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 82 + "__id__": 94 }, "_collider": { - "__id__": 79 + "__id__": 90 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -3293,8 +3746,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3315,8 +3769,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 28 + "__id__": 32 }, "_enabled": true, "__prefab": null, @@ -3336,33 +3791,34 @@ "__type__": "cc.Node", "_name": "Walls", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ - { - "__id__": 85 - }, - { - "__id__": 89 - }, - { - "__id__": 93 - }, { "__id__": 97 }, { - "__id__": 101 + "__id__": 102 }, { - "__id__": 105 + "__id__": 107 + }, + { + "__id__": 112 + }, + { + "__id__": 117 + }, + { + "__id__": 122 } ], "_active": true, "_components": [ { - "__id__": 109 + "__id__": 127 } ], "_prefab": null, @@ -3399,20 +3855,24 @@ "__type__": "cc.Node", "_name": "Wall_L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 98 }, { - "__id__": 87 + "__id__": 99 }, { - "__id__": 88 + "__id__": 100 + }, + { + "__id__": 101 } ], "_prefab": null, @@ -3449,8 +3909,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3470,8 +3931,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3508,8 +3970,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3623,24 +4086,56 @@ ], "_id": "achMjUm/ZLvL0gyL2qN8+C" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "0eeC2VlDpKq4Aho9iz4VJf" + }, { "__type__": "cc.Node", "_name": "Wall_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 103 }, { - "__id__": 91 + "__id__": 104 }, { - "__id__": 92 + "__id__": 105 + }, + { + "__id__": 106 } ], "_prefab": null, @@ -3677,8 +4172,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3698,8 +4194,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3736,8 +4233,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3851,24 +4349,56 @@ ], "_id": "4au0ZXrWVMdaFx6L3WMRAH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 102 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "62fX5yl6BIVpX8bwRv2V+p" + }, { "__type__": "cc.Node", "_name": "Wall_1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 94 + "__id__": 108 }, { - "__id__": 95 + "__id__": 109 }, { - "__id__": 96 + "__id__": 110 + }, + { + "__id__": 111 } ], "_prefab": null, @@ -3905,8 +4435,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3926,8 +4457,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3964,8 +4496,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -4009,24 +4542,56 @@ ], "_id": "1fTJ4Zs0VFSakrsk2AnpSX" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "15qyr0M4xHt7mThHrtsh4A" + }, { "__type__": "cc.Node", "_name": "Wall_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 113 }, { - "__id__": 99 + "__id__": 114 }, { - "__id__": 100 + "__id__": 115 + }, + { + "__id__": 116 } ], "_prefab": null, @@ -4063,8 +4628,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4084,8 +4650,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4122,8 +4689,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4167,24 +4735,56 @@ ], "_id": "c7h5MEbZtGBJbEyjQ7q32J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 112 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "3cxq5nlWRHF7YSHfbmS8KD" + }, { "__type__": "cc.Node", "_name": "Wall_3", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 118 }, { - "__id__": 103 + "__id__": 119 }, { - "__id__": 104 + "__id__": 120 + }, + { + "__id__": 121 } ], "_prefab": null, @@ -4221,8 +4821,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4242,8 +4843,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4280,8 +4882,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4335,24 +4938,56 @@ ], "_id": "b092gHbkNDGpzaAyoiZ+aH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 117 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "afG3/PXxZKVIzaZpky9cPs" + }, { "__type__": "cc.Node", "_name": "Wall_4", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 123 }, { - "__id__": 107 + "__id__": 124 }, { - "__id__": 108 + "__id__": 125 + }, + { + "__id__": 126 } ], "_prefab": null, @@ -4389,8 +5024,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4410,8 +5046,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4448,8 +5085,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4503,12 +5141,41 @@ ], "_id": "0712uaPvxFRoKdz6iZOUvH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "adQgx/EFJIb6evKVfETmUq" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 96 }, "_enabled": true, "__prefab": null, @@ -4534,19 +5201,19 @@ }, "_children": [ { - "__id__": 111 + "__id__": 129 }, { - "__id__": 114 + "__id__": 132 }, { - "__id__": 541 + "__id__": 559 }, { - "__id__": 606 + "__id__": 624 }, { - "__id__": 611 + "__id__": 629 } ], "_active": true, @@ -4585,17 +5252,18 @@ "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 110 + "__id__": 128 }, "_children": [], "_active": true, "_components": [ { - "__id__": 112 + "__id__": 130 }, { - "__id__": 113 + "__id__": 131 } ], "_prefab": null, @@ -4632,8 +5300,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 111 + "__id__": 129 }, "_enabled": true, "__prefab": null, @@ -4653,8 +5322,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 111 + "__id__": 129 }, "_enabled": true, "__prefab": null, @@ -4691,30 +5361,31 @@ "__type__": "cc.Node", "_name": "Combo bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 110 + "__id__": 128 }, "_children": [ { - "__id__": 115 + "__id__": 133 }, { - "__id__": 118 + "__id__": 136 }, { - "__id__": 121 + "__id__": 139 } ], "_active": true, "_components": [ { - "__id__": 124 + "__id__": 142 }, { - "__id__": 125 + "__id__": 143 }, { - "__id__": 535 + "__id__": 553 } ], "_prefab": null, @@ -4751,17 +5422,18 @@ "__type__": "cc.Node", "_name": "combo_bar_base", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 114 + "__id__": 132 }, "_children": [], "_active": true, "_components": [ { - "__id__": 116 + "__id__": 134 }, { - "__id__": 117 + "__id__": 135 } ], "_prefab": null, @@ -4798,8 +5470,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 133 }, "_enabled": true, "__prefab": null, @@ -4819,8 +5492,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 133 }, "_enabled": true, "__prefab": null, @@ -4857,17 +5531,18 @@ "__type__": "cc.Node", "_name": "combo_bar_color", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 114 + "__id__": 132 }, "_children": [], "_active": true, "_components": [ { - "__id__": 119 + "__id__": 137 }, { - "__id__": 120 + "__id__": 138 } ], "_prefab": null, @@ -4904,8 +5579,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4925,8 +5601,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4963,17 +5640,18 @@ "__type__": "cc.Node", "_name": "combo_bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 114 + "__id__": 132 }, "_children": [], "_active": true, "_components": [ { - "__id__": 122 + "__id__": 140 }, { - "__id__": 123 + "__id__": 141 } ], "_prefab": null, @@ -5010,8 +5688,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5031,8 +5710,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5069,8 +5749,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -5090,17 +5771,18 @@ "__type__": "671bfEgTTVFgLo1v+x/wd06", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, "_fillBar": { - "__id__": 120 + "__id__": 138 }, "_maxValue": 1000, "_scoreUI": { - "__id__": 126 + "__id__": 144 }, "_starFxObjectPrefab": { "__uuid__": "5715b5f5-9298-4126-99e6-a2862ad786c6", @@ -5120,7 +5802,7 @@ "_minAngle": 10, "_maxAngle": 170, "_soundFx": { - "__id__": 535 + "__id__": 553 }, "_goalSound": { "__uuid__": "4ce9d2c6-98c5-4d05-94af-70193bb795fe", @@ -5136,19 +5818,19 @@ }, "_rewards": [ { - "__id__": 536 + "__id__": 554 }, { - "__id__": 537 + "__id__": 555 }, { - "__id__": 538 + "__id__": 556 }, { - "__id__": 539 + "__id__": 557 }, { - "__id__": 540 + "__id__": 558 } ], "_id": "e5qVdeXFZOu6/MatkdDEG6" @@ -5157,17 +5839,18 @@ "__type__": "cc.Node", "_name": "Star", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 127 + "__id__": 145 }, "_children": [], "_active": true, "_components": [ { - "__id__": 533 + "__id__": 551 }, { - "__id__": 534 + "__id__": 552 } ], "_prefab": null, @@ -5204,30 +5887,31 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 128 + "__id__": 146 }, "_children": [ { - "__id__": 126 + "__id__": 144 }, { - "__id__": 468 + "__id__": 486 } ], "_active": true, "_components": [ { - "__id__": 529 + "__id__": 547 }, { - "__id__": 530 + "__id__": 548 }, { - "__id__": 531 + "__id__": 549 }, { - "__id__": 532 + "__id__": 550 } ], "_prefab": null, @@ -5264,30 +5948,31 @@ "__type__": "cc.Node", "_name": "Avatar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 129 + "__id__": 147 }, "_children": [ { - "__id__": 518 + "__id__": 536 }, { - "__id__": 522 + "__id__": 540 }, { - "__id__": 127 + "__id__": 145 } ], "_active": true, "_components": [ { - "__id__": 526 + "__id__": 544 }, { - "__id__": 527 + "__id__": 545 }, { - "__id__": 528 + "__id__": 546 } ], "_prefab": null, @@ -5324,30 +6009,31 @@ "__type__": "cc.Node", "_name": "Header", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [ { - "__id__": 128 + "__id__": 146 }, { - "__id__": 481 + "__id__": 499 }, { - "__id__": 472 + "__id__": 490 }, { - "__id__": 503 + "__id__": 521 } ], "_active": true, "_components": [ { - "__id__": 516 + "__id__": 534 }, { - "__id__": 517 + "__id__": 535 } ], "_prefab": null, @@ -5384,30 +6070,31 @@ "__type__": "cc.Node", "_name": "UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [ { - "__id__": 352 + "__id__": 370 }, { - "__id__": 129 + "__id__": 147 }, { - "__id__": 434 + "__id__": 452 } ], "_active": true, "_components": [ { - "__id__": 464 + "__id__": 482 }, { - "__id__": 465 + "__id__": 483 }, { - "__id__": 466 + "__id__": 484 } ], "_prefab": null, @@ -5444,30 +6131,31 @@ "__type__": "cc.Node", "_name": "Canvas-UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ { - "__id__": 132 + "__id__": 150 }, { - "__id__": 205 + "__id__": 223 }, { - "__id__": 130 + "__id__": 148 } ], "_active": true, "_components": [ { - "__id__": 349 + "__id__": 367 }, { - "__id__": 350 + "__id__": 368 }, { - "__id__": 351 + "__id__": 369 } ], "_prefab": null, @@ -5504,17 +6192,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 131 + "__id__": 149 }, "_prefab": { - "__id__": 133 + "__id__": 151 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 132 + "__id__": 150 }, "asset": { "__uuid__": "16d939a6-cfd3-42e7-b8bd-a4c0ac077818", @@ -5522,7 +6210,7 @@ }, "fileId": "6av8/5OwBNyKC0Qvz1B+z3", "instance": { - "__id__": 134 + "__id__": 152 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5535,25 +6223,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 135 + "__id__": 153 }, { - "__id__": 137 + "__id__": 155 }, { - "__id__": 138 + "__id__": 156 }, { - "__id__": 139 + "__id__": 157 }, { - "__id__": 140 + "__id__": 158 }, { - "__id__": 142 + "__id__": 160 }, { - "__id__": 203 + "__id__": 221 } ], "removedComponents": [] @@ -5561,7 +6249,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 136 + "__id__": 154 }, "propertyPath": [ "_name" @@ -5577,7 +6265,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 136 + "__id__": 154 }, "propertyPath": [ "_lpos" @@ -5592,7 +6280,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 136 + "__id__": 154 }, "propertyPath": [ "_lrot" @@ -5608,7 +6296,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 136 + "__id__": 154 }, "propertyPath": [ "_euler" @@ -5623,7 +6311,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 141 + "__id__": 159 }, "propertyPath": [ "playOnAwake" @@ -5639,24 +6327,25 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 141 + "__id__": 159 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "value": { - "__id__": 143 + "__id__": 161 } }, { "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": null, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 162 }, "_materials": [ { @@ -5667,56 +6356,56 @@ ], "_visFlags": 0, "startColor": { - "__id__": 145 + "__id__": 163 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 146 + "__id__": 164 }, "startSize": { - "__id__": 146 + "__id__": 164 }, "startSizeY": { - "__id__": 147 + "__id__": 165 }, "startSizeZ": { - "__id__": 148 + "__id__": 166 }, "startSpeed": { - "__id__": 149 + "__id__": 167 }, "startRotation3D": false, "startRotationX": { - "__id__": 150 + "__id__": 168 }, "startRotationY": { - "__id__": 151 + "__id__": 169 }, "startRotationZ": { - "__id__": 152 + "__id__": 170 }, "startRotation": { - "__id__": 152 + "__id__": 170 }, "startDelay": { - "__id__": 153 + "__id__": 171 }, "startLifetime": { - "__id__": 154 + "__id__": 172 }, "duration": 1, "loop": true, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 155 + "__id__": 173 }, "rateOverTime": { - "__id__": 156 + "__id__": 174 }, "rateOverDistance": { - "__id__": 157 + "__id__": 175 }, "bursts": [], "_renderCulling": false, @@ -5727,37 +6416,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 158 + "__id__": 176 }, "_shapeModule": { - "__id__": 165 + "__id__": 183 }, "_sizeOvertimeModule": { - "__id__": 167 + "__id__": 185 }, "_velocityOvertimeModule": { - "__id__": 173 - }, - "_forceOvertimeModule": { - "__id__": 178 - }, - "_limitVelocityOvertimeModule": { - "__id__": 182 - }, - "_rotationOvertimeModule": { - "__id__": 187 - }, - "_textureAnimationModule": { "__id__": 191 }, + "_forceOvertimeModule": { + "__id__": 196 + }, + "_limitVelocityOvertimeModule": { + "__id__": 200 + }, + "_rotationOvertimeModule": { + "__id__": 205 + }, + "_textureAnimationModule": { + "__id__": 209 + }, "_noiseModule": { - "__id__": 194 + "__id__": 212 }, "_trailModule": { - "__id__": 195 + "__id__": 213 }, "renderer": { - "__id__": 202 + "__id__": 220 }, "_prewarm": false, "_capacity": 100, @@ -5858,32 +6547,32 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 159 + "__id__": 177 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 160 + "__id__": 178 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 161 + "__id__": 179 }, { - "__id__": 162 + "__id__": 180 } ], "alphaKeys": [ { - "__id__": 163 + "__id__": 181 }, { - "__id__": 164 + "__id__": 182 } ], "mode": 0 @@ -5935,7 +6624,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 166 + "__id__": 184 }, "length": 5, "boxThickness": { @@ -5976,23 +6665,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 168 + "__id__": 186 }, "x": { - "__id__": 170 + "__id__": 188 }, "y": { - "__id__": 171 + "__id__": 189 }, "z": { - "__id__": 172 + "__id__": 190 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 169 + "__id__": 187 }, "multiplier": 1 }, @@ -6066,16 +6755,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 174 + "__id__": 192 }, "y": { - "__id__": 175 + "__id__": 193 }, "z": { - "__id__": 176 + "__id__": 194 }, "speedModifier": { - "__id__": 177 + "__id__": 195 }, "space": 1 }, @@ -6107,13 +6796,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 179 + "__id__": 197 }, "y": { - "__id__": 180 + "__id__": 198 }, "z": { - "__id__": 181 + "__id__": 199 }, "space": 1 }, @@ -6139,16 +6828,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 183 + "__id__": 201 }, "limitY": { - "__id__": 184 + "__id__": 202 }, "limitZ": { - "__id__": 185 + "__id__": 203 }, "limit": { - "__id__": 186 + "__id__": 204 }, "dampen": 3, "separateAxes": false, @@ -6183,13 +6872,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 188 + "__id__": 206 }, "y": { - "__id__": 189 + "__id__": 207 }, "z": { - "__id__": 190 + "__id__": 208 } }, { @@ -6221,10 +6910,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 192 + "__id__": 210 }, "startFrame": { - "__id__": 193 + "__id__": 211 }, "cycleCount": 1, "_flipU": 0, @@ -6268,25 +6957,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 196 + "__id__": 214 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": false, "widthRatio": { - "__id__": 197 + "__id__": 215 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 198 + "__id__": 216 }, "colorOvertime": { - "__id__": 199 + "__id__": 217 }, "_space": 0, "_particleSystem": { - "__id__": 143 + "__id__": 161 } }, { @@ -6317,7 +7006,7 @@ "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 200 + "__id__": 218 } }, { @@ -6325,7 +7014,7 @@ "colorKeys": [], "alphaKeys": [ { - "__id__": 201 + "__id__": 219 } ], "mode": 0 @@ -6356,7 +7045,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 204 + "__id__": 222 }, "propertyPath": [ "playOnAwake" @@ -6373,30 +7062,31 @@ "__type__": "cc.Node", "_name": "Control", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [ { - "__id__": 206 + "__id__": 224 }, { - "__id__": 209 + "__id__": 227 }, { - "__id__": 212 + "__id__": 230 } ], "_active": false, "_components": [ { - "__id__": 346 + "__id__": 364 }, { - "__id__": 347 + "__id__": 365 }, { - "__id__": 348 + "__id__": 366 } ], "_prefab": null, @@ -6433,17 +7123,18 @@ "__type__": "cc.Node", "_name": "Left", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 205 + "__id__": 223 }, "_children": [], "_active": true, "_components": [ { - "__id__": 207 + "__id__": 225 }, { - "__id__": 208 + "__id__": 226 } ], "_prefab": null, @@ -6480,8 +7171,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 224 }, "_enabled": true, "__prefab": null, @@ -6501,8 +7193,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 224 }, "_enabled": true, "__prefab": null, @@ -6530,17 +7223,18 @@ "__type__": "cc.Node", "_name": "Right", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 205 + "__id__": 223 }, "_children": [], "_active": true, "_components": [ { - "__id__": 210 + "__id__": 228 }, { - "__id__": 211 + "__id__": 229 } ], "_prefab": null, @@ -6577,8 +7271,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 227 }, "_enabled": true, "__prefab": null, @@ -6598,8 +7293,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 227 }, "_enabled": true, "__prefab": null, @@ -6627,27 +7323,28 @@ "__type__": "cc.Node", "_name": "Tutorial", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 205 + "__id__": 223 }, "_children": [ { - "__id__": 213 + "__id__": 231 }, { - "__id__": 275 + "__id__": 293 }, { - "__id__": 337 + "__id__": 355 }, { - "__id__": 341 + "__id__": 359 } ], "_active": true, "_components": [ { - "__id__": 345 + "__id__": 363 } ], "_prefab": null, @@ -6684,20 +7381,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 212 + "__id__": 230 }, "_children": [], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 232 }, { - "__id__": 273 + "__id__": 291 }, { - "__id__": 274 + "__id__": 292 } ], "_prefab": null, @@ -6734,8 +7432,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 231 }, "_enabled": true, "__prefab": null, @@ -6747,60 +7446,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 215 + "__id__": 233 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 216 + "__id__": 234 }, "startSize": { - "__id__": 216 + "__id__": 234 }, "startSizeY": { - "__id__": 217 + "__id__": 235 }, "startSizeZ": { - "__id__": 218 + "__id__": 236 }, "startSpeed": { - "__id__": 219 + "__id__": 237 }, "startRotation3D": false, "startRotationX": { - "__id__": 220 + "__id__": 238 }, "startRotationY": { - "__id__": 221 + "__id__": 239 }, "startRotationZ": { - "__id__": 222 + "__id__": 240 }, "startRotation": { - "__id__": 222 + "__id__": 240 }, "startDelay": { - "__id__": 223 + "__id__": 241 }, "startLifetime": { - "__id__": 224 + "__id__": 242 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 225 + "__id__": 243 }, "rateOverTime": { - "__id__": 226 + "__id__": 244 }, "rateOverDistance": { - "__id__": 227 + "__id__": 245 }, "bursts": [ { - "__id__": 228 + "__id__": 246 } ], "_renderCulling": false, @@ -6811,37 +7510,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 230 + "__id__": 248 }, "_shapeModule": { - "__id__": 236 + "__id__": 254 }, "_sizeOvertimeModule": { - "__id__": 238 + "__id__": 256 }, "_velocityOvertimeModule": { - "__id__": 244 - }, - "_forceOvertimeModule": { - "__id__": 249 - }, - "_limitVelocityOvertimeModule": { - "__id__": 253 - }, - "_rotationOvertimeModule": { - "__id__": 258 - }, - "_textureAnimationModule": { "__id__": 262 }, - "_noiseModule": { - "__id__": 266 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 267 }, + "_limitVelocityOvertimeModule": { + "__id__": 271 + }, + "_rotationOvertimeModule": { + "__id__": 276 + }, + "_textureAnimationModule": { + "__id__": 280 + }, + "_noiseModule": { + "__id__": 284 + }, + "_trailModule": { + "__id__": 285 + }, "renderer": { - "__id__": 272 + "__id__": 290 }, "_prewarm": false, "_capacity": 100, @@ -6937,7 +7636,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 229 + "__id__": 247 } }, { @@ -6950,29 +7649,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 231 + "__id__": 249 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 232 + "__id__": 250 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 233 + "__id__": 251 } ], "alphaKeys": [ { - "__id__": 234 + "__id__": 252 }, { - "__id__": 235 + "__id__": 253 } ], "mode": 0 @@ -7013,7 +7712,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 237 + "__id__": 255 }, "length": 5, "boxThickness": { @@ -7054,23 +7753,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 239 + "__id__": 257 }, "x": { - "__id__": 241 + "__id__": 259 }, "y": { - "__id__": 242 + "__id__": 260 }, "z": { - "__id__": 243 + "__id__": 261 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 240 + "__id__": 258 }, "multiplier": 1 }, @@ -7144,16 +7843,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 245 + "__id__": 263 }, "y": { - "__id__": 246 + "__id__": 264 }, "z": { - "__id__": 247 + "__id__": 265 }, "speedModifier": { - "__id__": 248 + "__id__": 266 }, "space": 1 }, @@ -7185,13 +7884,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 250 + "__id__": 268 }, "y": { - "__id__": 251 + "__id__": 269 }, "z": { - "__id__": 252 + "__id__": 270 }, "space": 1 }, @@ -7217,16 +7916,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 254 + "__id__": 272 }, "limitY": { - "__id__": 255 + "__id__": 273 }, "limitZ": { - "__id__": 256 + "__id__": 274 }, "limit": { - "__id__": 257 + "__id__": 275 }, "dampen": 3, "separateAxes": false, @@ -7261,13 +7960,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 259 + "__id__": 277 }, "y": { - "__id__": 260 + "__id__": 278 }, "z": { - "__id__": 261 + "__id__": 279 } }, { @@ -7298,10 +7997,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 263 + "__id__": 281 }, "startFrame": { - "__id__": 265 + "__id__": 283 }, "cycleCount": 0, "_flipU": 0, @@ -7314,7 +8013,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 264 + "__id__": 282 }, "multiplier": 1 }, @@ -7381,25 +8080,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 268 + "__id__": 286 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 269 + "__id__": 287 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 270 + "__id__": 288 }, "colorOvertime": { - "__id__": 271 + "__id__": 289 }, "_space": 0, "_particleSystem": { - "__id__": 214 + "__id__": 232 } }, { @@ -7458,8 +8157,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 231 }, "_enabled": true, "__prefab": null, @@ -7469,8 +8169,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 231 }, "_enabled": true, "__prefab": null, @@ -7490,20 +8191,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 212 + "__id__": 230 }, "_children": [], "_active": true, "_components": [ { - "__id__": 276 + "__id__": 294 }, { - "__id__": 335 + "__id__": 353 }, { - "__id__": 336 + "__id__": 354 } ], "_prefab": null, @@ -7540,8 +8242,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 293 }, "_enabled": true, "__prefab": null, @@ -7553,60 +8256,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 277 + "__id__": 295 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 278 + "__id__": 296 }, "startSize": { - "__id__": 278 + "__id__": 296 }, "startSizeY": { - "__id__": 279 + "__id__": 297 }, "startSizeZ": { - "__id__": 280 + "__id__": 298 }, "startSpeed": { - "__id__": 281 + "__id__": 299 }, "startRotation3D": false, "startRotationX": { - "__id__": 282 + "__id__": 300 }, "startRotationY": { - "__id__": 283 + "__id__": 301 }, "startRotationZ": { - "__id__": 284 + "__id__": 302 }, "startRotation": { - "__id__": 284 + "__id__": 302 }, "startDelay": { - "__id__": 285 + "__id__": 303 }, "startLifetime": { - "__id__": 286 + "__id__": 304 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 287 + "__id__": 305 }, "rateOverTime": { - "__id__": 288 + "__id__": 306 }, "rateOverDistance": { - "__id__": 289 + "__id__": 307 }, "bursts": [ { - "__id__": 290 + "__id__": 308 } ], "_renderCulling": false, @@ -7617,37 +8320,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 292 + "__id__": 310 }, "_shapeModule": { - "__id__": 298 + "__id__": 316 }, "_sizeOvertimeModule": { - "__id__": 300 + "__id__": 318 }, "_velocityOvertimeModule": { - "__id__": 306 - }, - "_forceOvertimeModule": { - "__id__": 311 - }, - "_limitVelocityOvertimeModule": { - "__id__": 315 - }, - "_rotationOvertimeModule": { - "__id__": 320 - }, - "_textureAnimationModule": { "__id__": 324 }, - "_noiseModule": { - "__id__": 328 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 329 }, + "_limitVelocityOvertimeModule": { + "__id__": 333 + }, + "_rotationOvertimeModule": { + "__id__": 338 + }, + "_textureAnimationModule": { + "__id__": 342 + }, + "_noiseModule": { + "__id__": 346 + }, + "_trailModule": { + "__id__": 347 + }, "renderer": { - "__id__": 334 + "__id__": 352 }, "_prewarm": false, "_capacity": 100, @@ -7743,7 +8446,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 291 + "__id__": 309 } }, { @@ -7756,29 +8459,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 293 + "__id__": 311 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 294 + "__id__": 312 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 295 + "__id__": 313 } ], "alphaKeys": [ { - "__id__": 296 + "__id__": 314 }, { - "__id__": 297 + "__id__": 315 } ], "mode": 0 @@ -7819,7 +8522,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 299 + "__id__": 317 }, "length": 5, "boxThickness": { @@ -7860,23 +8563,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 301 + "__id__": 319 }, "x": { - "__id__": 303 + "__id__": 321 }, "y": { - "__id__": 304 + "__id__": 322 }, "z": { - "__id__": 305 + "__id__": 323 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 302 + "__id__": 320 }, "multiplier": 1 }, @@ -7950,16 +8653,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 307 + "__id__": 325 }, "y": { - "__id__": 308 + "__id__": 326 }, "z": { - "__id__": 309 + "__id__": 327 }, "speedModifier": { - "__id__": 310 + "__id__": 328 }, "space": 1 }, @@ -7991,13 +8694,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 312 + "__id__": 330 }, "y": { - "__id__": 313 + "__id__": 331 }, "z": { - "__id__": 314 + "__id__": 332 }, "space": 1 }, @@ -8023,16 +8726,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 316 + "__id__": 334 }, "limitY": { - "__id__": 317 + "__id__": 335 }, "limitZ": { - "__id__": 318 + "__id__": 336 }, "limit": { - "__id__": 319 + "__id__": 337 }, "dampen": 3, "separateAxes": false, @@ -8067,13 +8770,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 321 + "__id__": 339 }, "y": { - "__id__": 322 + "__id__": 340 }, "z": { - "__id__": 323 + "__id__": 341 } }, { @@ -8104,10 +8807,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 325 + "__id__": 343 }, "startFrame": { - "__id__": 327 + "__id__": 345 }, "cycleCount": 0, "_flipU": 0, @@ -8120,7 +8823,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 326 + "__id__": 344 }, "multiplier": 1 }, @@ -8187,25 +8890,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 330 + "__id__": 348 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 331 + "__id__": 349 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 332 + "__id__": 350 }, "colorOvertime": { - "__id__": 333 + "__id__": 351 }, "_space": 0, "_particleSystem": { - "__id__": 276 + "__id__": 294 } }, { @@ -8264,8 +8967,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 293 }, "_enabled": true, "__prefab": null, @@ -8275,8 +8979,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 293 }, "_enabled": true, "__prefab": null, @@ -8296,20 +9001,21 @@ "__type__": "cc.Node", "_name": "tap-L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 212 + "__id__": 230 }, "_children": [], "_active": true, "_components": [ { - "__id__": 338 + "__id__": 356 }, { - "__id__": 339 + "__id__": 357 }, { - "__id__": 340 + "__id__": 358 } ], "_prefab": null, @@ -8346,8 +9052,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 337 + "__id__": 355 }, "_enabled": true, "__prefab": null, @@ -8367,8 +9074,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 337 + "__id__": 355 }, "_enabled": true, "__prefab": null, @@ -8405,8 +9113,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 337 + "__id__": 355 }, "_enabled": true, "__prefab": null, @@ -8434,20 +9143,21 @@ "__type__": "cc.Node", "_name": "tap_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 212 + "__id__": 230 }, "_children": [], "_active": true, "_components": [ { - "__id__": 342 + "__id__": 360 }, { - "__id__": 343 + "__id__": 361 }, { - "__id__": 344 + "__id__": 362 } ], "_prefab": null, @@ -8484,8 +9194,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8505,8 +9216,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8543,8 +9255,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8572,8 +9285,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 212 + "__id__": 230 }, "_enabled": true, "__prefab": null, @@ -8593,8 +9307,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 205 + "__id__": 223 }, "_enabled": true, "__prefab": null, @@ -8614,16 +9329,17 @@ "__type__": "ae76dAs77NBYYKBvdVg8Tfa", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 205 + "__id__": 223 }, "_enabled": true, "__prefab": null, "_left": { - "__id__": 206 + "__id__": 224 }, "_right": { - "__id__": 209 + "__id__": 227 }, "_id": "8ewMLfwFpP/YdmYCM/ZKig" }, @@ -8631,22 +9347,23 @@ "__type__": "58a5aCWE8VEqJK+0wznWL24", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 205 + "__id__": 223 }, "_enabled": true, "__prefab": null, "_tapL": { - "__id__": 337 + "__id__": 355 }, "_tapR": { - "__id__": 341 + "__id__": 359 }, "_tapLEffect": { - "__id__": 214 + "__id__": 232 }, "_tapREffect": { - "__id__": 276 + "__id__": 294 }, "_id": "a2VeBOPQdNIJ03wdHnez8a" }, @@ -8654,8 +9371,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -8675,8 +9393,9 @@ "__type__": "cc.Canvas", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -8690,8 +9409,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -8719,27 +9439,28 @@ "__type__": "cc.Node", "_name": "OverPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [ { - "__id__": 353 + "__id__": 371 }, { - "__id__": 356 + "__id__": 374 } ], "_active": false, "_components": [ { - "__id__": 427 + "__id__": 445 }, { - "__id__": 428 + "__id__": 446 }, { - "__id__": 429 + "__id__": 447 } ], "_prefab": null, @@ -8776,17 +9497,18 @@ "__type__": "cc.Node", "_name": "BG", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 352 + "__id__": 370 }, "_children": [], "_active": true, "_components": [ { - "__id__": 354 + "__id__": 372 }, { - "__id__": 355 + "__id__": 373 } ], "_prefab": null, @@ -8823,8 +9545,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 353 + "__id__": 371 }, "_enabled": true, "__prefab": null, @@ -8844,8 +9567,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 353 + "__id__": 371 }, "_enabled": true, "__prefab": null, @@ -8882,30 +9606,31 @@ "__type__": "cc.Node", "_name": "Leader_Board", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 352 + "__id__": 370 }, "_children": [ { - "__id__": 357 + "__id__": 375 }, { - "__id__": 361 + "__id__": 379 }, { - "__id__": 405 + "__id__": 423 }, { - "__id__": 417 + "__id__": 435 } ], "_active": true, "_components": [ { - "__id__": 425 + "__id__": 443 }, { - "__id__": 426 + "__id__": 444 } ], "_prefab": null, @@ -8942,20 +9667,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [], "_active": false, "_components": [ { - "__id__": 358 + "__id__": 376 }, { - "__id__": 359 + "__id__": 377 }, { - "__id__": 360 + "__id__": 378 } ], "_prefab": null, @@ -8992,8 +9718,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -9013,8 +9740,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -9048,14 +9776,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f84cfxlbRAEINXe5uu1h8C" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -9083,27 +9835,28 @@ "__type__": "cc.Node", "_name": "ScrollView", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [ { - "__id__": 362 + "__id__": 380 } ], "_active": true, "_components": [ { - "__id__": 401 + "__id__": 419 }, { - "__id__": 402 + "__id__": 420 }, { - "__id__": 403 + "__id__": 421 }, { - "__id__": 404 + "__id__": 422 } ], "_prefab": null, @@ -9140,27 +9893,28 @@ "__type__": "cc.Node", "_name": "view", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 361 + "__id__": 379 }, "_children": [ { - "__id__": 363 + "__id__": 381 } ], "_active": true, "_components": [ { - "__id__": 397 + "__id__": 415 }, { - "__id__": 398 + "__id__": 416 }, { - "__id__": 399 + "__id__": 417 }, { - "__id__": 400 + "__id__": 418 } ], "_prefab": null, @@ -9197,24 +9951,25 @@ "__type__": "cc.Node", "_name": "content", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 362 + "__id__": 380 }, "_children": [ { - "__id__": 364 + "__id__": 382 }, { - "__id__": 372 + "__id__": 390 } ], "_active": true, "_components": [ { - "__id__": 395 + "__id__": 413 }, { - "__id__": 396 + "__id__": 414 } ], "_prefab": null, @@ -9251,17 +10006,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 363 + "__id__": 381 }, "_prefab": { - "__id__": 365 + "__id__": 383 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 364 + "__id__": 382 }, "asset": { "__uuid__": "44541b9d-0cbe-4e00-8819-64b15d93dea7", @@ -9269,7 +10024,7 @@ }, "fileId": "f9uSHaj7BMlIwLhcEY9s8R", "instance": { - "__id__": 366 + "__id__": 384 }, "targetOverrides": null }, @@ -9281,16 +10036,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 367 + "__id__": 385 }, { - "__id__": 369 + "__id__": 387 }, { - "__id__": 370 + "__id__": 388 }, { - "__id__": 371 + "__id__": 389 } ], "removedComponents": [] @@ -9298,7 +10053,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 368 + "__id__": 386 }, "propertyPath": [ "_name" @@ -9314,7 +10069,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 368 + "__id__": 386 }, "propertyPath": [ "_lpos" @@ -9329,7 +10084,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 368 + "__id__": 386 }, "propertyPath": [ "_lrot" @@ -9345,7 +10100,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 368 + "__id__": 386 }, "propertyPath": [ "_euler" @@ -9363,29 +10118,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 363 + "__id__": 381 }, "_children": [ { - "__id__": 373 + "__id__": 391 }, { - "__id__": 384 + "__id__": 402 }, { - "__id__": 388 + "__id__": 406 } ], "_active": true, "_components": [ { - "__id__": 392 + "__id__": 410 }, { - "__id__": 393 + "__id__": 411 }, { - "__id__": 394 + "__id__": 412 } ], "_prefab": null, @@ -9422,24 +10177,25 @@ "__type__": "cc.Node", "_name": "top", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 372 + "__id__": 390 }, "_children": [ { - "__id__": 374 + "__id__": 392 }, { - "__id__": 377 + "__id__": 395 } ], "_active": false, "_components": [ { - "__id__": 382 + "__id__": 400 }, { - "__id__": 383 + "__id__": 401 } ], "_prefab": null, @@ -9476,17 +10232,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 373 + "__id__": 391 }, "_children": [], "_active": true, "_components": [ { - "__id__": 375 + "__id__": 393 }, { - "__id__": 376 + "__id__": 394 } ], "_prefab": null, @@ -9523,8 +10280,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 374 + "__id__": 392 }, "_enabled": true, "__prefab": null, @@ -9544,8 +10302,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 374 + "__id__": 392 }, "_enabled": true, "__prefab": null, @@ -9582,23 +10341,24 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 373 + "__id__": 391 }, "_children": [], "_active": true, "_components": [ { - "__id__": 378 + "__id__": 396 }, { - "__id__": 379 + "__id__": 397 }, { - "__id__": 380 + "__id__": 398 }, { - "__id__": 381 + "__id__": 399 } ], "_prefab": null, @@ -9635,8 +10395,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9656,8 +10417,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9691,23 +10453,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "aaenWCd65LMJXVpGA3WMeH", "_enableOutline": true, - "_outlineWidth": 4, "_outlineColor": { "__type__": "cc.Color", "r": 96, "g": 96, "b": 96, "a": 255 - } + }, + "_outlineWidth": 4, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "aaenWCd65LMJXVpGA3WMeH" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9735,8 +10512,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9746,8 +10524,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 373 + "__id__": 391 }, "_enabled": true, "__prefab": null, @@ -9767,8 +10546,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 373 + "__id__": 391 }, "_enabled": true, "__prefab": null, @@ -9798,19 +10578,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 372 + "__id__": 390 }, "_children": [], "_active": true, "_components": [ { - "__id__": 385 + "__id__": 403 }, { - "__id__": 386 + "__id__": 404 }, { - "__id__": 387 + "__id__": 405 } ], "_prefab": null, @@ -9847,8 +10627,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 384 + "__id__": 402 }, "_enabled": true, "__prefab": null, @@ -9868,8 +10649,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 384 + "__id__": 402 }, "_enabled": true, "__prefab": null, @@ -9903,14 +10685,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "e6dtJas8xPEb1IQWDWFon3" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 384 + "__id__": 402 }, "_enabled": true, "__prefab": null, @@ -9938,20 +10744,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 372 + "__id__": 390 }, "_children": [], "_active": true, "_components": [ { - "__id__": 389 + "__id__": 407 }, { - "__id__": 390 + "__id__": 408 }, { - "__id__": 391 + "__id__": 409 } ], "_prefab": null, @@ -9988,8 +10795,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10009,8 +10817,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10044,14 +10853,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "2cLZrKrAtP0I9qbh4fPBbW" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10079,8 +10912,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 372 + "__id__": 390 }, "_enabled": true, "__prefab": null, @@ -10100,8 +10934,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 372 + "__id__": 390 }, "_enabled": true, "__prefab": null, @@ -10138,19 +10973,20 @@ "__type__": "552d1g5QNpOeIBUm3Wr1J5c", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 372 + "__id__": 390 }, "_enabled": true, "__prefab": null, "_bg": { - "__id__": 393 + "__id__": 411 }, "_scoreText": { - "__id__": 390 + "__id__": 408 }, "_topText": { - "__id__": 379 + "__id__": 397 }, "_highLightColor": { "__type__": "cc.Color", @@ -10165,8 +11001,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 363 + "__id__": 381 }, "_enabled": true, "__prefab": null, @@ -10186,8 +11023,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 363 + "__id__": 381 }, "_enabled": true, "__prefab": null, @@ -10217,8 +11055,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -10238,8 +11077,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -10253,8 +11093,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -10292,8 +11133,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -10321,8 +11163,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -10342,8 +11185,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": false, "__prefab": null, @@ -10380,8 +11224,9 @@ "__type__": "cc.ScrollView", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -10394,7 +11239,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 363 + "__id__": 381 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -10404,8 +11249,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -10433,30 +11279,31 @@ "__type__": "cc.Node", "_name": "ButtonY", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [ { - "__id__": 406 + "__id__": 424 }, { - "__id__": 409 + "__id__": 427 } ], "_active": true, "_components": [ { - "__id__": 412 + "__id__": 430 }, { - "__id__": 413 + "__id__": 431 }, { - "__id__": 414 + "__id__": 432 }, { - "__id__": 416 + "__id__": 434 } ], "_prefab": null, @@ -10493,17 +11340,18 @@ "__type__": "cc.Node", "_name": "Ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 405 + "__id__": 423 }, "_children": [], "_active": true, "_components": [ { - "__id__": 407 + "__id__": 425 }, { - "__id__": 408 + "__id__": 426 } ], "_prefab": null, @@ -10540,8 +11388,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 406 + "__id__": 424 }, "_enabled": true, "__prefab": null, @@ -10561,8 +11410,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 406 + "__id__": 424 }, "_enabled": true, "__prefab": null, @@ -10596,23 +11446,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a9WlLOPXtITJ/mm95OuCjp" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 405 + "__id__": 423 }, "_children": [], "_active": true, "_components": [ { - "__id__": 410 + "__id__": 428 }, { - "__id__": 411 + "__id__": 429 } ], "_prefab": null, @@ -10649,8 +11523,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, @@ -10670,8 +11545,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, @@ -10708,8 +11584,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 423 }, "_enabled": true, "__prefab": null, @@ -10729,8 +11606,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 423 }, "_enabled": true, "__prefab": null, @@ -10767,14 +11645,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 423 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 415 + "__id__": 433 } ], "_interactable": true, @@ -10817,14 +11696,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 405 + "__id__": 423 }, "_id": "83tN1zwmxCxI7aJ2ug7LTQ" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 352 + "__id__": 370 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -10835,8 +11714,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 423 }, "_enabled": true, "__prefab": null, @@ -10864,24 +11744,25 @@ "__type__": "cc.Node", "_name": "ButtonN", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [ { - "__id__": 418 + "__id__": 436 } ], "_active": true, "_components": [ { - "__id__": 421 + "__id__": 439 }, { - "__id__": 422 + "__id__": 440 }, { - "__id__": 424 + "__id__": 442 } ], "_prefab": null, @@ -10918,17 +11799,18 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 417 + "__id__": 435 }, "_children": [], "_active": true, "_components": [ { - "__id__": 419 + "__id__": 437 }, { - "__id__": 420 + "__id__": 438 } ], "_prefab": null, @@ -10965,8 +11847,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 418 + "__id__": 436 }, "_enabled": true, "__prefab": null, @@ -10986,8 +11869,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 418 + "__id__": 436 }, "_enabled": true, "__prefab": null, @@ -11021,14 +11905,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "b5f4DqQ7VFO7QxxBEOXnaT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 435 }, "_enabled": true, "__prefab": null, @@ -11048,14 +11956,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 435 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 423 + "__id__": 441 } ], "_interactable": true, @@ -11107,14 +12016,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 417 + "__id__": 435 }, "_id": "05kavv3MFKp4R9iVYAgcDb" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 352 + "__id__": 370 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -11125,8 +12034,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 435 }, "_enabled": true, "__prefab": null, @@ -11154,8 +12064,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 356 + "__id__": 374 }, "_enabled": true, "__prefab": null, @@ -11175,8 +12086,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 356 + "__id__": 374 }, "_enabled": true, "__prefab": null, @@ -11213,8 +12125,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 352 + "__id__": 370 }, "_enabled": true, "__prefab": null, @@ -11234,8 +12147,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 352 + "__id__": 370 }, "_enabled": true, "__prefab": null, @@ -11263,26 +12177,27 @@ "__type__": "c5e2dm0qXVOuKP1ju7uyMtJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 352 + "__id__": 370 }, "_enabled": true, "__prefab": null, "topScore": null, "yourScore": { - "__id__": 390 - }, - "_ticketMinus": { "__id__": 408 }, + "_ticketMinus": { + "__id__": 426 + }, "_buyTicketBtn": { - "__id__": 405 + "__id__": 423 }, "_quitBtn": { - "__id__": 417 + "__id__": 435 }, "_scoreUI": { - "__id__": 126 + "__id__": 144 }, "_scorePrefab": { "__uuid__": "35274179-f40e-4de9-a5d5-43fba9c12669", @@ -11297,17 +12212,17 @@ "__expectedType__": "cc.AudioClip" }, "_starSpeedCurve": { - "__id__": 430 + "__id__": 448 }, "_starScaleCurve": { - "__id__": 432 + "__id__": 450 }, "_id": "bbcyvzebBDsJfOOH9VNeON" }, { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 431 + "__id__": 449 } }, { @@ -11348,7 +12263,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 433 + "__id__": 451 } }, { @@ -11403,24 +12318,25 @@ "__type__": "cc.Node", "_name": "StartPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [ { - "__id__": 435 + "__id__": 453 } ], "_active": false, "_components": [ { - "__id__": 461 + "__id__": 479 }, { - "__id__": 462 + "__id__": 480 }, { - "__id__": 463 + "__id__": 481 } ], "_prefab": null, @@ -11457,33 +12373,34 @@ "__type__": "cc.Node", "_name": "Wrapper", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 434 + "__id__": 452 }, "_children": [ { - "__id__": 436 + "__id__": 454 } ], "_active": true, "_components": [ { - "__id__": 455 + "__id__": 473 }, { - "__id__": 456 + "__id__": 474 }, { - "__id__": 457 + "__id__": 475 }, { - "__id__": 458 + "__id__": 476 }, { - "__id__": 459 + "__id__": 477 }, { - "__id__": 460 + "__id__": 478 } ], "_prefab": null, @@ -11520,30 +12437,31 @@ "__type__": "cc.Node", "_name": "Bg", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 453 }, "_children": [ { - "__id__": 437 + "__id__": 455 }, { - "__id__": 440 + "__id__": 458 }, { - "__id__": 443 + "__id__": 461 }, { - "__id__": 447 + "__id__": 465 } ], "_active": true, "_components": [ { - "__id__": 453 + "__id__": 471 }, { - "__id__": 454 + "__id__": 472 } ], "_prefab": null, @@ -11580,17 +12498,18 @@ "__type__": "cc.Node", "_name": "Bear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 436 + "__id__": 454 }, "_children": [], "_active": true, "_components": [ { - "__id__": 438 + "__id__": 456 }, { - "__id__": 439 + "__id__": 457 } ], "_prefab": null, @@ -11627,8 +12546,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 437 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -11648,8 +12568,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 437 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -11686,17 +12607,18 @@ "__type__": "cc.Node", "_name": "Rabit", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 436 + "__id__": 454 }, "_children": [], "_active": true, "_components": [ { - "__id__": 441 + "__id__": 459 }, { - "__id__": 442 + "__id__": 460 } ], "_prefab": null, @@ -11733,8 +12655,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -11754,8 +12677,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -11792,20 +12716,21 @@ "__type__": "cc.Node", "_name": "Title", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 436 + "__id__": 454 }, "_children": [], "_active": true, "_components": [ { - "__id__": 444 + "__id__": 462 }, { - "__id__": 445 + "__id__": 463 }, { - "__id__": 446 + "__id__": 464 } ], "_prefab": null, @@ -11842,8 +12767,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 461 }, "_enabled": true, "__prefab": null, @@ -11863,8 +12789,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 461 }, "_enabled": true, "__prefab": null, @@ -11901,8 +12828,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 461 }, "_enabled": true, "__prefab": null, @@ -11930,23 +12858,24 @@ "__type__": "cc.Node", "_name": "StartButton", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 436 + "__id__": 454 }, "_children": [], "_active": true, "_components": [ { - "__id__": 448 + "__id__": 466 }, { - "__id__": 449 + "__id__": 467 }, { - "__id__": 450 + "__id__": 468 }, { - "__id__": 452 + "__id__": 470 } ], "_prefab": null, @@ -11983,8 +12912,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 465 }, "_enabled": true, "__prefab": null, @@ -12004,8 +12934,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 465 }, "_enabled": true, "__prefab": null, @@ -12042,14 +12973,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 465 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 451 + "__id__": 469 } ], "_interactable": true, @@ -12089,14 +13021,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 447 + "__id__": 465 }, "_id": "b5HEsyyjZJ8Yb2u2q1fD82" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 130 + "__id__": 148 }, "component": "", "_componentId": "ecf07La1rNA8YjY0h97yfWf", @@ -12107,8 +13039,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 465 }, "_enabled": true, "__prefab": null, @@ -12136,8 +13069,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 436 + "__id__": 454 }, "_enabled": true, "__prefab": null, @@ -12157,8 +13091,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 436 + "__id__": 454 }, "_enabled": true, "__prefab": null, @@ -12195,8 +13130,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12216,8 +13152,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12231,8 +13168,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12270,8 +13208,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12285,8 +13224,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12311,13 +13251,14 @@ "__type__": "5a603ZsBhVNCKhnWeS0+jrG", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 453 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 459 + "__id__": 477 }, "_id": "21CWF/h19B4IC/OI3ayhGG" }, @@ -12325,8 +13266,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12346,8 +13288,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12384,8 +13327,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12413,8 +13357,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -12434,8 +13379,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -12463,26 +13409,27 @@ "__type__": "ecf07La1rNA8YjY0h97yfWf", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, "_scoreLabel": { - "__id__": 467 + "__id__": 485 }, "_ticketLabel": { - "__id__": 470 + "__id__": 488 }, "_buffFx": null, "_controlPanel": { - "__id__": 205 + "__id__": 223 }, "_startPanel": { - "__id__": 434 + "__id__": 452 }, "_overPanel": { - "__id__": 352 + "__id__": 370 }, "_id": "449hzGcyZL+Lsj/r1gnEMe" }, @@ -12490,8 +13437,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 468 + "__id__": 486 }, "_enabled": true, "__prefab": null, @@ -12525,23 +13473,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f5byB1+jNCNqjN+Tt3NUoI" }, { "__type__": "cc.Node", "_name": "Score", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 127 + "__id__": 145 }, "_children": [], "_active": true, "_components": [ { - "__id__": 469 + "__id__": 487 }, { - "__id__": 467 + "__id__": 485 } ], "_prefab": null, @@ -12578,8 +13550,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 468 + "__id__": 486 }, "_enabled": true, "__prefab": null, @@ -12599,8 +13572,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 471 + "__id__": 489 }, "_enabled": true, "__prefab": null, @@ -12634,23 +13608,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a4GwzAXlxGDYYLQa2rIEsn" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 472 + "__id__": 490 }, "_children": [], "_active": true, "_components": [ { - "__id__": 480 + "__id__": 498 }, { - "__id__": 470 + "__id__": 488 } ], "_prefab": null, @@ -12687,30 +13685,31 @@ "__type__": "cc.Node", "_name": "Ticket_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 129 + "__id__": 147 }, "_children": [ { - "__id__": 473 + "__id__": 491 }, { - "__id__": 471 + "__id__": 489 } ], "_active": true, "_components": [ { - "__id__": 476 + "__id__": 494 }, { - "__id__": 477 + "__id__": 495 }, { - "__id__": 478 + "__id__": 496 }, { - "__id__": 479 + "__id__": 497 } ], "_prefab": null, @@ -12747,17 +13746,18 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 472 + "__id__": 490 }, "_children": [], "_active": true, "_components": [ { - "__id__": 474 + "__id__": 492 }, { - "__id__": 475 + "__id__": 493 } ], "_prefab": null, @@ -12794,8 +13794,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 491 }, "_enabled": true, "__prefab": null, @@ -12815,8 +13816,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 491 }, "_enabled": true, "__prefab": null, @@ -12853,8 +13855,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12874,8 +13877,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12912,8 +13916,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12941,8 +13946,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12972,8 +13978,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 471 + "__id__": 489 }, "_enabled": true, "__prefab": null, @@ -12993,30 +14000,31 @@ "__type__": "cc.Node", "_name": "Time_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 129 + "__id__": 147 }, "_children": [ { - "__id__": 482 + "__id__": 500 }, { - "__id__": 486 + "__id__": 504 } ], "_active": true, "_components": [ { - "__id__": 499 + "__id__": 517 }, { - "__id__": 500 + "__id__": 518 }, { - "__id__": 501 + "__id__": 519 }, { - "__id__": 502 + "__id__": 520 } ], "_prefab": null, @@ -13053,20 +14061,21 @@ "__type__": "cc.Node", "_name": "Fill", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 481 + "__id__": 499 }, "_children": [], "_active": true, "_components": [ { - "__id__": 483 + "__id__": 501 }, { - "__id__": 484 + "__id__": 502 }, { - "__id__": 485 + "__id__": 503 } ], "_prefab": null, @@ -13103,8 +14112,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 500 }, "_enabled": true, "__prefab": null, @@ -13124,8 +14134,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 500 }, "_enabled": true, "__prefab": null, @@ -13162,8 +14173,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 500 }, "_enabled": true, "__prefab": null, @@ -13191,27 +14203,28 @@ "__type__": "cc.Node", "_name": "Node", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 481 + "__id__": 499 }, "_children": [ { - "__id__": 487 + "__id__": 505 }, { - "__id__": 493 + "__id__": 511 } ], "_active": true, "_components": [ { - "__id__": 496 + "__id__": 514 }, { - "__id__": 497 + "__id__": 515 }, { - "__id__": 498 + "__id__": 516 } ], "_prefab": null, @@ -13248,21 +14261,22 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 486 + "__id__": 504 }, "_children": [ { - "__id__": 488 + "__id__": 506 } ], "_active": true, "_components": [ { - "__id__": 491 + "__id__": 509 }, { - "__id__": 492 + "__id__": 510 } ], "_prefab": null, @@ -13299,17 +14313,18 @@ "__type__": "cc.Node", "_name": "Clock", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 487 + "__id__": 505 }, "_children": [], "_active": true, "_components": [ { - "__id__": 489 + "__id__": 507 }, { - "__id__": 490 + "__id__": 508 } ], "_prefab": null, @@ -13346,8 +14361,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 488 + "__id__": 506 }, "_enabled": true, "__prefab": null, @@ -13367,8 +14383,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 488 + "__id__": 506 }, "_enabled": true, "__prefab": null, @@ -13405,8 +14422,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 487 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13426,8 +14444,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 487 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13464,17 +14483,18 @@ "__type__": "cc.Node", "_name": "Timer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 486 + "__id__": 504 }, "_children": [], "_active": true, "_components": [ { - "__id__": 494 + "__id__": 512 }, { - "__id__": 495 + "__id__": 513 } ], "_prefab": null, @@ -13511,8 +14531,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 511 }, "_enabled": true, "__prefab": null, @@ -13532,8 +14553,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 511 }, "_enabled": true, "__prefab": null, @@ -13567,14 +14589,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "64ImCts61B/IiKTf25R+5J" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13594,8 +14640,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13625,8 +14672,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13654,8 +14702,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 481 + "__id__": 499 }, "_enabled": true, "__prefab": null, @@ -13675,8 +14724,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 481 + "__id__": 499 }, "_enabled": true, "__prefab": null, @@ -13713,8 +14763,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 481 + "__id__": 499 }, "_enabled": true, "__prefab": null, @@ -13742,19 +14793,20 @@ "__type__": "204c1A707JPjYYnhqfMvkXj", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 481 + "__id__": 499 }, "_enabled": true, "__prefab": null, "_timeLabel": { - "__id__": 495 + "__id__": 513 }, "_fill": { - "__id__": 484 + "__id__": 502 }, "_timeIcon": { - "__id__": 488 + "__id__": 506 }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", @@ -13766,33 +14818,34 @@ "__type__": "cc.Node", "_name": "Button", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 129 + "__id__": 147 }, "_children": [ { - "__id__": 504 + "__id__": 522 }, { - "__id__": 507 + "__id__": 525 } ], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 528 }, { - "__id__": 511 + "__id__": 529 }, { - "__id__": 512 + "__id__": 530 }, { - "__id__": 514 + "__id__": 532 }, { - "__id__": 515 + "__id__": 533 } ], "_prefab": null, @@ -13829,17 +14882,18 @@ "__type__": "cc.Node", "_name": "Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 503 + "__id__": 521 }, "_children": [], "_active": true, "_components": [ { - "__id__": 505 + "__id__": 523 }, { - "__id__": 506 + "__id__": 524 } ], "_prefab": null, @@ -13876,8 +14930,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 504 + "__id__": 522 }, "_enabled": true, "__prefab": null, @@ -13897,8 +14952,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 504 + "__id__": 522 }, "_enabled": true, "__prefab": null, @@ -13935,17 +14991,18 @@ "__type__": "cc.Node", "_name": "No_Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 503 + "__id__": 521 }, "_children": [], "_active": false, "_components": [ { - "__id__": 508 + "__id__": 526 }, { - "__id__": 509 + "__id__": 527 } ], "_prefab": null, @@ -13982,8 +15039,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14003,8 +15061,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14041,8 +15100,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 521 }, "_enabled": true, "__prefab": null, @@ -14062,8 +15122,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 521 }, "_enabled": true, "__prefab": null, @@ -14100,14 +15161,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 521 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 513 + "__id__": 531 } ], "_interactable": true, @@ -14150,14 +15212,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 503 + "__id__": 521 }, "_id": "1cDmuMEIFEs5ImBNG5Gm0F" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 503 + "__id__": 521 }, "component": "", "_componentId": "fe619HtEX1OQq7oeACKrANd", @@ -14168,8 +15230,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 521 }, "_enabled": true, "__prefab": null, @@ -14197,16 +15260,17 @@ "__type__": "fe619HtEX1OQq7oeACKrANd", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 521 }, "_enabled": true, "__prefab": null, "_unMute": { - "__id__": 504 + "__id__": 522 }, "_mute": { - "__id__": 507 + "__id__": 525 }, "_id": "adeG5FRP1GpLzDXol2pxU+" }, @@ -14214,8 +15278,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14235,8 +15300,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14264,20 +15330,21 @@ "__type__": "cc.Node", "_name": "avt sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 128 + "__id__": 146 }, "_children": [], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 537 }, { - "__id__": 520 + "__id__": 538 }, { - "__id__": 521 + "__id__": 539 } ], "_prefab": null, @@ -14314,8 +15381,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14335,8 +15403,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14373,8 +15442,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14402,20 +15472,21 @@ "__type__": "cc.Node", "_name": "username", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 128 + "__id__": 146 }, "_children": [], "_active": true, "_components": [ { - "__id__": 523 + "__id__": 541 }, { - "__id__": 524 + "__id__": 542 }, { - "__id__": 525 + "__id__": 543 } ], "_prefab": null, @@ -14452,8 +15523,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14473,8 +15545,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14508,14 +15581,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "adCA7B1wlPGrpl/gYGZWzQ" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14543,8 +15640,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 146 }, "_enabled": true, "__prefab": null, @@ -14564,8 +15662,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 146 }, "_enabled": true, "__prefab": null, @@ -14602,8 +15701,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 146 }, "_enabled": true, "__prefab": null, @@ -14631,8 +15731,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 127 + "__id__": 145 }, "_enabled": true, "__prefab": null, @@ -14652,8 +15753,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 127 + "__id__": 145 }, "_enabled": true, "__prefab": null, @@ -14690,8 +15792,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 127 + "__id__": 145 }, "_enabled": true, "__prefab": null, @@ -14719,8 +15822,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 127 + "__id__": 145 }, "_enabled": true, "__prefab": null, @@ -14750,8 +15854,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 126 + "__id__": 144 }, "_enabled": true, "__prefab": null, @@ -14771,8 +15876,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 126 + "__id__": 144 }, "_enabled": true, "__prefab": null, @@ -14809,8 +15915,9 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -14940,33 +16047,34 @@ "__type__": "cc.Node", "_name": "Goal trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 110 + "__id__": 128 }, "_children": [ { - "__id__": 542 + "__id__": 560 }, { - "__id__": 551 + "__id__": 569 }, { - "__id__": 557 + "__id__": 575 }, { - "__id__": 599 + "__id__": 617 } ], "_active": true, "_components": [ { - "__id__": 603 + "__id__": 621 }, { - "__id__": 604 + "__id__": 622 }, { - "__id__": 605 + "__id__": 623 } ], "_prefab": null, @@ -15003,24 +16111,25 @@ "__type__": "cc.Node", "_name": "Slide", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 541 + "__id__": 559 }, "_children": [ { - "__id__": 543 + "__id__": 561 }, { - "__id__": 546 + "__id__": 564 } ], "_active": true, "_components": [ { - "__id__": 549 + "__id__": 567 }, { - "__id__": 550 + "__id__": 568 } ], "_prefab": null, @@ -15057,17 +16166,18 @@ "__type__": "cc.Node", "_name": "x2 copy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 542 + "__id__": 560 }, "_children": [], "_active": true, "_components": [ { - "__id__": 544 + "__id__": 562 }, { - "__id__": 545 + "__id__": 563 } ], "_prefab": null, @@ -15104,8 +16214,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 543 + "__id__": 561 }, "_enabled": true, "__prefab": null, @@ -15125,8 +16236,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 543 + "__id__": 561 }, "_enabled": true, "__prefab": null, @@ -15163,17 +16275,18 @@ "__type__": "cc.Node", "_name": "x2 copy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 542 + "__id__": 560 }, "_children": [], "_active": true, "_components": [ { - "__id__": 547 + "__id__": 565 }, { - "__id__": 548 + "__id__": 566 } ], "_prefab": null, @@ -15210,8 +16323,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -15231,8 +16345,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -15269,8 +16384,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 542 + "__id__": 560 }, "_enabled": true, "__prefab": null, @@ -15290,8 +16406,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 542 + "__id__": 560 }, "_enabled": true, "__prefab": null, @@ -15328,21 +16445,22 @@ "__type__": "cc.Node", "_name": "Goal", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 541 + "__id__": 559 }, "_children": [ { - "__id__": 552 + "__id__": 570 } ], "_active": true, "_components": [ { - "__id__": 555 + "__id__": 573 }, { - "__id__": 556 + "__id__": 574 } ], "_prefab": null, @@ -15379,17 +16497,18 @@ "__type__": "cc.Node", "_name": "Goal1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 551 + "__id__": 569 }, "_children": [], "_active": true, "_components": [ { - "__id__": 553 + "__id__": 571 }, { - "__id__": 554 + "__id__": 572 } ], "_prefab": null, @@ -15426,8 +16545,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 570 }, "_enabled": true, "__prefab": null, @@ -15447,8 +16567,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 570 }, "_enabled": true, "__prefab": null, @@ -15485,8 +16606,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 569 }, "_enabled": true, "__prefab": null, @@ -15506,8 +16628,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 569 }, "_enabled": false, "__prefab": null, @@ -15544,21 +16667,22 @@ "__type__": "cc.Node", "_name": "Ear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 541 + "__id__": 559 }, "_children": [ { - "__id__": 558 + "__id__": 576 }, { - "__id__": 577 + "__id__": 595 } ], "_active": true, "_components": [ { - "__id__": 598 + "__id__": 616 } ], "_prefab": null, @@ -15595,17 +16719,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 557 + "__id__": 575 }, "_prefab": { - "__id__": 559 + "__id__": 577 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 558 + "__id__": 576 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -15613,7 +16737,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 560 + "__id__": 578 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -15626,37 +16750,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 561 + "__id__": 579 }, { - "__id__": 563 + "__id__": 581 }, { - "__id__": 564 + "__id__": 582 }, { - "__id__": 565 + "__id__": 583 }, { - "__id__": 566 + "__id__": 584 }, { - "__id__": 568 + "__id__": 586 }, { - "__id__": 569 + "__id__": 587 }, { - "__id__": 570 + "__id__": 588 }, { - "__id__": 571 + "__id__": 589 }, { - "__id__": 573 + "__id__": 591 }, { - "__id__": 575 + "__id__": 593 } ], "removedComponents": [] @@ -15664,7 +16788,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 562 + "__id__": 580 }, "propertyPath": [ "_name" @@ -15680,7 +16804,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 562 + "__id__": 580 }, "propertyPath": [ "_lpos" @@ -15695,7 +16819,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 562 + "__id__": 580 }, "propertyPath": [ "_lrot" @@ -15711,7 +16835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 562 + "__id__": 580 }, "propertyPath": [ "_euler" @@ -15726,7 +16850,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 567 + "__id__": 585 }, "propertyPath": [ "_lrot" @@ -15748,7 +16872,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 567 + "__id__": 585 }, "propertyPath": [ "_euler" @@ -15763,7 +16887,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 562 + "__id__": 580 }, "propertyPath": [ "_layer" @@ -15773,7 +16897,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 567 + "__id__": 585 }, "propertyPath": [ "_layer" @@ -15783,7 +16907,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 572 + "__id__": 590 }, "propertyPath": [ "_layer" @@ -15799,7 +16923,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 574 + "__id__": 592 }, "propertyPath": [ "_layer" @@ -15815,7 +16939,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 576 + "__id__": 594 }, "propertyPath": [ "_rotationOvertimeModule", @@ -15834,17 +16958,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 557 + "__id__": 575 }, "_prefab": { - "__id__": 578 + "__id__": 596 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 577 + "__id__": 595 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -15852,7 +16976,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 579 + "__id__": 597 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -15865,43 +16989,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 580 + "__id__": 598 }, { - "__id__": 582 + "__id__": 600 }, { - "__id__": 583 + "__id__": 601 }, { - "__id__": 584 + "__id__": 602 }, { - "__id__": 585 + "__id__": 603 }, { - "__id__": 586 + "__id__": 604 }, { - "__id__": 588 + "__id__": 606 }, { - "__id__": 589 + "__id__": 607 }, { - "__id__": 590 + "__id__": 608 }, { - "__id__": 591 + "__id__": 609 }, { - "__id__": 593 + "__id__": 611 }, { - "__id__": 594 + "__id__": 612 }, { - "__id__": 596 + "__id__": 614 } ], "removedComponents": [] @@ -15909,7 +17033,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_name" @@ -15925,7 +17049,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_lpos" @@ -15940,7 +17064,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_lrot" @@ -15956,7 +17080,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_euler" @@ -15971,7 +17095,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_layer" @@ -15981,7 +17105,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 587 + "__id__": 605 }, "propertyPath": [ "_lrot" @@ -16003,7 +17127,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 587 + "__id__": 605 }, "propertyPath": [ "_euler" @@ -16018,7 +17142,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 581 + "__id__": 599 }, "propertyPath": [ "_lscale" @@ -16033,7 +17157,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 587 + "__id__": 605 }, "propertyPath": [ "_lscale" @@ -16048,7 +17172,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_rotationOvertimeModule", @@ -16066,7 +17190,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 587 + "__id__": 605 }, "propertyPath": [ "_layer" @@ -16076,7 +17200,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 613 }, "propertyPath": [ "_layer" @@ -16092,7 +17216,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 597 + "__id__": 615 }, "propertyPath": [ "_layer" @@ -16109,8 +17233,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 557 + "__id__": 575 }, "_enabled": true, "__prefab": null, @@ -16130,20 +17255,21 @@ "__type__": "cc.Node", "_name": "Trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 541 + "__id__": 559 }, "_children": [], "_active": true, "_components": [ { - "__id__": 600 + "__id__": 618 }, { - "__id__": 601 + "__id__": 619 }, { - "__id__": 602 + "__id__": 620 } ], "_prefab": null, @@ -16180,8 +17306,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 617 }, "_enabled": true, "__prefab": null, @@ -16201,8 +17328,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 617 }, "_enabled": true, "__prefab": null, @@ -16260,8 +17388,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 617 }, "_enabled": true, "__prefab": null, @@ -16269,7 +17398,7 @@ "bullet": false, "awakeOnLoad": true, "_group": 2, - "_type": 1, + "_type": 3, "_allowSleep": true, "_gravityScale": 1, "_linearDamping": 0, @@ -16287,8 +17416,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 559 }, "_enabled": true, "__prefab": null, @@ -16308,16 +17438,17 @@ "__type__": "ce7b7e0d6BHlaRFoKBZN0h/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 559 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 601 + "__id__": 619 }, "_animation": { - "__id__": 605 + "__id__": 623 }, "_score": 100, "_goalFx": { @@ -16330,8 +17461,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 559 }, "_enabled": true, "__prefab": null, @@ -16356,23 +17488,24 @@ "__type__": "cc.Node", "_name": "goal border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 110 + "__id__": 128 }, "_children": [], "_active": true, "_components": [ { - "__id__": 607 + "__id__": 625 }, { - "__id__": 608 + "__id__": 626 }, { - "__id__": 609 + "__id__": 627 }, { - "__id__": 610 + "__id__": 628 } ], "_prefab": null, @@ -16409,8 +17542,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 606 + "__id__": 624 }, "_enabled": true, "__prefab": null, @@ -16430,8 +17564,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 606 + "__id__": 624 }, "_enabled": true, "__prefab": null, @@ -16554,8 +17689,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 606 + "__id__": 624 }, "_enabled": true, "__prefab": null, @@ -16673,8 +17809,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 606 + "__id__": 624 }, "_enabled": true, "__prefab": null, @@ -16700,20 +17837,24 @@ "__type__": "cc.Node", "_name": "Mutil ball", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 110 + "__id__": 128 }, "_children": [], "_active": true, "_components": [ { - "__id__": 612 + "__id__": 630 }, { - "__id__": 613 + "__id__": 631 }, { - "__id__": 614 + "__id__": 632 + }, + { + "__id__": 633 } ], "_prefab": null, @@ -16750,8 +17891,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, @@ -16771,8 +17913,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, @@ -16825,19 +17968,20 @@ "__type__": "e3b5fa7tUtAbK3rQJ/G2Rox", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 613 + "__id__": 631 }, "_portLeft": { - "__id__": 558 + "__id__": 576 }, "_portRight": { - "__id__": 577 + "__id__": 595 }, "_fx": { "__uuid__": "7afbc379-62e2-4721-b6d4-be47b00b6db2", @@ -16849,31 +17993,60 @@ }, "_id": "cf4OeeWmpFIouLcLflIG+0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 629 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "1b8A6p6LZDLrN7EnKMT3M1" + }, { "__type__": "cc.Node", "_name": "Enemies", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 616 - }, - { - "__id__": 632 + "__id__": 635 }, { "__id__": 651 }, { "__id__": 670 + }, + { + "__id__": 689 } ], "_active": true, "_components": [ { - "__id__": 689 + "__id__": 708 } ], "_prefab": null, @@ -16910,27 +18083,28 @@ "__type__": "cc.Node", "_name": "Enemy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 634 }, "_children": [ { - "__id__": 617 + "__id__": 636 }, { - "__id__": 624 + "__id__": 643 }, { - "__id__": 626 + "__id__": 645 } ], "_active": true, "_components": [ { - "__id__": 628 + "__id__": 647 }, { - "__id__": 629 + "__id__": 648 } ], "_prefab": null, @@ -16967,635 +18141,9 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 616 - }, - "_children": [ - { - "__id__": 618 - } - ], - "_active": true, - "_components": [ - { - "__id__": 621 - }, - { - "__id__": 622 - }, - { - "__id__": 623 - } - ], - "_prefab": null, - "_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": "4bjRuzC6JA4YSK3sesvsEo" - }, - { - "__type__": "cc.Node", - "_name": "Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 617 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 619 - }, - { - "__id__": 620 - } - ], - "_prefab": null, - "_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": "48Jq3qKO1OGYNU6ZZolKvh" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 618 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 69.316, - "height": 128.54967272727276 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.2 - }, - "_id": "ebhHsb7llCta2cZSbXZgep" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 618 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "7d14d38d-99eb-4237-a6fe-96eff703689b@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": "88ElJ1/DxFXqzhEg9WWF2Q" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 617 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "3dLokjN9RCIaKnLpB9O8B2" - }, - { - "__type__": "cc.BoxCollider2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 617 - }, - "_enabled": true, - "__prefab": null, - "tag": 0, - "_group": 32, - "_density": 1.5, - "_sensor": false, - "_friction": 2, - "_restitution": 1, - "_offset": { - "__type__": "cc.Vec2", - "x": 0, - "y": 40 - }, - "_size": { - "__type__": "cc.Size", - "width": 60, - "height": 120 - }, - "_id": "90kf5VGjJC+aNU9ffPOlxP" - }, - { - "__type__": "cc.RigidBody2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 617 - }, - "_enabled": true, - "__prefab": null, - "enabledContactListener": true, - "bullet": false, - "awakeOnLoad": true, - "_group": 32, - "_type": 1, - "_allowSleep": true, - "_gravityScale": 0, - "_linearDamping": 0, - "_angularDamping": 0, - "_linearVelocity": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_angularVelocity": 0, - "_fixedRotation": false, - "_id": "8dvhScRPxNGJcgc4DlI+sg" - }, - { - "__type__": "cc.Node", - "_name": "P1", - "_objFlags": 0, - "_parent": { - "__id__": 616 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 625 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -169.459, - "y": 132.267, - "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": "8cAELd4oVHZZUzcef+oECU" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 624 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "bcs4nt6iVGCIzi/qJKQox5" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 616 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 627 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 175.176, - "y": 132.267, - "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": "5bVXjFjUxMvodltqkonJVs" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 626 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "e9iqRWdJJOC4/vSnwQPd77" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 616 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "5aXYxmrtNPBYpfAg4Gkf81" - }, - { - "__type__": "bed15fuvPJLIp1O3BWg43ad", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 616 - }, - "_enabled": true, - "__prefab": null, - "_collider": { - "__id__": 622 - }, - "_sprite": { - "__id__": 620 - }, - "_patrolPoint1": { - "__id__": 624 - }, - "_patrolPoint2": { - "__id__": 626 - }, - "_speed": 50, - "_requireGoal": 3, - "_curveY": true, - "_patrolCurve": { - "__id__": 630 - }, - "_multiplierCurve": 120, - "_hitSound": { - "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", - "__expectedType__": "cc.AudioClip" - }, - "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" - }, - { - "__type__": "cc.AnimationCurve", - "_curve": { - "__id__": 631 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": -3.8915712265701936, - "rightTangentWeight": 1, - "leftTangent": -3.8915712265701936, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 4.0305559132334166, - "rightTangentWeight": 1, - "leftTangent": 4.0305559132334166, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 2, - "postExtrapolation": 1 - }, - { - "__type__": "cc.Node", - "_name": "Enemy-001", - "_objFlags": 0, - "_parent": { - "__id__": 615 - }, - "_children": [ - { - "__id__": 633 - }, - { - "__id__": 636 - }, - { - "__id__": 643 - }, - { - "__id__": 645 - } - ], - "_active": true, - "_components": [ - { - "__id__": 647 - }, - { - "__id__": 648 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -250, - "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": "18+kT+2ZpPfZ3DuSbkDNqt" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 632 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 634 - }, - { - "__id__": 635 - } - ], - "_prefab": null, - "_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": "dfwes+qExMp4Xkg0S2bPFN" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 633 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "b3QsrO+N1IWreCZ073kIKU" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 633 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "bca254be-45fe-4b8e-8433-34ee058de549@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": "54brAva/tASoR7Cs2hb9XM" - }, - { - "__type__": "cc.Node", - "_name": "Collider", - "_objFlags": 0, - "_parent": { - "__id__": 632 + "__id__": 635 }, "_children": [ { @@ -17642,12 +18190,13 @@ "y": 0, "z": 0 }, - "_id": "2dKupfM6NIVJ5ph4/l5wL7" + "_id": "4bjRuzC6JA4YSK3sesvsEo" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 636 }, @@ -17689,12 +18238,13 @@ "y": 0, "z": 0 }, - "_id": "e5sOYx2TdOZ5pw7fSJzYGP" + "_id": "48Jq3qKO1OGYNU6ZZolKvh" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 637 }, @@ -17710,12 +18260,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "1acIwAvGFDHpQ7W32wdiTl" + "_id": "ebhHsb7llCta2cZSbXZgep" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 637 }, @@ -17748,12 +18299,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "edH7a2QpFKyJ4ZBRqBNtXw" + "_id": "88ElJ1/DxFXqzhEg9WWF2Q" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 636 }, @@ -17769,12 +18321,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "a9MSuZkD1HfrYtuRU3K6Hg" + "_id": "3dLokjN9RCIaKnLpB9O8B2" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 636 }, @@ -17796,12 +18349,13 @@ "width": 60, "height": 120 }, - "_id": "dbmeH3gmFAvJs/bigqXRgW" + "_id": "90kf5VGjJC+aNU9ffPOlxP" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 636 }, @@ -17823,14 +18377,15 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "f8X/fpNaJN96ke6JV6G2jG" + "_id": "8dvhScRPxNGJcgc4DlI+sg" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 632 + "__id__": 635 }, "_children": [], "_active": true, @@ -17842,8 +18397,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -150, - "y": 0, + "x": -169.459, + "y": 132.267, "z": 0 }, "_lrot": { @@ -17867,12 +18422,13 @@ "y": 0, "z": 0 }, - "_id": "93XXm9KPBI745uONch5Ey3" + "_id": "8cAELd4oVHZZUzcef+oECU" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 643 }, @@ -17888,14 +18444,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "9a2ukUnK5Bf4E5CJd460bA" + "_id": "bcs4nt6iVGCIzi/qJKQox5" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 632 + "__id__": 635 }, "_children": [], "_active": true, @@ -17907,8 +18464,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 150, - "y": 0, + "x": 175.176, + "y": 132.267, "z": 0 }, "_lrot": { @@ -17932,12 +18489,13 @@ "y": 0, "z": 0 }, - "_id": "90vylvvqtAdLfFBo8AOZfm" + "_id": "5bVXjFjUxMvodltqkonJVs" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 645 }, @@ -17953,14 +18511,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "fc8oJrocxPLIookMyx8Bfd" + "_id": "e9iqRWdJJOC4/vSnwQPd77" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 632 + "__id__": 635 }, "_enabled": true, "__prefab": null, @@ -17974,14 +18533,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "ce6BIEMllOCrkTeCoYehH+" + "_id": "5aXYxmrtNPBYpfAg4Gkf81" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 632 + "__id__": 635 }, "_enabled": true, "__prefab": null, @@ -17998,17 +18558,17 @@ "__id__": 645 }, "_speed": 50, - "_requireGoal": 6, - "_curveY": false, + "_requireGoal": 3, + "_curveY": true, "_patrolCurve": { "__id__": 649 }, - "_multiplierCurve": 100, + "_multiplierCurve": 120, "_hitSound": { "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" + "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" }, { "__type__": "cc.AnimationCurve", @@ -18027,11 +18587,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": -3.8915712265701936, + "rightTangentWeight": 1, + "leftTangent": -3.8915712265701936, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null }, @@ -18039,11 +18599,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": 4.0305559132334166, + "rightTangentWeight": 1, + "leftTangent": 4.0305559132334166, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null } @@ -18053,10 +18613,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-002", + "_name": "Enemy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 634 }, "_children": [ { @@ -18084,7 +18645,55 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 260, + "x": 0, + "y": -250, + "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": "18+kT+2ZpPfZ3DuSbkDNqt" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 651 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 653 + }, + { + "__id__": 654 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, "y": 0, "z": 0 }, @@ -18109,59 +18718,13 @@ "y": 0, "z": 0 }, - "_id": "3bkG+zegpB94dI5U9Q0LVJ" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 651 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 653 - }, - { - "__id__": 654 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -27, - "y": -10, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0.3007057995042731, - "w": 0.9537169507482269 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 35 - }, - "_id": "0fb9aAQzxJmpJuIyfU0LxT" + "_id": "dfwes+qExMp4Xkg0S2bPFN" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 652 }, @@ -18169,7 +18732,7 @@ "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 226.876, + "width": 300, "height": 24 }, "_anchorPoint": { @@ -18177,12 +18740,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "3dwb9NRslLfbbldbD2IvaW" + "_id": "b3QsrO+N1IWreCZ073kIKU" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 652 }, @@ -18215,12 +18779,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "d1X9XR9AhNMZ2xa0bfjLLC" + "_id": "54brAva/tASoR7Cs2hb9XM" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 651 }, @@ -18269,12 +18834,13 @@ "y": 0, "z": 0 }, - "_id": "63BhIjzuxL15qwv7qilwht" + "_id": "2dKupfM6NIVJ5ph4/l5wL7" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 655 }, @@ -18316,12 +18882,13 @@ "y": 0, "z": 0 }, - "_id": "e2Y3RO9uZKPoHdQPc8daYR" + "_id": "e5sOYx2TdOZ5pw7fSJzYGP" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 656 }, @@ -18337,12 +18904,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "39GHia0vRIi758HkCQL8fw" + "_id": "1acIwAvGFDHpQ7W32wdiTl" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 656 }, @@ -18375,12 +18943,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1e4E3UyplK1aI1+HIDhaB5" + "_id": "edH7a2QpFKyJ4ZBRqBNtXw" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 655 }, @@ -18396,12 +18965,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "70yWcTOSRLQ50NgGpIPEG8" + "_id": "a9MSuZkD1HfrYtuRU3K6Hg" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 655 }, @@ -18423,12 +18993,13 @@ "width": 60, "height": 120 }, - "_id": "a5nzPxrVpMS5j7KCF0oDwU" + "_id": "dbmeH3gmFAvJs/bigqXRgW" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 655 }, @@ -18450,12 +19021,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "35hgHRw69MJ7I3tWeYN+H9" + "_id": "f8X/fpNaJN96ke6JV6G2jG" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 651 }, @@ -18469,8 +19041,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -110, - "y": -70, + "x": -150, + "y": 0, "z": 0 }, "_lrot": { @@ -18494,12 +19066,13 @@ "y": 0, "z": 0 }, - "_id": "f2QtNSZqpBYKqmXuSnmt7C" + "_id": "93XXm9KPBI745uONch5Ey3" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 662 }, @@ -18515,12 +19088,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "e93U3nTmNLTIAKaXDV0toz" + "_id": "9a2ukUnK5Bf4E5CJd460bA" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 651 }, @@ -18534,8 +19108,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 60, - "y": 50, + "x": 150, + "y": 0, "z": 0 }, "_lrot": { @@ -18559,12 +19133,13 @@ "y": 0, "z": 0 }, - "_id": "18syyLG5JD+6vpsWTS+Bzm" + "_id": "90vylvvqtAdLfFBo8AOZfm" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 664 }, @@ -18580,12 +19155,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "58fmdnUz5AVoBSvQryrlMl" + "_id": "fc8oJrocxPLIookMyx8Bfd" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 651 }, @@ -18601,12 +19177,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "4f2IYDJzJGPJwceFFVPOGU" + "_id": "ce6BIEMllOCrkTeCoYehH+" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 651 }, @@ -18625,7 +19202,7 @@ "__id__": 664 }, "_speed": 50, - "_requireGoal": 9, + "_requireGoal": 6, "_curveY": false, "_patrolCurve": { "__id__": 668 @@ -18635,7 +19212,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "99Yu77Ej9N4JRBZjD+OE2I" + "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" }, { "__type__": "cc.AnimationCurve", @@ -18680,10 +19257,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-003", + "_name": "Enemy-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 634 }, "_children": [ { @@ -18711,7 +19289,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -260, + "x": 260, "y": 0, "z": 0 }, @@ -18736,12 +19314,13 @@ "y": 0, "z": 0 }, - "_id": "19gmNDihVIn4xuf9iziUSy" + "_id": "3bkG+zegpB94dI5U9Q0LVJ" }, { "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 670 }, @@ -18758,7 +19337,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 27, + "x": -27, "y": -10, "z": 0 }, @@ -18766,7 +19345,7 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": -0.3007057995042731, + "z": 0.3007057995042731, "w": 0.9537169507482269 }, "_lscale": { @@ -18781,14 +19360,15 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": -35 + "z": 35 }, - "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + "_id": "0fb9aAQzxJmpJuIyfU0LxT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 671 }, @@ -18804,12 +19384,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "84ir6nNMBLrJaw+40xTeMD" + "_id": "3dwb9NRslLfbbldbD2IvaW" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 671 }, @@ -18842,12 +19423,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "c026nvSg5CxaNhluijpnn1" + "_id": "d1X9XR9AhNMZ2xa0bfjLLC" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 670 }, @@ -18896,12 +19478,13 @@ "y": 0, "z": 0 }, - "_id": "02y1iq6YBEi4UmUD/dUrQm" + "_id": "63BhIjzuxL15qwv7qilwht" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 674 }, @@ -18943,12 +19526,13 @@ "y": 0, "z": 0 }, - "_id": "54ZsdxJ/JJMbU42gWOmIub" + "_id": "e2Y3RO9uZKPoHdQPc8daYR" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 675 }, @@ -18964,12 +19548,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "5aeDOQ0g9A/bQVO09g2tFb" + "_id": "39GHia0vRIi758HkCQL8fw" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 675 }, @@ -19002,12 +19587,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1foQovVslMkLPZzV4es3Um" + "_id": "1e4E3UyplK1aI1+HIDhaB5" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 674 }, @@ -19016,19 +19602,20 @@ "_contentSize": { "__type__": "cc.Size", "width": 100, - "height": 200 + "height": 100 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, "y": 0.5 }, - "_id": "8fouZJwQ5MppLz9Pav+hx6" + "_id": "70yWcTOSRLQ50NgGpIPEG8" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 674 }, @@ -19050,12 +19637,13 @@ "width": 60, "height": 120 }, - "_id": "d1Wh3Y56pGG7X0UK9MekQo" + "_id": "a5nzPxrVpMS5j7KCF0oDwU" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 674 }, @@ -19077,12 +19665,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "e51xRew7JNGasctJYhFzdF" + "_id": "35hgHRw69MJ7I3tWeYN+H9" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 670 }, @@ -19096,72 +19685,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -60, - "y": 50, - "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": "d52oxxykFMJL/MfH67D28m" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 681 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "791JhDbJBOOLnBiCInRkHn" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 670 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 684 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 110, + "x": -110, "y": -70, "z": 0 }, @@ -19186,12 +19710,80 @@ "y": 0, "z": 0 }, - "_id": "16WrC1orpD5YetagBRhOGm" + "_id": "f2QtNSZqpBYKqmXuSnmt7C" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 681 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "e93U3nTmNLTIAKaXDV0toz" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 670 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 684 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 60, + "y": 50, + "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": "18syyLG5JD+6vpsWTS+Bzm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 683 }, @@ -19207,12 +19799,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "468h3XWxdP6YnLbAcnzSyh" + "_id": "58fmdnUz5AVoBSvQryrlMl" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 670 }, @@ -19228,12 +19821,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "c2KFWisGtBTr1xYF0ZRDd6" + "_id": "4f2IYDJzJGPJwceFFVPOGU" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 670 }, @@ -19252,7 +19846,7 @@ "__id__": 683 }, "_speed": 50, - "_requireGoal": 12, + "_requireGoal": 9, "_curveY": false, "_patrolCurve": { "__id__": 687 @@ -19262,7 +19856,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "2bedVMe25Ou4KcU4DmnB4q" + "_id": "99Yu77Ej9N4JRBZjD+OE2I" }, { "__type__": "cc.AnimationCurve", @@ -19305,12 +19899,657 @@ "preExtrapolation": 2, "postExtrapolation": 1 }, + { + "__type__": "cc.Node", + "_name": "Enemy-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 634 + }, + "_children": [ + { + "__id__": 690 + }, + { + "__id__": 693 + }, + { + "__id__": 700 + }, + { + "__id__": 702 + } + ], + "_active": true, + "_components": [ + { + "__id__": 704 + }, + { + "__id__": 705 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -260, + "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": "19gmNDihVIn4xuf9iziUSy" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 689 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 691 + }, + { + "__id__": 692 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 27, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": -0.3007057995042731, + "w": 0.9537169507482269 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -35 + }, + "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 615 + "__id__": 690 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 226.876, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "84ir6nNMBLrJaw+40xTeMD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 690 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "bca254be-45fe-4b8e-8433-34ee058de549@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": "c026nvSg5CxaNhluijpnn1" + }, + { + "__type__": "cc.Node", + "_name": "Collider", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 689 + }, + "_children": [ + { + "__id__": 694 + } + ], + "_active": true, + "_components": [ + { + "__id__": 697 + }, + { + "__id__": 698 + }, + { + "__id__": 699 + } + ], + "_prefab": null, + "_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": "02y1iq6YBEi4UmUD/dUrQm" + }, + { + "__type__": "cc.Node", + "_name": "Sprite", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 693 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 695 + }, + { + "__id__": 696 + } + ], + "_prefab": null, + "_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": "54ZsdxJ/JJMbU42gWOmIub" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 694 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 69.316, + "height": 128.54967272727276 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.2 + }, + "_id": "5aeDOQ0g9A/bQVO09g2tFb" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 694 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d14d38d-99eb-4237-a6fe-96eff703689b@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": "1foQovVslMkLPZzV4es3Um" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 693 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 200 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "8fouZJwQ5MppLz9Pav+hx6" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 693 + }, + "_enabled": true, + "__prefab": null, + "tag": 0, + "_group": 32, + "_density": 1.5, + "_sensor": false, + "_friction": 2, + "_restitution": 1, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 40 + }, + "_size": { + "__type__": "cc.Size", + "width": 60, + "height": 120 + }, + "_id": "d1Wh3Y56pGG7X0UK9MekQo" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 693 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 32, + "_type": 1, + "_allowSleep": true, + "_gravityScale": 0, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e51xRew7JNGasctJYhFzdF" + }, + { + "__type__": "cc.Node", + "_name": "P1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 689 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 701 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -60, + "y": 50, + "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": "d52oxxykFMJL/MfH67D28m" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 700 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "791JhDbJBOOLnBiCInRkHn" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 689 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 703 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 110, + "y": -70, + "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": "16WrC1orpD5YetagBRhOGm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "468h3XWxdP6YnLbAcnzSyh" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 689 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "c2KFWisGtBTr1xYF0ZRDd6" + }, + { + "__type__": "bed15fuvPJLIp1O3BWg43ad", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 689 + }, + "_enabled": true, + "__prefab": null, + "_collider": { + "__id__": 698 + }, + "_sprite": { + "__id__": 696 + }, + "_patrolPoint1": { + "__id__": 700 + }, + "_patrolPoint2": { + "__id__": 702 + }, + "_speed": 50, + "_requireGoal": 12, + "_curveY": false, + "_patrolCurve": { + "__id__": 706 + }, + "_multiplierCurve": 100, + "_hitSound": { + "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", + "__expectedType__": "cc.AudioClip" + }, + "_id": "2bedVMe25Ou4KcU4DmnB4q" + }, + { + "__type__": "cc.AnimationCurve", + "_curve": { + "__id__": 707 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 1 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 2, + "postExtrapolation": 1 + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 634 }, "_enabled": true, "__prefab": null, @@ -19330,27 +20569,28 @@ "__type__": "cc.Node", "_name": "Flippers", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 691 + "__id__": 710 }, { - "__id__": 706 + "__id__": 725 }, { - "__id__": 721 + "__id__": 740 }, { - "__id__": 736 + "__id__": 755 } ], "_active": true, "_components": [ { - "__id__": 751 + "__id__": 770 } ], "_prefab": null, @@ -19389,23 +20629,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 690 + "__id__": 709 }, "_children": [ { - "__id__": 692 + "__id__": 711 } ], "_active": true, "_components": [ { - "__id__": 701 + "__id__": 720 }, { - "__id__": 704 + "__id__": 723 }, { - "__id__": 705 + "__id__": 724 } ], "_prefab": null, @@ -19444,29 +20684,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 691 + "__id__": 710 }, "_children": [ { - "__id__": 693 + "__id__": 712 }, { - "__id__": 696 + "__id__": 715 } ], "_active": true, "_components": [ { - "__id__": 699 + "__id__": 718 }, { - "__id__": 700 + "__id__": 719 }, { - "__id__": 702 + "__id__": 721 }, { - "__id__": 703 + "__id__": 722 } ], "_prefab": null, @@ -19503,17 +20743,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 711 }, "_children": [], "_active": true, "_components": [ { - "__id__": 694 + "__id__": 713 }, { - "__id__": 695 + "__id__": 714 } ], "_prefab": null, @@ -19550,8 +20791,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 712 }, "_enabled": true, "__prefab": null, @@ -19571,8 +20813,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 712 }, "_enabled": true, "__prefab": null, @@ -19609,17 +20852,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 711 }, "_children": [], "_active": true, "_components": [ { - "__id__": 697 + "__id__": 716 }, { - "__id__": 698 + "__id__": 717 } ], "_prefab": null, @@ -19656,8 +20900,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 696 + "__id__": 715 }, "_enabled": true, "__prefab": null, @@ -19677,8 +20922,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 696 + "__id__": 715 }, "_enabled": true, "__prefab": null, @@ -19717,7 +20963,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 711 }, "_enabled": true, "__prefab": null, @@ -19745,7 +20991,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 711 }, "_enabled": true, "__prefab": null, @@ -19761,7 +21007,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 701 + "__id__": 720 }, "_enableLimit": true, "_lowerAngle": -60, @@ -19777,7 +21023,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 691 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19805,7 +21051,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 711 }, "_enabled": true, "__prefab": null, @@ -19883,8 +21129,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 711 }, "_enabled": true, "__prefab": null, @@ -19904,16 +21151,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 691 + "__id__": 710 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 705 + "__id__": 724 }, "_hingeJoint": { - "__id__": 700 + "__id__": 719 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -19928,8 +21176,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 691 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19952,23 +21201,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 690 + "__id__": 709 }, "_children": [ { - "__id__": 707 + "__id__": 726 } ], "_active": true, "_components": [ { - "__id__": 716 + "__id__": 735 }, { - "__id__": 719 + "__id__": 738 }, { - "__id__": 720 + "__id__": 739 } ], "_prefab": null, @@ -20007,29 +21256,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 706 + "__id__": 725 }, "_children": [ { - "__id__": 708 + "__id__": 727 }, { - "__id__": 711 + "__id__": 730 } ], "_active": true, "_components": [ { - "__id__": 714 + "__id__": 733 }, { - "__id__": 715 + "__id__": 734 }, { - "__id__": 717 + "__id__": 736 }, { - "__id__": 718 + "__id__": 737 } ], "_prefab": null, @@ -20066,17 +21315,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 707 + "__id__": 726 }, "_children": [], "_active": true, "_components": [ { - "__id__": 709 + "__id__": 728 }, { - "__id__": 710 + "__id__": 729 } ], "_prefab": null, @@ -20113,8 +21363,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 708 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20134,8 +21385,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 708 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20172,17 +21424,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 707 + "__id__": 726 }, "_children": [], "_active": true, "_components": [ { - "__id__": 712 + "__id__": 731 }, { - "__id__": 713 + "__id__": 732 } ], "_prefab": null, @@ -20219,8 +21472,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 711 + "__id__": 730 }, "_enabled": true, "__prefab": null, @@ -20240,8 +21494,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 711 + "__id__": 730 }, "_enabled": true, "__prefab": null, @@ -20280,7 +21535,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20308,7 +21563,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20324,7 +21579,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 716 + "__id__": 735 }, "_enableLimit": true, "_lowerAngle": 0, @@ -20340,7 +21595,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20368,7 +21623,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20461,8 +21716,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20482,16 +21738,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 725 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 720 + "__id__": 739 }, "_hingeJoint": { - "__id__": 715 + "__id__": 734 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -20506,8 +21763,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20530,23 +21788,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 690 + "__id__": 709 }, "_children": [ { - "__id__": 722 + "__id__": 741 } ], "_active": true, "_components": [ { - "__id__": 731 + "__id__": 750 }, { - "__id__": 734 + "__id__": 753 }, { - "__id__": 735 + "__id__": 754 } ], "_prefab": null, @@ -20585,29 +21843,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 721 + "__id__": 740 }, "_children": [ { - "__id__": 723 + "__id__": 742 }, { - "__id__": 726 + "__id__": 745 } ], "_active": true, "_components": [ { - "__id__": 729 + "__id__": 748 }, { - "__id__": 730 + "__id__": 749 }, { - "__id__": 732 + "__id__": 751 }, { - "__id__": 733 + "__id__": 752 } ], "_prefab": null, @@ -20644,17 +21902,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 722 + "__id__": 741 }, "_children": [], "_active": true, "_components": [ { - "__id__": 724 + "__id__": 743 }, { - "__id__": 725 + "__id__": 744 } ], "_prefab": null, @@ -20691,8 +21950,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -20712,8 +21972,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -20750,17 +22011,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 722 + "__id__": 741 }, "_children": [], "_active": true, "_components": [ { - "__id__": 727 + "__id__": 746 }, { - "__id__": 728 + "__id__": 747 } ], "_prefab": null, @@ -20797,8 +22059,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 726 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -20818,8 +22081,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 726 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -20858,7 +22122,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 741 }, "_enabled": true, "__prefab": null, @@ -20886,7 +22150,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 741 }, "_enabled": true, "__prefab": null, @@ -20902,7 +22166,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 731 + "__id__": 750 }, "_enableLimit": true, "_lowerAngle": 0, @@ -20918,7 +22182,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 740 }, "_enabled": true, "__prefab": null, @@ -20946,7 +22210,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 741 }, "_enabled": true, "__prefab": null, @@ -21039,8 +22303,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 741 }, "_enabled": true, "__prefab": null, @@ -21060,16 +22325,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 740 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 735 + "__id__": 754 }, "_hingeJoint": { - "__id__": 730 + "__id__": 749 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -21084,8 +22350,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 740 }, "_enabled": true, "__prefab": null, @@ -21108,23 +22375,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 690 + "__id__": 709 }, "_children": [ { - "__id__": 737 + "__id__": 756 } ], "_active": true, "_components": [ { - "__id__": 746 + "__id__": 765 }, { - "__id__": 749 + "__id__": 768 }, { - "__id__": 750 + "__id__": 769 } ], "_prefab": null, @@ -21163,29 +22430,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 736 + "__id__": 755 }, "_children": [ { - "__id__": 738 + "__id__": 757 }, { - "__id__": 741 + "__id__": 760 } ], "_active": true, "_components": [ { - "__id__": 744 + "__id__": 763 }, { - "__id__": 745 + "__id__": 764 }, { - "__id__": 747 + "__id__": 766 }, { - "__id__": 748 + "__id__": 767 } ], "_prefab": null, @@ -21222,17 +22489,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 737 + "__id__": 756 }, "_children": [], "_active": true, "_components": [ { - "__id__": 739 + "__id__": 758 }, { - "__id__": 740 + "__id__": 759 } ], "_prefab": null, @@ -21269,8 +22537,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 757 }, "_enabled": true, "__prefab": null, @@ -21290,8 +22559,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 757 }, "_enabled": true, "__prefab": null, @@ -21328,17 +22598,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 737 + "__id__": 756 }, "_children": [], "_active": true, "_components": [ { - "__id__": 742 + "__id__": 761 }, { - "__id__": 743 + "__id__": 762 } ], "_prefab": null, @@ -21375,8 +22646,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 741 + "__id__": 760 }, "_enabled": true, "__prefab": null, @@ -21396,8 +22668,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 741 + "__id__": 760 }, "_enabled": true, "__prefab": null, @@ -21436,7 +22709,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 756 }, "_enabled": true, "__prefab": null, @@ -21464,7 +22737,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 756 }, "_enabled": true, "__prefab": null, @@ -21480,7 +22753,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 746 + "__id__": 765 }, "_enableLimit": true, "_lowerAngle": -60, @@ -21496,7 +22769,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 755 }, "_enabled": true, "__prefab": null, @@ -21524,7 +22797,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 756 }, "_enabled": true, "__prefab": null, @@ -21602,8 +22875,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 756 }, "_enabled": true, "__prefab": null, @@ -21623,16 +22897,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 755 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 750 + "__id__": 769 }, "_hingeJoint": { - "__id__": 745 + "__id__": 764 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -21647,8 +22922,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 755 }, "_enabled": true, "__prefab": null, @@ -21669,8 +22945,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 690 + "__id__": 709 }, "_enabled": true, "__prefab": null, @@ -21690,6 +22967,7 @@ "__type__": "cc.Node", "_name": "Outter", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -21697,13 +22975,16 @@ "_active": true, "_components": [ { - "__id__": 753 + "__id__": 772 }, { - "__id__": 754 + "__id__": 773 }, { - "__id__": 755 + "__id__": 774 + }, + { + "__id__": 775 } ], "_prefab": null, @@ -21740,8 +23021,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 771 }, "_enabled": true, "__prefab": null, @@ -21761,8 +23043,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 771 }, "_enabled": true, "__prefab": null, @@ -21788,230 +23071,260 @@ "__type__": "ca8a0x4KJRGNJFfMRlEhSED", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 771 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 754 + "__id__": 773 }, "_id": "63rfzsm3REkprs+s68PCRK" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 771 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "3ez8Z30WdJzoumyJQVCZLy" + }, { "__type__": "cc.Node", "_name": "SpawnManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 757 + "__id__": 777 }, { - "__id__": 760 + "__id__": 780 }, { - "__id__": 763 + "__id__": 783 }, { - "__id__": 766 + "__id__": 786 }, { - "__id__": 769 + "__id__": 789 }, { - "__id__": 772 + "__id__": 792 }, { - "__id__": 775 + "__id__": 795 }, { - "__id__": 778 + "__id__": 798 }, { - "__id__": 781 + "__id__": 801 }, { - "__id__": 784 + "__id__": 804 }, { - "__id__": 787 + "__id__": 807 }, { - "__id__": 790 + "__id__": 810 }, { - "__id__": 793 + "__id__": 813 }, { - "__id__": 796 + "__id__": 816 }, { - "__id__": 799 + "__id__": 819 }, { - "__id__": 802 + "__id__": 822 }, { - "__id__": 805 + "__id__": 825 }, { - "__id__": 808 + "__id__": 828 }, { - "__id__": 811 + "__id__": 831 }, { - "__id__": 814 + "__id__": 834 }, { - "__id__": 817 + "__id__": 837 }, { - "__id__": 820 + "__id__": 840 }, { - "__id__": 823 + "__id__": 843 }, { - "__id__": 826 + "__id__": 846 }, { - "__id__": 829 + "__id__": 849 }, { - "__id__": 832 + "__id__": 852 }, { - "__id__": 835 + "__id__": 855 }, { - "__id__": 838 + "__id__": 858 }, { - "__id__": 841 + "__id__": 861 }, { - "__id__": 844 + "__id__": 864 }, { - "__id__": 847 + "__id__": 867 }, { - "__id__": 850 + "__id__": 870 }, { - "__id__": 853 + "__id__": 873 }, { - "__id__": 856 + "__id__": 876 }, { - "__id__": 859 + "__id__": 879 }, { - "__id__": 862 + "__id__": 882 }, { - "__id__": 865 + "__id__": 885 }, { - "__id__": 868 + "__id__": 888 }, { - "__id__": 871 + "__id__": 891 }, { - "__id__": 874 + "__id__": 894 }, { - "__id__": 877 + "__id__": 897 }, { - "__id__": 880 + "__id__": 900 }, { - "__id__": 883 + "__id__": 903 }, { - "__id__": 886 + "__id__": 906 }, { - "__id__": 889 + "__id__": 909 }, { - "__id__": 892 + "__id__": 912 }, { - "__id__": 895 + "__id__": 915 }, { - "__id__": 898 + "__id__": 918 }, { - "__id__": 901 + "__id__": 921 }, { - "__id__": 904 + "__id__": 924 }, { - "__id__": 907 + "__id__": 927 }, { - "__id__": 910 + "__id__": 930 }, { - "__id__": 913 + "__id__": 933 }, { - "__id__": 916 + "__id__": 936 }, { - "__id__": 919 + "__id__": 939 }, { - "__id__": 922 + "__id__": 942 }, { - "__id__": 925 + "__id__": 945 }, { - "__id__": 928 + "__id__": 948 }, { - "__id__": 931 + "__id__": 951 }, { - "__id__": 934 + "__id__": 954 }, { - "__id__": 937 + "__id__": 957 }, { - "__id__": 940 + "__id__": 960 }, { - "__id__": 943 + "__id__": 963 }, { - "__id__": 946 + "__id__": 966 }, { - "__id__": 949 + "__id__": 969 }, { - "__id__": 952 + "__id__": 972 } ], "_active": true, "_components": [ { - "__id__": 955 + "__id__": 975 }, { - "__id__": 956 + "__id__": 976 } ], "_prefab": null, @@ -22048,17 +23361,18 @@ "__type__": "cc.Node", "_name": "spawn point", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 758 + "__id__": 778 }, { - "__id__": 759 + "__id__": 779 } ], "_prefab": null, @@ -22095,8 +23409,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 777 }, "_enabled": true, "__prefab": null, @@ -22116,8 +23431,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 777 }, "_enabled": true, "__prefab": null, @@ -22154,17 +23470,18 @@ "__type__": "cc.Node", "_name": "spawn point-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 761 + "__id__": 781 }, { - "__id__": 762 + "__id__": 782 } ], "_prefab": null, @@ -22201,8 +23518,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 780 }, "_enabled": true, "__prefab": null, @@ -22222,8 +23540,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 780 }, "_enabled": true, "__prefab": null, @@ -22260,17 +23579,18 @@ "__type__": "cc.Node", "_name": "spawn point-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 764 + "__id__": 784 }, { - "__id__": 765 + "__id__": 785 } ], "_prefab": null, @@ -22307,8 +23627,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22328,8 +23649,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22366,17 +23688,18 @@ "__type__": "cc.Node", "_name": "spawn point-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 767 + "__id__": 787 }, { - "__id__": 768 + "__id__": 788 } ], "_prefab": null, @@ -22413,8 +23736,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 766 + "__id__": 786 }, "_enabled": true, "__prefab": null, @@ -22434,8 +23758,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 766 + "__id__": 786 }, "_enabled": true, "__prefab": null, @@ -22472,17 +23797,18 @@ "__type__": "cc.Node", "_name": "spawn point-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 770 + "__id__": 790 }, { - "__id__": 771 + "__id__": 791 } ], "_prefab": null, @@ -22519,8 +23845,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 789 }, "_enabled": true, "__prefab": null, @@ -22540,8 +23867,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 789 }, "_enabled": true, "__prefab": null, @@ -22578,17 +23906,18 @@ "__type__": "cc.Node", "_name": "spawn point-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 773 + "__id__": 793 }, { - "__id__": 774 + "__id__": 794 } ], "_prefab": null, @@ -22625,8 +23954,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 772 + "__id__": 792 }, "_enabled": true, "__prefab": null, @@ -22646,8 +23976,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 772 + "__id__": 792 }, "_enabled": true, "__prefab": null, @@ -22684,17 +24015,18 @@ "__type__": "cc.Node", "_name": "spawn point-006", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 776 + "__id__": 796 }, { - "__id__": 777 + "__id__": 797 } ], "_prefab": null, @@ -22731,8 +24063,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 795 }, "_enabled": true, "__prefab": null, @@ -22752,8 +24085,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 795 }, "_enabled": true, "__prefab": null, @@ -22790,17 +24124,18 @@ "__type__": "cc.Node", "_name": "spawn point-007", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 779 + "__id__": 799 }, { - "__id__": 780 + "__id__": 800 } ], "_prefab": null, @@ -22837,8 +24172,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 798 }, "_enabled": true, "__prefab": null, @@ -22858,8 +24194,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 798 }, "_enabled": true, "__prefab": null, @@ -22896,17 +24233,18 @@ "__type__": "cc.Node", "_name": "spawn point-008", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 782 + "__id__": 802 }, { - "__id__": 783 + "__id__": 803 } ], "_prefab": null, @@ -22943,8 +24281,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 781 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -22964,8 +24303,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 781 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -23002,17 +24342,18 @@ "__type__": "cc.Node", "_name": "spawn point-009", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 785 + "__id__": 805 }, { - "__id__": 786 + "__id__": 806 } ], "_prefab": null, @@ -23049,8 +24390,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -23070,8 +24412,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -23108,17 +24451,18 @@ "__type__": "cc.Node", "_name": "spawn point-010", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 788 + "__id__": 808 }, { - "__id__": 789 + "__id__": 809 } ], "_prefab": null, @@ -23155,8 +24499,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 787 + "__id__": 807 }, "_enabled": true, "__prefab": null, @@ -23176,8 +24521,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 787 + "__id__": 807 }, "_enabled": true, "__prefab": null, @@ -23214,17 +24560,18 @@ "__type__": "cc.Node", "_name": "spawn point-011", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 791 + "__id__": 811 }, { - "__id__": 792 + "__id__": 812 } ], "_prefab": null, @@ -23261,8 +24608,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 790 + "__id__": 810 }, "_enabled": true, "__prefab": null, @@ -23282,8 +24630,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 790 + "__id__": 810 }, "_enabled": true, "__prefab": null, @@ -23320,17 +24669,18 @@ "__type__": "cc.Node", "_name": "spawn point-014", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 794 + "__id__": 814 }, { - "__id__": 795 + "__id__": 815 } ], "_prefab": null, @@ -23367,8 +24717,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 813 }, "_enabled": true, "__prefab": null, @@ -23388,8 +24739,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 813 }, "_enabled": true, "__prefab": null, @@ -23426,17 +24778,18 @@ "__type__": "cc.Node", "_name": "spawn point-015", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 797 + "__id__": 817 }, { - "__id__": 798 + "__id__": 818 } ], "_prefab": null, @@ -23473,8 +24826,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23494,8 +24848,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23532,17 +24887,18 @@ "__type__": "cc.Node", "_name": "spawn point-016", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 800 + "__id__": 820 }, { - "__id__": 801 + "__id__": 821 } ], "_prefab": null, @@ -23579,8 +24935,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23600,8 +24957,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23638,17 +24996,18 @@ "__type__": "cc.Node", "_name": "spawn point-017", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 803 + "__id__": 823 }, { - "__id__": 804 + "__id__": 824 } ], "_prefab": null, @@ -23685,8 +25044,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 802 + "__id__": 822 }, "_enabled": true, "__prefab": null, @@ -23706,8 +25066,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 802 + "__id__": 822 }, "_enabled": true, "__prefab": null, @@ -23744,17 +25105,18 @@ "__type__": "cc.Node", "_name": "spawn point-020", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 806 + "__id__": 826 }, { - "__id__": 807 + "__id__": 827 } ], "_prefab": null, @@ -23791,8 +25153,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 825 }, "_enabled": true, "__prefab": null, @@ -23812,8 +25175,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 825 }, "_enabled": true, "__prefab": null, @@ -23850,17 +25214,18 @@ "__type__": "cc.Node", "_name": "spawn point-021", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 809 + "__id__": 829 }, { - "__id__": 810 + "__id__": 830 } ], "_prefab": null, @@ -23897,8 +25262,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 828 }, "_enabled": true, "__prefab": null, @@ -23918,8 +25284,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 828 }, "_enabled": true, "__prefab": null, @@ -23956,17 +25323,18 @@ "__type__": "cc.Node", "_name": "spawn point-022", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 812 + "__id__": 832 }, { - "__id__": 813 + "__id__": 833 } ], "_prefab": null, @@ -24003,8 +25371,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24024,8 +25393,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24062,17 +25432,18 @@ "__type__": "cc.Node", "_name": "spawn point-023", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 815 + "__id__": 835 }, { - "__id__": 816 + "__id__": 836 } ], "_prefab": null, @@ -24109,8 +25480,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 814 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24130,8 +25502,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 814 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24168,17 +25541,18 @@ "__type__": "cc.Node", "_name": "spawn point-024", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 818 + "__id__": 838 }, { - "__id__": 819 + "__id__": 839 } ], "_prefab": null, @@ -24215,8 +25589,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 837 }, "_enabled": true, "__prefab": null, @@ -24236,8 +25611,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 837 }, "_enabled": true, "__prefab": null, @@ -24274,17 +25650,18 @@ "__type__": "cc.Node", "_name": "spawn point-025", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 821 + "__id__": 841 }, { - "__id__": 822 + "__id__": 842 } ], "_prefab": null, @@ -24321,8 +25698,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 840 }, "_enabled": true, "__prefab": null, @@ -24342,8 +25720,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 840 }, "_enabled": true, "__prefab": null, @@ -24380,17 +25759,18 @@ "__type__": "cc.Node", "_name": "spawn point-026", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 824 + "__id__": 844 }, { - "__id__": 825 + "__id__": 845 } ], "_prefab": null, @@ -24427,8 +25807,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 843 }, "_enabled": true, "__prefab": null, @@ -24448,8 +25829,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 843 }, "_enabled": true, "__prefab": null, @@ -24486,17 +25868,18 @@ "__type__": "cc.Node", "_name": "spawn point-027", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 827 + "__id__": 847 }, { - "__id__": 828 + "__id__": 848 } ], "_prefab": null, @@ -24533,8 +25916,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24554,8 +25938,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24592,17 +25977,18 @@ "__type__": "cc.Node", "_name": "spawn point-028", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 830 + "__id__": 850 }, { - "__id__": 831 + "__id__": 851 } ], "_prefab": null, @@ -24639,8 +26025,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24660,8 +26047,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24698,17 +26086,18 @@ "__type__": "cc.Node", "_name": "spawn point-029", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 833 + "__id__": 853 }, { - "__id__": 834 + "__id__": 854 } ], "_prefab": null, @@ -24745,8 +26134,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 852 }, "_enabled": true, "__prefab": null, @@ -24766,8 +26156,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 852 }, "_enabled": true, "__prefab": null, @@ -24804,17 +26195,18 @@ "__type__": "cc.Node", "_name": "spawn point-030", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 836 + "__id__": 856 }, { - "__id__": 837 + "__id__": 857 } ], "_prefab": null, @@ -24851,8 +26243,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 835 + "__id__": 855 }, "_enabled": true, "__prefab": null, @@ -24872,8 +26265,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 835 + "__id__": 855 }, "_enabled": true, "__prefab": null, @@ -24910,17 +26304,18 @@ "__type__": "cc.Node", "_name": "spawn point-031", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 839 + "__id__": 859 }, { - "__id__": 840 + "__id__": 860 } ], "_prefab": null, @@ -24957,8 +26352,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 858 }, "_enabled": true, "__prefab": null, @@ -24978,8 +26374,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 858 }, "_enabled": true, "__prefab": null, @@ -25016,17 +26413,18 @@ "__type__": "cc.Node", "_name": "spawn point-032", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 842 + "__id__": 862 }, { - "__id__": 843 + "__id__": 863 } ], "_prefab": null, @@ -25063,8 +26461,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25084,8 +26483,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25122,17 +26522,18 @@ "__type__": "cc.Node", "_name": "spawn point-033", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 845 + "__id__": 865 }, { - "__id__": 846 + "__id__": 866 } ], "_prefab": null, @@ -25169,8 +26570,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 864 }, "_enabled": true, "__prefab": null, @@ -25190,8 +26592,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 864 }, "_enabled": true, "__prefab": null, @@ -25228,17 +26631,18 @@ "__type__": "cc.Node", "_name": "spawn point-034", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 848 + "__id__": 868 }, { - "__id__": 849 + "__id__": 869 } ], "_prefab": null, @@ -25275,8 +26679,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 847 + "__id__": 867 }, "_enabled": true, "__prefab": null, @@ -25296,8 +26701,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 847 + "__id__": 867 }, "_enabled": true, "__prefab": null, @@ -25334,17 +26740,18 @@ "__type__": "cc.Node", "_name": "spawn point-035", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 851 + "__id__": 871 }, { - "__id__": 852 + "__id__": 872 } ], "_prefab": null, @@ -25381,8 +26788,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 870 }, "_enabled": true, "__prefab": null, @@ -25402,8 +26810,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 870 }, "_enabled": true, "__prefab": null, @@ -25440,17 +26849,18 @@ "__type__": "cc.Node", "_name": "spawn point-036", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 854 + "__id__": 874 }, { - "__id__": 855 + "__id__": 875 } ], "_prefab": null, @@ -25487,8 +26897,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 873 }, "_enabled": true, "__prefab": null, @@ -25508,8 +26919,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 873 }, "_enabled": true, "__prefab": null, @@ -25546,17 +26958,18 @@ "__type__": "cc.Node", "_name": "spawn point-037", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 857 + "__id__": 877 }, { - "__id__": 858 + "__id__": 878 } ], "_prefab": null, @@ -25593,8 +27006,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 876 }, "_enabled": true, "__prefab": null, @@ -25614,8 +27028,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 876 }, "_enabled": true, "__prefab": null, @@ -25652,17 +27067,18 @@ "__type__": "cc.Node", "_name": "spawn point-038", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 860 + "__id__": 880 }, { - "__id__": 861 + "__id__": 881 } ], "_prefab": null, @@ -25699,8 +27115,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 879 }, "_enabled": true, "__prefab": null, @@ -25720,8 +27137,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 879 }, "_enabled": true, "__prefab": null, @@ -25758,17 +27176,18 @@ "__type__": "cc.Node", "_name": "spawn point-039", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 863 + "__id__": 883 }, { - "__id__": 864 + "__id__": 884 } ], "_prefab": null, @@ -25805,8 +27224,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 882 }, "_enabled": true, "__prefab": null, @@ -25826,8 +27246,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 882 }, "_enabled": true, "__prefab": null, @@ -25864,17 +27285,18 @@ "__type__": "cc.Node", "_name": "spawn point-040", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 866 + "__id__": 886 }, { - "__id__": 867 + "__id__": 887 } ], "_prefab": null, @@ -25911,8 +27333,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 865 + "__id__": 885 }, "_enabled": true, "__prefab": null, @@ -25932,8 +27355,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 865 + "__id__": 885 }, "_enabled": true, "__prefab": null, @@ -25970,17 +27394,18 @@ "__type__": "cc.Node", "_name": "spawn point-041", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 869 + "__id__": 889 }, { - "__id__": 870 + "__id__": 890 } ], "_prefab": null, @@ -26017,8 +27442,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 888 }, "_enabled": true, "__prefab": null, @@ -26038,8 +27464,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 888 }, "_enabled": true, "__prefab": null, @@ -26076,17 +27503,18 @@ "__type__": "cc.Node", "_name": "spawn point-043", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 872 + "__id__": 892 }, { - "__id__": 873 + "__id__": 893 } ], "_prefab": null, @@ -26123,8 +27551,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 891 }, "_enabled": true, "__prefab": null, @@ -26144,8 +27573,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 891 }, "_enabled": true, "__prefab": null, @@ -26182,17 +27612,18 @@ "__type__": "cc.Node", "_name": "spawn point-044", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 875 + "__id__": 895 }, { - "__id__": 876 + "__id__": 896 } ], "_prefab": null, @@ -26229,8 +27660,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 894 }, "_enabled": true, "__prefab": null, @@ -26250,8 +27682,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 894 }, "_enabled": true, "__prefab": null, @@ -26288,17 +27721,18 @@ "__type__": "cc.Node", "_name": "spawn point-045", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 878 + "__id__": 898 }, { - "__id__": 879 + "__id__": 899 } ], "_prefab": null, @@ -26335,8 +27769,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 897 }, "_enabled": true, "__prefab": null, @@ -26356,8 +27791,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 897 }, "_enabled": true, "__prefab": null, @@ -26394,17 +27830,18 @@ "__type__": "cc.Node", "_name": "spawn point-047", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 881 + "__id__": 901 }, { - "__id__": 882 + "__id__": 902 } ], "_prefab": null, @@ -26441,8 +27878,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 900 }, "_enabled": true, "__prefab": null, @@ -26462,8 +27900,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 900 }, "_enabled": true, "__prefab": null, @@ -26500,17 +27939,18 @@ "__type__": "cc.Node", "_name": "spawn point-048", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 884 + "__id__": 904 }, { - "__id__": 885 + "__id__": 905 } ], "_prefab": null, @@ -26547,8 +27987,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 903 }, "_enabled": true, "__prefab": null, @@ -26568,8 +28009,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 903 }, "_enabled": true, "__prefab": null, @@ -26606,17 +28048,18 @@ "__type__": "cc.Node", "_name": "spawn point-049", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 887 + "__id__": 907 }, { - "__id__": 888 + "__id__": 908 } ], "_prefab": null, @@ -26653,8 +28096,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 906 }, "_enabled": true, "__prefab": null, @@ -26674,8 +28118,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 906 }, "_enabled": true, "__prefab": null, @@ -26712,17 +28157,18 @@ "__type__": "cc.Node", "_name": "spawn point-050", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 890 + "__id__": 910 }, { - "__id__": 891 + "__id__": 911 } ], "_prefab": null, @@ -26759,8 +28205,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 909 }, "_enabled": true, "__prefab": null, @@ -26780,8 +28227,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 909 }, "_enabled": true, "__prefab": null, @@ -26818,17 +28266,18 @@ "__type__": "cc.Node", "_name": "spawn point-051", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 893 + "__id__": 913 }, { - "__id__": 894 + "__id__": 914 } ], "_prefab": null, @@ -26865,8 +28314,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 892 + "__id__": 912 }, "_enabled": true, "__prefab": null, @@ -26886,8 +28336,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 892 + "__id__": 912 }, "_enabled": true, "__prefab": null, @@ -26924,17 +28375,18 @@ "__type__": "cc.Node", "_name": "spawn point-052", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 896 + "__id__": 916 }, { - "__id__": 897 + "__id__": 917 } ], "_prefab": null, @@ -26971,8 +28423,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 895 + "__id__": 915 }, "_enabled": true, "__prefab": null, @@ -26992,8 +28445,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 895 + "__id__": 915 }, "_enabled": true, "__prefab": null, @@ -27030,17 +28484,18 @@ "__type__": "cc.Node", "_name": "spawn point-053", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 899 + "__id__": 919 }, { - "__id__": 900 + "__id__": 920 } ], "_prefab": null, @@ -27077,8 +28532,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 918 }, "_enabled": true, "__prefab": null, @@ -27098,8 +28554,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 918 }, "_enabled": true, "__prefab": null, @@ -27136,17 +28593,18 @@ "__type__": "cc.Node", "_name": "spawn point-018", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 902 + "__id__": 922 }, { - "__id__": 903 + "__id__": 923 } ], "_prefab": null, @@ -27183,8 +28641,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 901 + "__id__": 921 }, "_enabled": true, "__prefab": null, @@ -27204,8 +28663,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 901 + "__id__": 921 }, "_enabled": true, "__prefab": null, @@ -27242,17 +28702,18 @@ "__type__": "cc.Node", "_name": "spawn point-019", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 905 + "__id__": 925 }, { - "__id__": 906 + "__id__": 926 } ], "_prefab": null, @@ -27289,8 +28750,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 924 }, "_enabled": true, "__prefab": null, @@ -27310,8 +28772,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 924 }, "_enabled": true, "__prefab": null, @@ -27348,17 +28811,18 @@ "__type__": "cc.Node", "_name": "spawn point-042", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 908 + "__id__": 928 }, { - "__id__": 909 + "__id__": 929 } ], "_prefab": null, @@ -27395,8 +28859,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 927 }, "_enabled": true, "__prefab": null, @@ -27416,8 +28881,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 927 }, "_enabled": true, "__prefab": null, @@ -27454,17 +28920,18 @@ "__type__": "cc.Node", "_name": "spawn point-046", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 911 + "__id__": 931 }, { - "__id__": 912 + "__id__": 932 } ], "_prefab": null, @@ -27501,8 +28968,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 930 }, "_enabled": true, "__prefab": null, @@ -27522,8 +28990,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 930 }, "_enabled": true, "__prefab": null, @@ -27560,17 +29029,18 @@ "__type__": "cc.Node", "_name": "spawn point-054", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 914 + "__id__": 934 }, { - "__id__": 915 + "__id__": 935 } ], "_prefab": null, @@ -27607,8 +29077,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 933 }, "_enabled": true, "__prefab": null, @@ -27628,8 +29099,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 933 }, "_enabled": true, "__prefab": null, @@ -27666,17 +29138,18 @@ "__type__": "cc.Node", "_name": "spawn point-055", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 917 + "__id__": 937 }, { - "__id__": 918 + "__id__": 938 } ], "_prefab": null, @@ -27713,8 +29186,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 916 + "__id__": 936 }, "_enabled": true, "__prefab": null, @@ -27734,8 +29208,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 916 + "__id__": 936 }, "_enabled": true, "__prefab": null, @@ -27772,17 +29247,18 @@ "__type__": "cc.Node", "_name": "spawn point-012", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 920 + "__id__": 940 }, { - "__id__": 921 + "__id__": 941 } ], "_prefab": null, @@ -27819,8 +29295,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 939 }, "_enabled": true, "__prefab": null, @@ -27840,8 +29317,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 939 }, "_enabled": true, "__prefab": null, @@ -27878,17 +29356,18 @@ "__type__": "cc.Node", "_name": "spawn point-013", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 923 + "__id__": 943 }, { - "__id__": 924 + "__id__": 944 } ], "_prefab": null, @@ -27925,8 +29404,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 922 + "__id__": 942 }, "_enabled": true, "__prefab": null, @@ -27946,8 +29426,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 922 + "__id__": 942 }, "_enabled": true, "__prefab": null, @@ -27984,17 +29465,18 @@ "__type__": "cc.Node", "_name": "spawn point-058", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 926 + "__id__": 946 }, { - "__id__": 927 + "__id__": 947 } ], "_prefab": null, @@ -28031,8 +29513,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 925 + "__id__": 945 }, "_enabled": true, "__prefab": null, @@ -28052,8 +29535,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 925 + "__id__": 945 }, "_enabled": true, "__prefab": null, @@ -28090,17 +29574,18 @@ "__type__": "cc.Node", "_name": "spawn point-059", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 929 + "__id__": 949 }, { - "__id__": 930 + "__id__": 950 } ], "_prefab": null, @@ -28137,8 +29622,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 928 + "__id__": 948 }, "_enabled": true, "__prefab": null, @@ -28158,8 +29644,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 928 + "__id__": 948 }, "_enabled": true, "__prefab": null, @@ -28196,17 +29683,18 @@ "__type__": "cc.Node", "_name": "spawn point-056", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 932 + "__id__": 952 }, { - "__id__": 933 + "__id__": 953 } ], "_prefab": null, @@ -28243,8 +29731,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 951 }, "_enabled": true, "__prefab": null, @@ -28264,8 +29753,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 951 }, "_enabled": true, "__prefab": null, @@ -28302,17 +29792,18 @@ "__type__": "cc.Node", "_name": "spawn point-057", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 935 + "__id__": 955 }, { - "__id__": 936 + "__id__": 956 } ], "_prefab": null, @@ -28349,8 +29840,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 954 }, "_enabled": true, "__prefab": null, @@ -28370,8 +29862,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 954 }, "_enabled": true, "__prefab": null, @@ -28408,17 +29901,18 @@ "__type__": "cc.Node", "_name": "spawn point-060", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 938 + "__id__": 958 }, { - "__id__": 939 + "__id__": 959 } ], "_prefab": null, @@ -28455,8 +29949,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 957 }, "_enabled": true, "__prefab": null, @@ -28476,8 +29971,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 957 }, "_enabled": true, "__prefab": null, @@ -28514,17 +30010,18 @@ "__type__": "cc.Node", "_name": "spawn point-061", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 941 + "__id__": 961 }, { - "__id__": 942 + "__id__": 962 } ], "_prefab": null, @@ -28561,8 +30058,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 960 }, "_enabled": true, "__prefab": null, @@ -28582,8 +30080,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 960 }, "_enabled": true, "__prefab": null, @@ -28620,17 +30119,18 @@ "__type__": "cc.Node", "_name": "spawn point-062", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 944 + "__id__": 964 }, { - "__id__": 945 + "__id__": 965 } ], "_prefab": null, @@ -28667,8 +30167,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 943 + "__id__": 963 }, "_enabled": true, "__prefab": null, @@ -28688,8 +30189,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 943 + "__id__": 963 }, "_enabled": true, "__prefab": null, @@ -28726,17 +30228,18 @@ "__type__": "cc.Node", "_name": "spawn point-065", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 947 + "__id__": 967 }, { - "__id__": 948 + "__id__": 968 } ], "_prefab": null, @@ -28773,8 +30276,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 966 }, "_enabled": true, "__prefab": null, @@ -28794,8 +30298,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 966 }, "_enabled": true, "__prefab": null, @@ -28832,17 +30337,18 @@ "__type__": "cc.Node", "_name": "spawn point-063", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 950 + "__id__": 970 }, { - "__id__": 951 + "__id__": 971 } ], "_prefab": null, @@ -28879,8 +30385,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 969 }, "_enabled": true, "__prefab": null, @@ -28900,8 +30407,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 969 }, "_enabled": true, "__prefab": null, @@ -28938,17 +30446,18 @@ "__type__": "cc.Node", "_name": "spawn point-064", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 756 + "__id__": 776 }, "_children": [], "_active": true, "_components": [ { - "__id__": 953 + "__id__": 973 }, { - "__id__": 954 + "__id__": 974 } ], "_prefab": null, @@ -28985,8 +30494,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 972 }, "_enabled": true, "__prefab": null, @@ -29006,8 +30516,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 972 }, "_enabled": true, "__prefab": null, @@ -29044,8 +30555,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 756 + "__id__": 776 }, "_enabled": true, "__prefab": null, @@ -29065,222 +30577,223 @@ "__type__": "402d0NRh/pCFotZG+o5aE8p", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 756 + "__id__": 776 }, "_enabled": true, "__prefab": null, "_objects": [ { - "__id__": 957 + "__id__": 977 }, { - "__id__": 958 + "__id__": 978 } ], "_boosters": [ { - "__id__": 959 + "__id__": 979 } ], "_spawnPoints": [ { - "__id__": 757 + "__id__": 777 }, { - "__id__": 760 + "__id__": 780 }, { - "__id__": 763 + "__id__": 783 }, { - "__id__": 766 + "__id__": 786 }, { - "__id__": 769 + "__id__": 789 }, { - "__id__": 772 + "__id__": 792 }, { - "__id__": 775 + "__id__": 795 }, { - "__id__": 778 + "__id__": 798 }, { - "__id__": 781 + "__id__": 801 }, { - "__id__": 784 + "__id__": 804 }, { - "__id__": 787 + "__id__": 807 }, { - "__id__": 790 + "__id__": 810 }, { - "__id__": 793 + "__id__": 813 }, { - "__id__": 796 + "__id__": 816 }, { - "__id__": 799 + "__id__": 819 }, { - "__id__": 802 + "__id__": 822 }, { - "__id__": 805 + "__id__": 825 }, { - "__id__": 808 + "__id__": 828 }, { - "__id__": 811 + "__id__": 831 }, { - "__id__": 814 + "__id__": 834 }, { - "__id__": 817 + "__id__": 837 }, { - "__id__": 820 + "__id__": 840 }, { - "__id__": 823 + "__id__": 843 }, { - "__id__": 826 + "__id__": 846 }, { - "__id__": 829 + "__id__": 849 }, { - "__id__": 832 + "__id__": 852 }, { - "__id__": 835 + "__id__": 855 }, { - "__id__": 838 + "__id__": 858 }, { - "__id__": 841 + "__id__": 861 }, { - "__id__": 844 + "__id__": 864 }, { - "__id__": 847 + "__id__": 867 }, { - "__id__": 850 + "__id__": 870 }, { - "__id__": 853 + "__id__": 873 }, { - "__id__": 856 + "__id__": 876 }, { - "__id__": 859 + "__id__": 879 }, { - "__id__": 862 + "__id__": 882 }, { - "__id__": 865 + "__id__": 885 }, { - "__id__": 868 + "__id__": 888 }, { - "__id__": 871 + "__id__": 891 }, { - "__id__": 874 + "__id__": 894 }, { - "__id__": 877 + "__id__": 897 }, { - "__id__": 880 + "__id__": 900 }, { - "__id__": 883 + "__id__": 903 }, { - "__id__": 886 + "__id__": 906 }, { - "__id__": 889 + "__id__": 909 }, { - "__id__": 892 + "__id__": 912 }, { - "__id__": 895 + "__id__": 915 }, { - "__id__": 898 + "__id__": 918 }, { - "__id__": 901 + "__id__": 921 }, { - "__id__": 904 + "__id__": 924 }, { - "__id__": 907 + "__id__": 927 }, { - "__id__": 910 + "__id__": 930 }, { - "__id__": 913 + "__id__": 933 }, { - "__id__": 916 + "__id__": 936 }, { - "__id__": 919 + "__id__": 939 }, { - "__id__": 922 + "__id__": 942 }, { - "__id__": 925 + "__id__": 945 }, { - "__id__": 928 + "__id__": 948 }, { - "__id__": 931 + "__id__": 951 }, { - "__id__": 934 + "__id__": 954 }, { - "__id__": 937 + "__id__": 957 }, { - "__id__": 940 + "__id__": 960 }, { - "__id__": 943 + "__id__": 963 }, { - "__id__": 946 + "__id__": 966 }, { - "__id__": 949 + "__id__": 969 }, { - "__id__": 952 + "__id__": 972 } ], "_spawnTime": 1.5, @@ -29325,6 +30838,7 @@ "__type__": "cc.Node", "_name": "trail render", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29332,10 +30846,10 @@ "_active": true, "_components": [ { - "__id__": 961 + "__id__": 981 }, { - "__id__": 962 + "__id__": 982 } ], "_prefab": null, @@ -29372,8 +30886,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 960 + "__id__": 980 }, "_enabled": true, "__prefab": null, @@ -29393,8 +30908,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 960 + "__id__": 980 }, "_enabled": true, "__prefab": null, @@ -29431,6 +30947,7 @@ "__type__": "cc.Node", "_name": "BallHolder", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29438,7 +30955,7 @@ "_active": true, "_components": [ { - "__id__": 964 + "__id__": 984 } ], "_prefab": null, @@ -29475,8 +30992,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 963 + "__id__": 983 }, "_enabled": true, "__prefab": null, @@ -29496,21 +31014,22 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 966 + "__id__": 986 }, { - "__id__": 1100 + "__id__": 1121 } ], "_active": true, "_components": [ { - "__id__": 1234 + "__id__": 1256 } ], "_prefab": null, @@ -29547,27 +31066,28 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 965 + "__id__": 985 }, "_children": [ { - "__id__": 967 + "__id__": 987 }, { - "__id__": 971 + "__id__": 992 } ], "_active": true, "_components": [ { - "__id__": 1097 + "__id__": 1118 }, { - "__id__": 1098 + "__id__": 1119 }, { - "__id__": 1099 + "__id__": 1120 } ], "_prefab": null, @@ -29604,20 +31124,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 966 + "__id__": 986 }, "_children": [], "_active": true, "_components": [ { - "__id__": 968 + "__id__": 988 }, { - "__id__": 969 + "__id__": 989 }, { - "__id__": 970 + "__id__": 990 + }, + { + "__id__": 991 } ], "_prefab": null, @@ -29654,8 +31178,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 987 }, "_enabled": true, "__prefab": null, @@ -29675,8 +31200,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 987 }, "_enabled": true, "__prefab": null, @@ -29713,15 +31239,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 987 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -29736,25 +31263,54 @@ }, "_id": "aa22GqQU9HNafuaOg32tCe" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 987 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "2fZdL6CepKjZbPjPrpI+EN" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 966 + "__id__": 986 }, "_children": [ { - "__id__": 972 + "__id__": 993 }, { - "__id__": 1031 + "__id__": 1052 } ], "_active": false, "_components": [ { - "__id__": 1096 + "__id__": 1117 } ], "_prefab": null, @@ -29791,20 +31347,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 971 + "__id__": 992 }, "_children": [], "_active": true, "_components": [ { - "__id__": 973 + "__id__": 994 }, { - "__id__": 1029 + "__id__": 1050 }, { - "__id__": 1030 + "__id__": 1051 } ], "_prefab": null, @@ -29841,8 +31398,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 993 }, "_enabled": true, "__prefab": null, @@ -29855,60 +31413,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 974 + "__id__": 995 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 975 + "__id__": 996 }, "startSize": { - "__id__": 975 + "__id__": 996 }, "startSizeY": { - "__id__": 976 + "__id__": 997 }, "startSizeZ": { - "__id__": 977 + "__id__": 998 }, "startSpeed": { - "__id__": 978 + "__id__": 999 }, "startRotation3D": false, "startRotationX": { - "__id__": 979 + "__id__": 1000 }, "startRotationY": { - "__id__": 980 + "__id__": 1001 }, "startRotationZ": { - "__id__": 981 + "__id__": 1002 }, "startRotation": { - "__id__": 981 + "__id__": 1002 }, "startDelay": { - "__id__": 982 + "__id__": 1003 }, "startLifetime": { - "__id__": 983 + "__id__": 1004 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 984 + "__id__": 1005 }, "rateOverTime": { - "__id__": 985 + "__id__": 1006 }, "rateOverDistance": { - "__id__": 986 + "__id__": 1007 }, "bursts": [ { - "__id__": 987 + "__id__": 1008 } ], "_renderCulling": false, @@ -29919,37 +31477,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 989 + "__id__": 1010 }, "_shapeModule": { - "__id__": 991 + "__id__": 1012 }, "_sizeOvertimeModule": { - "__id__": 993 - }, - "_velocityOvertimeModule": { - "__id__": 999 - }, - "_forceOvertimeModule": { - "__id__": 1005 - }, - "_limitVelocityOvertimeModule": { - "__id__": 1009 - }, - "_rotationOvertimeModule": { "__id__": 1014 }, + "_velocityOvertimeModule": { + "__id__": 1020 + }, + "_forceOvertimeModule": { + "__id__": 1026 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1030 + }, + "_rotationOvertimeModule": { + "__id__": 1035 + }, "_textureAnimationModule": { - "__id__": 1018 + "__id__": 1039 }, "_noiseModule": { - "__id__": 1022 + "__id__": 1043 }, "_trailModule": { - "__id__": 1023 + "__id__": 1044 }, "renderer": { - "__id__": 1028 + "__id__": 1049 }, "_prewarm": false, "_capacity": 8, @@ -30049,7 +31607,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 988 + "__id__": 1009 } }, { @@ -30062,7 +31620,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 990 + "__id__": 1011 } }, { @@ -30091,7 +31649,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 992 + "__id__": 1013 }, "length": 5, "boxThickness": { @@ -30132,23 +31690,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 994 + "__id__": 1015 }, "x": { - "__id__": 996 + "__id__": 1017 }, "y": { - "__id__": 997 + "__id__": 1018 }, "z": { - "__id__": 998 + "__id__": 1019 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 995 + "__id__": 1016 }, "multiplier": 1 }, @@ -30209,16 +31767,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1000 + "__id__": 1021 }, "y": { - "__id__": 1001 + "__id__": 1022 }, "z": { - "__id__": 1003 + "__id__": 1024 }, "speedModifier": { - "__id__": 1004 + "__id__": 1025 }, "space": 1 }, @@ -30232,7 +31790,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1002 + "__id__": 1023 }, "multiplier": 1 }, @@ -30287,13 +31845,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1006 + "__id__": 1027 }, "y": { - "__id__": 1007 + "__id__": 1028 }, "z": { - "__id__": 1008 + "__id__": 1029 }, "space": 1 }, @@ -30319,16 +31877,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1010 + "__id__": 1031 }, "limitY": { - "__id__": 1011 + "__id__": 1032 }, "limitZ": { - "__id__": 1012 + "__id__": 1033 }, "limit": { - "__id__": 1013 + "__id__": 1034 }, "dampen": 3, "separateAxes": false, @@ -30363,13 +31921,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1015 + "__id__": 1036 }, "y": { - "__id__": 1016 + "__id__": 1037 }, "z": { - "__id__": 1017 + "__id__": 1038 } }, { @@ -30403,10 +31961,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1019 + "__id__": 1040 }, "startFrame": { - "__id__": 1021 + "__id__": 1042 }, "cycleCount": 0, "_flipU": 0, @@ -30419,7 +31977,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1020 + "__id__": 1041 }, "multiplier": 1 }, @@ -30486,25 +32044,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1024 + "__id__": 1045 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1025 + "__id__": 1046 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1026 + "__id__": 1047 }, "colorOvertime": { - "__id__": 1027 + "__id__": 1048 }, "_space": 0, "_particleSystem": { - "__id__": 973 + "__id__": 994 } }, { @@ -30563,8 +32121,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 993 }, "_enabled": true, "__prefab": null, @@ -30574,8 +32133,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 993 }, "_enabled": true, "__prefab": null, @@ -30597,19 +32157,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 971 + "__id__": 992 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1032 + "__id__": 1053 }, { - "__id__": 1094 + "__id__": 1115 }, { - "__id__": 1095 + "__id__": 1116 } ], "_prefab": null, @@ -30648,7 +32208,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1031 + "__id__": 1052 }, "_enabled": true, "__prefab": null, @@ -30661,60 +32221,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1033 + "__id__": 1054 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1034 + "__id__": 1055 }, "startSize": { - "__id__": 1034 + "__id__": 1055 }, "startSizeY": { - "__id__": 1035 + "__id__": 1056 }, "startSizeZ": { - "__id__": 1036 + "__id__": 1057 }, "startSpeed": { - "__id__": 1037 + "__id__": 1058 }, "startRotation3D": false, "startRotationX": { - "__id__": 1038 + "__id__": 1059 }, "startRotationY": { - "__id__": 1039 + "__id__": 1060 }, "startRotationZ": { - "__id__": 1040 + "__id__": 1061 }, "startRotation": { - "__id__": 1040 + "__id__": 1061 }, "startDelay": { - "__id__": 1041 + "__id__": 1062 }, "startLifetime": { - "__id__": 1042 + "__id__": 1063 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1043 + "__id__": 1064 }, "rateOverTime": { - "__id__": 1044 + "__id__": 1065 }, "rateOverDistance": { - "__id__": 1045 + "__id__": 1066 }, "bursts": [ { - "__id__": 1046 + "__id__": 1067 } ], "_renderCulling": false, @@ -30725,37 +32285,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1048 + "__id__": 1069 }, "_shapeModule": { - "__id__": 1057 + "__id__": 1078 }, "_sizeOvertimeModule": { - "__id__": 1059 + "__id__": 1080 }, "_velocityOvertimeModule": { - "__id__": 1065 + "__id__": 1086 }, "_forceOvertimeModule": { - "__id__": 1070 + "__id__": 1091 }, "_limitVelocityOvertimeModule": { - "__id__": 1074 + "__id__": 1095 }, "_rotationOvertimeModule": { - "__id__": 1079 + "__id__": 1100 }, "_textureAnimationModule": { - "__id__": 1083 + "__id__": 1104 }, "_noiseModule": { - "__id__": 1087 + "__id__": 1108 }, "_trailModule": { - "__id__": 1088 + "__id__": 1109 }, "renderer": { - "__id__": 1093 + "__id__": 1114 }, "_prewarm": false, "_capacity": 100, @@ -30853,7 +32413,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1047 + "__id__": 1068 } }, { @@ -30866,38 +32426,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1049 + "__id__": 1070 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1050 + "__id__": 1071 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1051 + "__id__": 1072 }, { - "__id__": 1052 + "__id__": 1073 }, { - "__id__": 1053 + "__id__": 1074 } ], "alphaKeys": [ { - "__id__": 1054 + "__id__": 1075 }, { - "__id__": 1055 + "__id__": 1076 }, { - "__id__": 1056 + "__id__": 1077 } ], "mode": 0 @@ -30965,7 +32525,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1058 + "__id__": 1079 }, "length": 5, "boxThickness": { @@ -31006,23 +32566,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1060 + "__id__": 1081 }, "x": { - "__id__": 1062 + "__id__": 1083 }, "y": { - "__id__": 1063 + "__id__": 1084 }, "z": { - "__id__": 1064 + "__id__": 1085 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1061 + "__id__": 1082 }, "multiplier": 1 }, @@ -31083,16 +32643,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1066 + "__id__": 1087 }, "y": { - "__id__": 1067 + "__id__": 1088 }, "z": { - "__id__": 1068 + "__id__": 1089 }, "speedModifier": { - "__id__": 1069 + "__id__": 1090 }, "space": 1 }, @@ -31124,13 +32684,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1071 + "__id__": 1092 }, "y": { - "__id__": 1072 + "__id__": 1093 }, "z": { - "__id__": 1073 + "__id__": 1094 }, "space": 1 }, @@ -31156,16 +32716,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1075 + "__id__": 1096 }, "limitY": { - "__id__": 1076 + "__id__": 1097 }, "limitZ": { - "__id__": 1077 + "__id__": 1098 }, "limit": { - "__id__": 1078 + "__id__": 1099 }, "dampen": 0.05, "separateAxes": false, @@ -31200,13 +32760,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1080 + "__id__": 1101 }, "y": { - "__id__": 1081 + "__id__": 1102 }, "z": { - "__id__": 1082 + "__id__": 1103 } }, { @@ -31238,10 +32798,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1084 + "__id__": 1105 }, "startFrame": { - "__id__": 1086 + "__id__": 1107 }, "cycleCount": 1, "_flipU": 0, @@ -31254,7 +32814,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1085 + "__id__": 1106 }, "multiplier": 1 }, @@ -31322,25 +32882,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1089 + "__id__": 1110 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1090 + "__id__": 1111 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1091 + "__id__": 1112 }, "colorOvertime": { - "__id__": 1092 + "__id__": 1113 }, "_space": 0, "_particleSystem": { - "__id__": 1032 + "__id__": 1053 } }, { @@ -31399,8 +32959,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1031 + "__id__": 1052 }, "_enabled": true, "__prefab": null, @@ -31410,8 +32971,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1031 + "__id__": 1052 }, "_enabled": true, "__prefab": null, @@ -31431,8 +32993,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 971 + "__id__": 992 }, "_enabled": true, "__prefab": null, @@ -31452,8 +33015,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 966 + "__id__": 986 }, "_enabled": true, "__prefab": null, @@ -31473,16 +33037,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 966 + "__id__": 986 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 970 + "__id__": 990 }, "_animation": { - "__id__": 1099 + "__id__": 1120 }, "_force": 40, "_soundFx": { @@ -31496,8 +33061,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 966 + "__id__": 986 }, "_enabled": true, "__prefab": null, @@ -31518,27 +33084,28 @@ "__type__": "cc.Node", "_name": "Cannon-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 965 + "__id__": 985 }, "_children": [ { - "__id__": 1101 + "__id__": 1122 }, { - "__id__": 1105 + "__id__": 1127 } ], "_active": true, "_components": [ { - "__id__": 1231 + "__id__": 1253 }, { - "__id__": 1232 + "__id__": 1254 }, { - "__id__": 1233 + "__id__": 1255 } ], "_prefab": null, @@ -31575,20 +33142,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1100 + "__id__": 1121 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1102 + "__id__": 1123 }, { - "__id__": 1103 + "__id__": 1124 }, { - "__id__": 1104 + "__id__": 1125 + }, + { + "__id__": 1126 } ], "_prefab": null, @@ -31625,8 +33196,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1101 + "__id__": 1122 }, "_enabled": true, "__prefab": null, @@ -31646,8 +33218,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1101 + "__id__": 1122 }, "_enabled": true, "__prefab": null, @@ -31684,15 +33257,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1101 + "__id__": 1122 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -31707,25 +33281,54 @@ }, "_id": "c1aD7E3gBP3atNyjPkK0ug" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1122 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "ddEU44QQhL/pIcTL6Dn0U0" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1100 + "__id__": 1121 }, "_children": [ { - "__id__": 1106 + "__id__": 1128 }, { - "__id__": 1165 + "__id__": 1187 } ], "_active": false, "_components": [ { - "__id__": 1230 + "__id__": 1252 } ], "_prefab": null, @@ -31762,20 +33365,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1105 + "__id__": 1127 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1107 + "__id__": 1129 }, { - "__id__": 1163 + "__id__": 1185 }, { - "__id__": 1164 + "__id__": 1186 } ], "_prefab": null, @@ -31812,8 +33416,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1106 + "__id__": 1128 }, "_enabled": true, "__prefab": null, @@ -31826,60 +33431,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1108 + "__id__": 1130 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1109 + "__id__": 1131 }, "startSize": { - "__id__": 1109 + "__id__": 1131 }, "startSizeY": { - "__id__": 1110 + "__id__": 1132 }, "startSizeZ": { - "__id__": 1111 + "__id__": 1133 }, "startSpeed": { - "__id__": 1112 + "__id__": 1134 }, "startRotation3D": false, "startRotationX": { - "__id__": 1113 + "__id__": 1135 }, "startRotationY": { - "__id__": 1114 + "__id__": 1136 }, "startRotationZ": { - "__id__": 1115 + "__id__": 1137 }, "startRotation": { - "__id__": 1115 + "__id__": 1137 }, "startDelay": { - "__id__": 1116 + "__id__": 1138 }, "startLifetime": { - "__id__": 1117 + "__id__": 1139 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1118 + "__id__": 1140 }, "rateOverTime": { - "__id__": 1119 + "__id__": 1141 }, "rateOverDistance": { - "__id__": 1120 + "__id__": 1142 }, "bursts": [ { - "__id__": 1121 + "__id__": 1143 } ], "_renderCulling": false, @@ -31890,37 +33495,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1123 + "__id__": 1145 }, "_shapeModule": { - "__id__": 1125 + "__id__": 1147 }, "_sizeOvertimeModule": { - "__id__": 1127 + "__id__": 1149 }, "_velocityOvertimeModule": { - "__id__": 1133 + "__id__": 1155 }, "_forceOvertimeModule": { - "__id__": 1139 + "__id__": 1161 }, "_limitVelocityOvertimeModule": { - "__id__": 1143 + "__id__": 1165 }, "_rotationOvertimeModule": { - "__id__": 1148 + "__id__": 1170 }, "_textureAnimationModule": { - "__id__": 1152 + "__id__": 1174 }, "_noiseModule": { - "__id__": 1156 + "__id__": 1178 }, "_trailModule": { - "__id__": 1157 + "__id__": 1179 }, "renderer": { - "__id__": 1162 + "__id__": 1184 }, "_prewarm": false, "_capacity": 8, @@ -32020,7 +33625,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1122 + "__id__": 1144 } }, { @@ -32033,7 +33638,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1124 + "__id__": 1146 } }, { @@ -32062,7 +33667,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1126 + "__id__": 1148 }, "length": 5, "boxThickness": { @@ -32103,23 +33708,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1128 + "__id__": 1150 }, "x": { - "__id__": 1130 + "__id__": 1152 }, "y": { - "__id__": 1131 + "__id__": 1153 }, "z": { - "__id__": 1132 + "__id__": 1154 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1129 + "__id__": 1151 }, "multiplier": 1 }, @@ -32180,16 +33785,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1134 + "__id__": 1156 }, "y": { - "__id__": 1135 + "__id__": 1157 }, "z": { - "__id__": 1137 + "__id__": 1159 }, "speedModifier": { - "__id__": 1138 + "__id__": 1160 }, "space": 1 }, @@ -32203,7 +33808,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1136 + "__id__": 1158 }, "multiplier": 1 }, @@ -32258,13 +33863,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1140 + "__id__": 1162 }, "y": { - "__id__": 1141 + "__id__": 1163 }, "z": { - "__id__": 1142 + "__id__": 1164 }, "space": 1 }, @@ -32290,16 +33895,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1144 + "__id__": 1166 }, "limitY": { - "__id__": 1145 + "__id__": 1167 }, "limitZ": { - "__id__": 1146 + "__id__": 1168 }, "limit": { - "__id__": 1147 + "__id__": 1169 }, "dampen": 3, "separateAxes": false, @@ -32334,13 +33939,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1149 + "__id__": 1171 }, "y": { - "__id__": 1150 + "__id__": 1172 }, "z": { - "__id__": 1151 + "__id__": 1173 } }, { @@ -32374,10 +33979,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1153 + "__id__": 1175 }, "startFrame": { - "__id__": 1155 + "__id__": 1177 }, "cycleCount": 0, "_flipU": 0, @@ -32390,7 +33995,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1154 + "__id__": 1176 }, "multiplier": 1 }, @@ -32457,25 +34062,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1158 + "__id__": 1180 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1159 + "__id__": 1181 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1160 + "__id__": 1182 }, "colorOvertime": { - "__id__": 1161 + "__id__": 1183 }, "_space": 0, "_particleSystem": { - "__id__": 1107 + "__id__": 1129 } }, { @@ -32534,8 +34139,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1106 + "__id__": 1128 }, "_enabled": true, "__prefab": null, @@ -32545,8 +34151,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1106 + "__id__": 1128 }, "_enabled": true, "__prefab": null, @@ -32568,19 +34175,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1105 + "__id__": 1127 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1166 + "__id__": 1188 }, { - "__id__": 1228 + "__id__": 1250 }, { - "__id__": 1229 + "__id__": 1251 } ], "_prefab": null, @@ -32619,7 +34226,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1165 + "__id__": 1187 }, "_enabled": true, "__prefab": null, @@ -32632,60 +34239,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1167 + "__id__": 1189 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1168 + "__id__": 1190 }, "startSize": { - "__id__": 1168 + "__id__": 1190 }, "startSizeY": { - "__id__": 1169 + "__id__": 1191 }, "startSizeZ": { - "__id__": 1170 + "__id__": 1192 }, "startSpeed": { - "__id__": 1171 + "__id__": 1193 }, "startRotation3D": false, "startRotationX": { - "__id__": 1172 + "__id__": 1194 }, "startRotationY": { - "__id__": 1173 + "__id__": 1195 }, "startRotationZ": { - "__id__": 1174 + "__id__": 1196 }, "startRotation": { - "__id__": 1174 + "__id__": 1196 }, "startDelay": { - "__id__": 1175 + "__id__": 1197 }, "startLifetime": { - "__id__": 1176 + "__id__": 1198 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1177 + "__id__": 1199 }, "rateOverTime": { - "__id__": 1178 + "__id__": 1200 }, "rateOverDistance": { - "__id__": 1179 + "__id__": 1201 }, "bursts": [ { - "__id__": 1180 + "__id__": 1202 } ], "_renderCulling": false, @@ -32696,37 +34303,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1182 - }, - "_shapeModule": { - "__id__": 1191 - }, - "_sizeOvertimeModule": { - "__id__": 1193 - }, - "_velocityOvertimeModule": { - "__id__": 1199 - }, - "_forceOvertimeModule": { "__id__": 1204 }, - "_limitVelocityOvertimeModule": { - "__id__": 1208 - }, - "_rotationOvertimeModule": { + "_shapeModule": { "__id__": 1213 }, - "_textureAnimationModule": { - "__id__": 1217 + "_sizeOvertimeModule": { + "__id__": 1215 }, - "_noiseModule": { + "_velocityOvertimeModule": { "__id__": 1221 }, + "_forceOvertimeModule": { + "__id__": 1226 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1230 + }, + "_rotationOvertimeModule": { + "__id__": 1235 + }, + "_textureAnimationModule": { + "__id__": 1239 + }, + "_noiseModule": { + "__id__": 1243 + }, "_trailModule": { - "__id__": 1222 + "__id__": 1244 }, "renderer": { - "__id__": 1227 + "__id__": 1249 }, "_prewarm": false, "_capacity": 100, @@ -32824,7 +34431,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1181 + "__id__": 1203 } }, { @@ -32837,38 +34444,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1183 + "__id__": 1205 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1184 + "__id__": 1206 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1185 + "__id__": 1207 }, { - "__id__": 1186 + "__id__": 1208 }, { - "__id__": 1187 + "__id__": 1209 } ], "alphaKeys": [ { - "__id__": 1188 + "__id__": 1210 }, { - "__id__": 1189 + "__id__": 1211 }, { - "__id__": 1190 + "__id__": 1212 } ], "mode": 0 @@ -32936,7 +34543,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1192 + "__id__": 1214 }, "length": 5, "boxThickness": { @@ -32977,23 +34584,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1194 + "__id__": 1216 }, "x": { - "__id__": 1196 + "__id__": 1218 }, "y": { - "__id__": 1197 + "__id__": 1219 }, "z": { - "__id__": 1198 + "__id__": 1220 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1195 + "__id__": 1217 }, "multiplier": 1 }, @@ -33054,16 +34661,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1200 + "__id__": 1222 }, "y": { - "__id__": 1201 + "__id__": 1223 }, "z": { - "__id__": 1202 + "__id__": 1224 }, "speedModifier": { - "__id__": 1203 + "__id__": 1225 }, "space": 1 }, @@ -33095,13 +34702,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1205 + "__id__": 1227 }, "y": { - "__id__": 1206 + "__id__": 1228 }, "z": { - "__id__": 1207 + "__id__": 1229 }, "space": 1 }, @@ -33127,16 +34734,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1209 + "__id__": 1231 }, "limitY": { - "__id__": 1210 + "__id__": 1232 }, "limitZ": { - "__id__": 1211 + "__id__": 1233 }, "limit": { - "__id__": 1212 + "__id__": 1234 }, "dampen": 0.05, "separateAxes": false, @@ -33171,13 +34778,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1214 + "__id__": 1236 }, "y": { - "__id__": 1215 + "__id__": 1237 }, "z": { - "__id__": 1216 + "__id__": 1238 } }, { @@ -33209,10 +34816,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1218 + "__id__": 1240 }, "startFrame": { - "__id__": 1220 + "__id__": 1242 }, "cycleCount": 1, "_flipU": 0, @@ -33225,7 +34832,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1219 + "__id__": 1241 }, "multiplier": 1 }, @@ -33293,25 +34900,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1223 + "__id__": 1245 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1224 + "__id__": 1246 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1225 + "__id__": 1247 }, "colorOvertime": { - "__id__": 1226 + "__id__": 1248 }, "_space": 0, "_particleSystem": { - "__id__": 1166 + "__id__": 1188 } }, { @@ -33370,8 +34977,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1165 + "__id__": 1187 }, "_enabled": true, "__prefab": null, @@ -33381,8 +34989,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1165 + "__id__": 1187 }, "_enabled": true, "__prefab": null, @@ -33402,8 +35011,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1105 + "__id__": 1127 }, "_enabled": true, "__prefab": null, @@ -33423,8 +35033,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1100 + "__id__": 1121 }, "_enabled": true, "__prefab": null, @@ -33444,16 +35055,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1100 + "__id__": 1121 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1104 + "__id__": 1125 }, "_animation": { - "__id__": 1233 + "__id__": 1255 }, "_force": 40, "_soundFx": { @@ -33467,8 +35079,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1100 + "__id__": 1121 }, "_enabled": true, "__prefab": null, @@ -33489,8 +35102,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 985 }, "_enabled": true, "__prefab": null, @@ -33510,6 +35124,7 @@ "__type__": "cc.Node", "_name": "Tree", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -33517,10 +35132,10 @@ "_active": true, "_components": [ { - "__id__": 1236 + "__id__": 1258 }, { - "__id__": 1237 + "__id__": 1259 } ], "_prefab": null, @@ -33557,8 +35172,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1235 + "__id__": 1257 }, "_enabled": true, "__prefab": null, @@ -33578,8 +35194,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1235 + "__id__": 1257 }, "_enabled": true, "__prefab": null, @@ -33616,24 +35233,25 @@ "__type__": "cc.Node", "_name": "PopupManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 1239 + "__id__": 1261 }, { - "__id__": 1242 + "__id__": 1264 } ], "_active": true, "_components": [ { - "__id__": 1247 + "__id__": 1269 }, { - "__id__": 1248 + "__id__": 1270 } ], "_prefab": null, @@ -33670,17 +35288,18 @@ "__type__": "cc.Node", "_name": "Popup", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1238 + "__id__": 1260 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1240 + "__id__": 1262 }, { - "__id__": 1241 + "__id__": 1263 } ], "_prefab": null, @@ -33717,8 +35336,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1239 + "__id__": 1261 }, "_enabled": true, "__prefab": null, @@ -33738,8 +35358,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1239 + "__id__": 1261 }, "_enabled": true, "__prefab": null, @@ -33773,23 +35394,24 @@ "__type__": "cc.Node", "_name": "Event", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1238 + "__id__": 1260 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1243 + "__id__": 1265 }, { - "__id__": 1244 + "__id__": 1266 }, { - "__id__": 1245 + "__id__": 1267 }, { - "__id__": 1246 + "__id__": 1268 } ], "_prefab": null, @@ -33826,14 +35448,15 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1242 + "__id__": 1264 }, "_enabled": true, "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 382.74, + "width": 382.73828125, "height": 167.2 }, "_anchorPoint": { @@ -33847,8 +35470,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1242 + "__id__": 1264 }, "_enabled": true, "__prefab": null, @@ -33882,23 +35506,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "f9v7293dRFq4t2NzaL5CLg", "_enableOutline": true, - "_outlineWidth": 8, "_outlineColor": { "__type__": "cc.Color", "r": 255, "g": 102, "b": 0, "a": 255 - } + }, + "_outlineWidth": 8, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "f9v7293dRFq4t2NzaL5CLg" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1242 + "__id__": 1264 }, "_enabled": true, "__prefab": null, @@ -33926,8 +35565,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1242 + "__id__": 1264 }, "_enabled": true, "__prefab": null, @@ -33937,8 +35577,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1238 + "__id__": 1260 }, "_enabled": true, "__prefab": null, @@ -33958,23 +35599,24 @@ "__type__": "e458eXZXIRECKR9l03TkgQv", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1238 + "__id__": 1260 }, "_enabled": true, "__prefab": null, "_popup": { - "__id__": 1239 + "__id__": 1261 }, "_label": { - "__id__": 1244 + "__id__": 1266 }, "_stickers": [ { - "__id__": 1249 + "__id__": 1271 }, { - "__id__": 1250 + "__id__": 1272 } ], "_id": "bcOYTPcPRCQYASEYYE85nU" @@ -34021,6 +35663,7 @@ "__type__": "85b9aaRsZBAn5sUxS5RQ3EF", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 9 }, @@ -34036,10 +35679,10 @@ "__expectedType__": "cc.Prefab" }, "_topContainer": { - "__id__": 1253 + "__id__": 1275 }, "_ballHolder": { - "__id__": 963 + "__id__": 983 }, "_ballSpawnPosition": { "__type__": "cc.Vec3", @@ -34078,6 +35721,7 @@ "__type__": "cc.Node", "_name": "TopContainer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -34085,7 +35729,7 @@ "_active": true, "_components": [ { - "__id__": 1254 + "__id__": 1276 } ], "_prefab": null, @@ -34122,8 +35766,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1253 + "__id__": 1275 }, "_enabled": true, "__prefab": null, @@ -34215,53 +35860,53 @@ "instance": null, "targetOverrides": [ { - "__id__": 1259 + "__id__": 1281 }, { - "__id__": 1262 + "__id__": 1284 }, { - "__id__": 1264 + "__id__": 1286 }, { - "__id__": 1266 + "__id__": 1288 }, { - "__id__": 1269 + "__id__": 1291 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 558 + "__id__": 576 }, { - "__id__": 577 + "__id__": 595 }, { - "__id__": 132 + "__id__": 150 }, { - "__id__": 364 + "__id__": 382 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 577 + "__id__": 595 }, "sourceInfo": { - "__id__": 1260 + "__id__": 1282 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 577 + "__id__": 595 }, "targetInfo": { - "__id__": 1261 + "__id__": 1283 } }, { @@ -34279,17 +35924,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 466 + "__id__": 484 }, "sourceInfo": null, "propertyPath": [ "_buffFx" ], "target": { - "__id__": 132 + "__id__": 150 }, "targetInfo": { - "__id__": 1263 + "__id__": 1285 } }, { @@ -34301,17 +35946,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 429 + "__id__": 447 }, "sourceInfo": null, "propertyPath": [ "topScore" ], "target": { - "__id__": 364 + "__id__": 382 }, "targetInfo": { - "__id__": 1265 + "__id__": 1287 } }, { @@ -34323,20 +35968,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 558 + "__id__": 576 }, "sourceInfo": { - "__id__": 1267 + "__id__": 1289 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 558 + "__id__": 576 }, "targetInfo": { - "__id__": 1268 + "__id__": 1290 } }, { @@ -34354,20 +35999,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 132 + "__id__": 150 }, "sourceInfo": { - "__id__": 1270 + "__id__": 1292 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 132 + "__id__": 150 }, "targetInfo": { - "__id__": 1271 + "__id__": 1293 } }, { @@ -34385,22 +36030,28 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 1273 + "__id__": 1295 }, "shadows": { - "__id__": 1274 + "__id__": 1296 }, "_skybox": { - "__id__": 1275 + "__id__": 1297 }, "fog": { - "__id__": 1276 + "__id__": 1298 }, "octree": { - "__id__": 1277 + "__id__": 1299 + }, + "skin": { + "__id__": 1300 }, "lightProbeInfo": { - "__id__": 1278 + "__id__": 1301 + }, + "postSettings": { + "__id__": 1302 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false @@ -34464,6 +36115,7 @@ "z": 0 }, "_distance": 0, + "_planeBias": 1, "_shadowColor": { "__type__": "cc.Color", "r": 76, @@ -34529,6 +36181,12 @@ }, "_depth": 8 }, + { + "__type__": "cc.SkinInfo", + "_enabled": true, + "_blurRadius": 0.01, + "_sssIntensity": 3 + }, { "__type__": "cc.LightProbeInfo", "_giScale": 1, @@ -34538,6 +36196,11 @@ "_showProbe": true, "_showWireframe": true, "_showConvex": false, - "_data": null + "_data": null, + "_lightProbeSphereVolume": 1 + }, + { + "__type__": "cc.PostSettingsInfo", + "_toneMappingType": 0 } ] \ No newline at end of file diff --git a/assets/_Game/Scenes/Default-theme.scene b/assets/_Game/Scenes/Default-theme.scene index c2b283d..01bd011 100644 --- a/assets/_Game/Scenes/Default-theme.scene +++ b/assets/_Game/Scenes/Default-theme.scene @@ -7087,7 +7087,7 @@ "bullet": false, "awakeOnLoad": true, "_group": 2, - "_type": 1, + "_type": 3, "_allowSleep": true, "_gravityScale": 1, "_linearDamping": 0, @@ -7758,7 +7758,7 @@ "_offset": { "__type__": "cc.Vec2", "x": 0, - "y": -1500 + "y": -70 }, "_points": [ { @@ -31761,7 +31761,7 @@ "tag": 0, "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -33779,7 +33779,7 @@ "tag": 0, "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { diff --git a/assets/_Game/Scenes/Farm-theme.scene b/assets/_Game/Scenes/Farm-theme.scene index 822779c..0c683cc 100644 --- a/assets/_Game/Scenes/Farm-theme.scene +++ b/assets/_Game/Scenes/Farm-theme.scene @@ -3,6 +3,7 @@ "__type__": "cc.SceneAsset", "_name": "Farm-theme", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "scene": { "__id__": 1 @@ -19,13 +20,13 @@ "__id__": 2 }, { - "__id__": 134 + "__id__": 152 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 1267 + "__id__": 1289 }, "_lpos": { "__type__": "cc.Vec3", @@ -56,7 +57,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 1284 + "__id__": 1306 }, "_id": "07421189-8ae9-4f94-a7dd-707b0dae75df" }, @@ -79,19 +80,19 @@ "__id__": 9 }, { - "__id__": 1262 + "__id__": 1284 } ], "_active": true, "_components": [ { - "__id__": 1264 + "__id__": 1286 }, { - "__id__": 1265 + "__id__": 1287 }, { - "__id__": 1266 + "__id__": 1288 } ], "_prefab": null, @@ -215,6 +216,8 @@ "_screenScale": 1, "_visibility": 1108344833, "_targetTexture": null, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "83NDizZXhHDpX2U2pDTfCm" @@ -223,6 +226,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -245,6 +249,7 @@ "__type__": "46beetnjQpC3bMwjmL9mc/o", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -259,6 +264,7 @@ "__type__": "cc.Node", "_name": "Camera-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -303,6 +309,7 @@ "__type__": "cc.Camera", "_name": "Camera", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 7 }, @@ -341,6 +348,8 @@ "__uuid__": "5467a0f6-3ec5-4ae8-b52d-3e70724643e2", "__expectedType__": "cc.RenderTexture" }, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "c5ROcnSKRGb6+CtNjYyxLk" @@ -358,46 +367,46 @@ "__id__": 10 }, { - "__id__": 28 + "__id__": 32 }, { - "__id__": 84 + "__id__": 96 }, { - "__id__": 113 + "__id__": 131 }, { - "__id__": 627 + "__id__": 646 }, { - "__id__": 702 + "__id__": 721 }, { - "__id__": 764 + "__id__": 783 }, { - "__id__": 768 + "__id__": 788 }, { - "__id__": 972 + "__id__": 992 }, { - "__id__": 975 + "__id__": 995 }, { - "__id__": 977 + "__id__": 997 }, { - "__id__": 1247 + "__id__": 1269 } ], "_active": true, "_components": [ { - "__id__": 1260 + "__id__": 1282 }, { - "__id__": 1261 + "__id__": 1283 } ], "_prefab": null, @@ -434,6 +443,7 @@ "__type__": "cc.Node", "_name": "Ground", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -445,13 +455,13 @@ "__id__": 14 }, { - "__id__": 17 + "__id__": 18 }, { - "__id__": 20 + "__id__": 22 }, { - "__id__": 24 + "__id__": 27 } ], "_active": true, @@ -490,6 +500,7 @@ "__type__": "cc.Node", "_name": "Field", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -537,6 +548,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -558,6 +570,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -596,6 +609,7 @@ "__type__": "cc.Node", "_name": "Border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -607,6 +621,9 @@ }, { "__id__": 16 + }, + { + "__id__": 17 } ], "_prefab": null, @@ -643,6 +660,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -664,6 +682,7 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -687,10 +706,39 @@ }, "_id": "19Bdm/qzNHb4lXIh3ReO/K" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "42bxBFJLVE2aQX8IU3Gbx/" + }, { "__type__": "cc.Node", "_name": "Border-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -698,10 +746,13 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 19 }, { - "__id__": 19 + "__id__": 20 + }, + { + "__id__": 21 } ], "_prefab": null, @@ -738,8 +789,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -759,8 +811,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -782,24 +835,56 @@ }, "_id": "fbS6jWk9tNt5uxi828ayDi" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "96jv6DjRVPeph8lfmZZJe1" + }, { "__type__": "cc.Node", "_name": "Border-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 21 - }, - { - "__id__": 22 - }, { "__id__": 23 + }, + { + "__id__": 24 + }, + { + "__id__": 25 + }, + { + "__id__": 26 } ], "_prefab": null, @@ -836,8 +921,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -857,8 +943,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -884,8 +971,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -907,10 +995,39 @@ }, "_id": "2etH660n1E1Y3VQ79sN875" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f67tIlXZZPuoFbx84jTPFP" + }, { "__type__": "cc.Node", "_name": "Border-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -918,13 +1035,16 @@ "_active": true, "_components": [ { - "__id__": 25 + "__id__": 28 }, { - "__id__": 26 + "__id__": 29 }, { - "__id__": 27 + "__id__": 30 + }, + { + "__id__": 31 } ], "_prefab": null, @@ -961,8 +1081,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -982,8 +1103,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1041,8 +1163,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1091,37 +1214,66 @@ ], "_id": "caRRVo7wFOoZ8jfQwRuMVw" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "5fomp8bXpGhab0yDLAVwVK" + }, { "__type__": "cc.Node", "_name": "SlingShots", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 29 + "__id__": 33 }, { - "__id__": 36 + "__id__": 41 }, { - "__id__": 43 + "__id__": 49 }, { - "__id__": 55 + "__id__": 63 }, { - "__id__": 67 + "__id__": 77 }, { - "__id__": 75 + "__id__": 86 } ], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 95 } ], "_prefab": null, @@ -1158,29 +1310,33 @@ "__type__": "cc.Node", "_name": "slingshot", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 30 - }, - { - "__id__": 31 - }, - { - "__id__": 32 - }, - { - "__id__": 33 - }, { "__id__": 34 }, { "__id__": 35 + }, + { + "__id__": 36 + }, + { + "__id__": 37 + }, + { + "__id__": 38 + }, + { + "__id__": 39 + }, + { + "__id__": 40 } ], "_prefab": null, @@ -1217,8 +1373,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1238,8 +1395,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1276,8 +1434,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1330,8 +1489,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1399,16 +1559,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 35 + "__id__": 39 }, "_collider": { - "__id__": 32 + "__id__": 36 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1420,8 +1581,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1438,33 +1600,65 @@ }, "_id": "6atBGIppdN97yS8bfSQwHl" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "edXj4sU/hNOKF7dCWd6y1f" + }, { "__type__": "cc.Node", "_name": "slingshot-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 37 - }, - { - "__id__": 38 - }, - { - "__id__": 39 - }, - { - "__id__": 40 - }, - { - "__id__": 41 - }, { "__id__": 42 + }, + { + "__id__": 43 + }, + { + "__id__": 44 + }, + { + "__id__": 45 + }, + { + "__id__": 46 + }, + { + "__id__": 47 + }, + { + "__id__": 48 } ], "_prefab": null, @@ -1501,8 +1695,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1522,8 +1717,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1560,8 +1756,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1614,8 +1811,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1683,16 +1881,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 42 + "__id__": 47 }, "_collider": { - "__id__": 39 + "__id__": 44 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1704,8 +1903,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1722,31 +1922,60 @@ }, "_id": "e2DzFeMiBJmr3TNLSwAmL4" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 41 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "360mx9WqFPn4/0TJb1Oep8" + }, { "__type__": "cc.Node", "_name": "slingshot-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 44 + "__id__": 50 }, { - "__id__": 48 + "__id__": 55 } ], "_active": true, "_components": [ { - "__id__": 52 + "__id__": 60 }, { - "__id__": 53 + "__id__": 61 }, { - "__id__": 54 + "__id__": 62 } ], "_prefab": null, @@ -1783,20 +2012,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 45 + "__id__": 51 }, { - "__id__": 46 + "__id__": 52 }, { - "__id__": 47 + "__id__": 53 + }, + { + "__id__": 54 } ], "_prefab": null, @@ -1833,8 +2066,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1854,8 +2088,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1892,8 +2127,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1947,24 +2183,56 @@ ], "_id": "8cF/gwB85JE4c2QsgTu1N0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "fcxJybTfdAapXm3T3Bvg3D" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 49 + "__id__": 56 }, { - "__id__": 50 + "__id__": 57 }, { - "__id__": 51 + "__id__": 58 + }, + { + "__id__": 59 } ], "_prefab": null, @@ -2001,8 +2269,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2022,8 +2291,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2060,8 +2330,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2140,12 +2411,41 @@ ], "_id": "39dCOll3BFHqdDF27QyTaa" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "a7QVAU4GxHnIl6rsx/7ODJ" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2165,16 +2465,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 54 + "__id__": 62 }, "_collider": { - "__id__": 51 + "__id__": 58 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2186,8 +2487,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2208,27 +2510,28 @@ "__type__": "cc.Node", "_name": "slingshot-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 56 + "__id__": 64 }, { - "__id__": 60 + "__id__": 69 } ], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 74 }, { - "__id__": 65 + "__id__": 75 }, { - "__id__": 66 + "__id__": 76 } ], "_prefab": null, @@ -2265,20 +2568,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 57 + "__id__": 65 }, { - "__id__": 58 + "__id__": 66 }, { - "__id__": 59 + "__id__": 67 + }, + { + "__id__": 68 } ], "_prefab": null, @@ -2315,8 +2622,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2336,8 +2644,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2374,8 +2683,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2429,24 +2739,56 @@ ], "_id": "a7/XtRjQRA8pJ0mk6PN1N1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 64 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f7JOGTwwZOc6pNqTfmgLcV" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 61 + "__id__": 70 }, { - "__id__": 62 + "__id__": 71 }, { - "__id__": 63 + "__id__": 72 + }, + { + "__id__": 73 } ], "_prefab": null, @@ -2483,8 +2825,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2504,8 +2847,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2542,8 +2886,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2622,12 +2967,41 @@ ], "_id": "40PgLLPn9IXq5fEcQ/yfnR" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 69 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "6eD019VJBJRb/3TXpjCybB" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2647,16 +3021,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 66 + "__id__": 76 }, "_collider": { - "__id__": 63 + "__id__": 72 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2668,8 +3043,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2690,24 +3066,25 @@ "__type__": "cc.Node", "_name": "slingshot-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 68 + "__id__": 78 } ], "_active": true, "_components": [ { - "__id__": 72 + "__id__": 83 }, { - "__id__": 73 + "__id__": 84 }, { - "__id__": 74 + "__id__": 85 } ], "_prefab": null, @@ -2744,20 +3121,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 67 + "__id__": 77 }, "_children": [], "_active": true, "_components": [ { - "__id__": 69 + "__id__": 79 }, { - "__id__": 70 + "__id__": 80 }, { - "__id__": 71 + "__id__": 81 + }, + { + "__id__": 82 } ], "_prefab": null, @@ -2794,8 +3175,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2815,8 +3197,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2853,8 +3236,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2933,12 +3317,41 @@ ], "_id": "83megbRypDwZRIIAv1jEp1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 78 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "12/rxZTdZNEZFmwgB8rAKj" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -2958,16 +3371,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 74 + "__id__": 85 }, "_collider": { - "__id__": 71 + "__id__": 81 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2979,8 +3393,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -3001,24 +3416,25 @@ "__type__": "cc.Node", "_name": "slingshot-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 76 + "__id__": 87 } ], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 92 }, { - "__id__": 81 + "__id__": 93 }, { - "__id__": 82 + "__id__": 94 } ], "_prefab": null, @@ -3055,20 +3471,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 75 + "__id__": 86 }, "_children": [], "_active": true, "_components": [ { - "__id__": 77 + "__id__": 88 }, { - "__id__": 78 + "__id__": 89 }, { - "__id__": 79 + "__id__": 90 + }, + { + "__id__": 91 } ], "_prefab": null, @@ -3105,8 +3525,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3126,8 +3547,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3164,8 +3586,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3244,12 +3667,41 @@ ], "_id": "9dEj9rp2xErIulv5mq+A3J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e8Rv8+oTJDSI5s5ZTV4S33" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3269,16 +3721,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 82 + "__id__": 94 }, "_collider": { - "__id__": 79 + "__id__": 90 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -3290,8 +3743,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3312,8 +3766,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 28 + "__id__": 32 }, "_enabled": true, "__prefab": null, @@ -3333,36 +3788,37 @@ "__type__": "cc.Node", "_name": "Walls", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ - { - "__id__": 85 - }, - { - "__id__": 89 - }, - { - "__id__": 93 - }, { "__id__": 97 }, { - "__id__": 101 + "__id__": 102 }, { - "__id__": 105 + "__id__": 107 }, { - "__id__": 109 + "__id__": 112 + }, + { + "__id__": 117 + }, + { + "__id__": 122 + }, + { + "__id__": 127 } ], "_active": true, "_components": [ { - "__id__": 112 + "__id__": 130 } ], "_prefab": null, @@ -3399,20 +3855,24 @@ "__type__": "cc.Node", "_name": "Wall_L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 98 }, { - "__id__": 87 + "__id__": 99 }, { - "__id__": 88 + "__id__": 100 + }, + { + "__id__": 101 } ], "_prefab": null, @@ -3449,8 +3909,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3470,8 +3931,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3508,8 +3970,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3623,24 +4086,56 @@ ], "_id": "achMjUm/ZLvL0gyL2qN8+C" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "061lGz8qBNgZVFrJfxfMCW" + }, { "__type__": "cc.Node", "_name": "Wall_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 103 }, { - "__id__": 91 + "__id__": 104 }, { - "__id__": 92 + "__id__": 105 + }, + { + "__id__": 106 } ], "_prefab": null, @@ -3677,8 +4172,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3698,8 +4194,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3736,8 +4233,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3851,24 +4349,56 @@ ], "_id": "4au0ZXrWVMdaFx6L3WMRAH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 102 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "298aZpAAREZKsYDDflOM79" + }, { "__type__": "cc.Node", "_name": "Wall_1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 94 + "__id__": 108 }, { - "__id__": 95 + "__id__": 109 }, { - "__id__": 96 + "__id__": 110 + }, + { + "__id__": 111 } ], "_prefab": null, @@ -3905,8 +4435,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3926,8 +4457,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3964,8 +4496,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -4009,24 +4542,56 @@ ], "_id": "1fTJ4Zs0VFSakrsk2AnpSX" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "2fSiHlxxhCzLTp9mvSSXV9" + }, { "__type__": "cc.Node", "_name": "Wall_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 113 }, { - "__id__": 99 + "__id__": 114 }, { - "__id__": 100 + "__id__": 115 + }, + { + "__id__": 116 } ], "_prefab": null, @@ -4063,8 +4628,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4084,8 +4650,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4122,8 +4689,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4167,24 +4735,56 @@ ], "_id": "c7h5MEbZtGBJbEyjQ7q32J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 112 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "8a+cRwIkFNyY1gdsXQIypP" + }, { "__type__": "cc.Node", "_name": "Wall_3", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 118 }, { - "__id__": 103 + "__id__": 119 }, { - "__id__": 104 + "__id__": 120 + }, + { + "__id__": 121 } ], "_prefab": null, @@ -4221,8 +4821,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4242,8 +4843,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4280,8 +4882,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4335,24 +4938,56 @@ ], "_id": "b092gHbkNDGpzaAyoiZ+aH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 117 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "dbIz0/BwVDDploAK7tt9Yj" + }, { "__type__": "cc.Node", "_name": "Wall_4", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 123 }, { - "__id__": 107 + "__id__": 124 }, { - "__id__": 108 + "__id__": 125 + }, + { + "__id__": 126 } ], "_prefab": null, @@ -4389,8 +5024,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4410,8 +5046,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4448,8 +5085,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4503,21 +5141,50 @@ ], "_id": "0712uaPvxFRoKdz6iZOUvH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "2fmAC0hEdMf4tPEYdesk2f" + }, { "__type__": "cc.Node", "_name": "Tree", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 110 + "__id__": 128 }, { - "__id__": 111 + "__id__": 129 } ], "_prefab": null, @@ -4554,8 +5221,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 109 + "__id__": 127 }, "_enabled": true, "__prefab": null, @@ -4575,8 +5243,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 109 + "__id__": 127 }, "_enabled": true, "__prefab": null, @@ -4613,8 +5282,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 96 }, "_enabled": true, "__prefab": null, @@ -4640,19 +5310,19 @@ }, "_children": [ { - "__id__": 114 + "__id__": 132 }, { - "__id__": 117 + "__id__": 135 }, { - "__id__": 546 + "__id__": 564 }, { - "__id__": 618 + "__id__": 636 }, { - "__id__": 623 + "__id__": 641 } ], "_active": true, @@ -4691,17 +5361,18 @@ "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 115 + "__id__": 133 }, { - "__id__": 116 + "__id__": 134 } ], "_prefab": null, @@ -4738,8 +5409,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -4759,8 +5431,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -4797,30 +5470,31 @@ "__type__": "cc.Node", "_name": "Combo bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [ { - "__id__": 118 + "__id__": 136 }, { - "__id__": 121 + "__id__": 139 }, { - "__id__": 124 + "__id__": 142 } ], "_active": true, "_components": [ { - "__id__": 127 + "__id__": 145 }, { - "__id__": 128 + "__id__": 146 }, { - "__id__": 540 + "__id__": 558 } ], "_prefab": null, @@ -4857,17 +5531,18 @@ "__type__": "cc.Node", "_name": "combo_bar_base", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 119 + "__id__": 137 }, { - "__id__": 120 + "__id__": 138 } ], "_prefab": null, @@ -4904,8 +5579,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4925,8 +5601,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4963,17 +5640,18 @@ "__type__": "cc.Node", "_name": "combo_bar_color", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 122 + "__id__": 140 }, { - "__id__": 123 + "__id__": 141 } ], "_prefab": null, @@ -5010,8 +5688,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5031,8 +5710,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5069,17 +5749,18 @@ "__type__": "cc.Node", "_name": "combo_bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 143 }, { - "__id__": 126 + "__id__": 144 } ], "_prefab": null, @@ -5116,8 +5797,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 142 }, "_enabled": true, "__prefab": null, @@ -5137,8 +5819,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 142 }, "_enabled": true, "__prefab": null, @@ -5175,8 +5858,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, @@ -5196,17 +5880,18 @@ "__type__": "671bfEgTTVFgLo1v+x/wd06", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, "_fillBar": { - "__id__": 123 + "__id__": 141 }, "_maxValue": 1000, "_scoreUI": { - "__id__": 129 + "__id__": 147 }, "_starFxObjectPrefab": { "__uuid__": "e0ef7308-c657-4993-95ad-ebb0bfc15eec", @@ -5226,7 +5911,7 @@ "_minAngle": 10, "_maxAngle": 170, "_soundFx": { - "__id__": 540 + "__id__": 558 }, "_goalSound": { "__uuid__": "4ce9d2c6-98c5-4d05-94af-70193bb795fe", @@ -5242,19 +5927,19 @@ }, "_rewards": [ { - "__id__": 541 + "__id__": 559 }, { - "__id__": 542 + "__id__": 560 }, { - "__id__": 543 + "__id__": 561 }, { - "__id__": 544 + "__id__": 562 }, { - "__id__": 545 + "__id__": 563 } ], "_id": "e5qVdeXFZOu6/MatkdDEG6" @@ -5263,17 +5948,18 @@ "__type__": "cc.Node", "_name": "Star", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [], "_active": true, "_components": [ { - "__id__": 538 + "__id__": 556 }, { - "__id__": 539 + "__id__": 557 } ], "_prefab": null, @@ -5310,30 +5996,31 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [ { - "__id__": 129 + "__id__": 147 }, { - "__id__": 473 + "__id__": 491 } ], "_active": true, "_components": [ { - "__id__": 534 + "__id__": 552 }, { - "__id__": 535 + "__id__": 553 }, { - "__id__": 536 + "__id__": 554 }, { - "__id__": 537 + "__id__": 555 } ], "_prefab": null, @@ -5370,30 +6057,31 @@ "__type__": "cc.Node", "_name": "Avatar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 523 + "__id__": 541 }, { - "__id__": 527 + "__id__": 545 }, { - "__id__": 130 + "__id__": 148 } ], "_active": true, "_components": [ { - "__id__": 531 + "__id__": 549 }, { - "__id__": 532 + "__id__": 550 }, { - "__id__": 533 + "__id__": 551 } ], "_prefab": null, @@ -5430,30 +6118,31 @@ "__type__": "cc.Node", "_name": "Header", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 131 + "__id__": 149 }, { - "__id__": 486 + "__id__": 504 }, { - "__id__": 477 + "__id__": 495 }, { - "__id__": 508 + "__id__": 526 } ], "_active": true, "_components": [ { - "__id__": 521 + "__id__": 539 }, { - "__id__": 522 + "__id__": 540 } ], "_prefab": null, @@ -5490,30 +6179,31 @@ "__type__": "cc.Node", "_name": "UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 134 + "__id__": 152 }, "_children": [ { - "__id__": 357 + "__id__": 375 }, { - "__id__": 132 + "__id__": 150 }, { - "__id__": 439 + "__id__": 457 } ], "_active": true, "_components": [ { - "__id__": 469 + "__id__": 487 }, { - "__id__": 470 + "__id__": 488 }, { - "__id__": 471 + "__id__": 489 } ], "_prefab": null, @@ -5550,30 +6240,31 @@ "__type__": "cc.Node", "_name": "Canvas-UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ { - "__id__": 135 + "__id__": 153 }, { - "__id__": 210 + "__id__": 228 }, { - "__id__": 133 + "__id__": 151 } ], "_active": true, "_components": [ { - "__id__": 354 + "__id__": 372 }, { - "__id__": 355 + "__id__": 373 }, { - "__id__": 356 + "__id__": 374 } ], "_prefab": null, @@ -5610,17 +6301,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 134 + "__id__": 152 }, "_prefab": { - "__id__": 136 + "__id__": 154 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 135 + "__id__": 153 }, "asset": { "__uuid__": "7d7addb8-79c6-4979-a868-8468de2ea60d", @@ -5628,7 +6319,7 @@ }, "fileId": "ceP/wvemtAVLOUfi9oe3hR", "instance": { - "__id__": 137 + "__id__": 155 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5641,28 +6332,28 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 138 + "__id__": 156 }, { - "__id__": 140 + "__id__": 158 }, { - "__id__": 141 + "__id__": 159 }, { - "__id__": 142 + "__id__": 160 }, { - "__id__": 143 + "__id__": 161 }, { - "__id__": 145 + "__id__": 163 }, { - "__id__": 206 + "__id__": 224 }, { - "__id__": 208 + "__id__": 226 } ], "removedComponents": [] @@ -5670,7 +6361,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_name" @@ -5686,7 +6377,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_lpos" @@ -5695,13 +6386,13 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_lrot" @@ -5717,7 +6408,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_euler" @@ -5732,7 +6423,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 144 + "__id__": 162 }, "propertyPath": [ "playOnAwake" @@ -5748,24 +6439,25 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 144 + "__id__": 162 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "value": { - "__id__": 146 + "__id__": 164 } }, { "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": null, "_enabled": true, "__prefab": { - "__id__": 147 + "__id__": 165 }, "_materials": [ { @@ -5776,56 +6468,56 @@ ], "_visFlags": 0, "startColor": { - "__id__": 148 + "__id__": 166 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 149 + "__id__": 167 }, "startSize": { - "__id__": 149 + "__id__": 167 }, "startSizeY": { - "__id__": 150 + "__id__": 168 }, "startSizeZ": { - "__id__": 151 + "__id__": 169 }, "startSpeed": { - "__id__": 152 + "__id__": 170 }, "startRotation3D": false, "startRotationX": { - "__id__": 153 + "__id__": 171 }, "startRotationY": { - "__id__": 154 + "__id__": 172 }, "startRotationZ": { - "__id__": 155 + "__id__": 173 }, "startRotation": { - "__id__": 155 + "__id__": 173 }, "startDelay": { - "__id__": 156 + "__id__": 174 }, "startLifetime": { - "__id__": 157 + "__id__": 175 }, "duration": 1, "loop": true, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 158 + "__id__": 176 }, "rateOverTime": { - "__id__": 159 + "__id__": 177 }, "rateOverDistance": { - "__id__": 160 + "__id__": 178 }, "bursts": [], "_renderCulling": false, @@ -5836,37 +6528,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 161 + "__id__": 179 }, "_shapeModule": { - "__id__": 168 + "__id__": 186 }, "_sizeOvertimeModule": { - "__id__": 170 + "__id__": 188 }, "_velocityOvertimeModule": { - "__id__": 176 - }, - "_forceOvertimeModule": { - "__id__": 181 - }, - "_limitVelocityOvertimeModule": { - "__id__": 185 - }, - "_rotationOvertimeModule": { - "__id__": 190 - }, - "_textureAnimationModule": { "__id__": 194 }, + "_forceOvertimeModule": { + "__id__": 199 + }, + "_limitVelocityOvertimeModule": { + "__id__": 203 + }, + "_rotationOvertimeModule": { + "__id__": 208 + }, + "_textureAnimationModule": { + "__id__": 212 + }, "_noiseModule": { - "__id__": 197 + "__id__": 215 }, "_trailModule": { - "__id__": 198 + "__id__": 216 }, "renderer": { - "__id__": 205 + "__id__": 223 }, "_prewarm": false, "_capacity": 100, @@ -5967,32 +6659,32 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 162 + "__id__": 180 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 163 + "__id__": 181 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 164 + "__id__": 182 }, { - "__id__": 165 + "__id__": 183 } ], "alphaKeys": [ { - "__id__": 166 + "__id__": 184 }, { - "__id__": 167 + "__id__": 185 } ], "mode": 0 @@ -6044,7 +6736,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 169 + "__id__": 187 }, "length": 5, "boxThickness": { @@ -6085,23 +6777,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 171 + "__id__": 189 }, "x": { - "__id__": 173 + "__id__": 191 }, "y": { - "__id__": 174 + "__id__": 192 }, "z": { - "__id__": 175 + "__id__": 193 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 172 + "__id__": 190 }, "multiplier": 1 }, @@ -6175,16 +6867,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 177 + "__id__": 195 }, "y": { - "__id__": 178 + "__id__": 196 }, "z": { - "__id__": 179 + "__id__": 197 }, "speedModifier": { - "__id__": 180 + "__id__": 198 }, "space": 1 }, @@ -6216,13 +6908,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 182 + "__id__": 200 }, "y": { - "__id__": 183 + "__id__": 201 }, "z": { - "__id__": 184 + "__id__": 202 }, "space": 1 }, @@ -6248,16 +6940,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 186 + "__id__": 204 }, "limitY": { - "__id__": 187 + "__id__": 205 }, "limitZ": { - "__id__": 188 + "__id__": 206 }, "limit": { - "__id__": 189 + "__id__": 207 }, "dampen": 3, "separateAxes": false, @@ -6292,13 +6984,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 191 + "__id__": 209 }, "y": { - "__id__": 192 + "__id__": 210 }, "z": { - "__id__": 193 + "__id__": 211 } }, { @@ -6330,10 +7022,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 195 + "__id__": 213 }, "startFrame": { - "__id__": 196 + "__id__": 214 }, "cycleCount": 1, "_flipU": 0, @@ -6377,25 +7069,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 199 + "__id__": 217 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": false, "widthRatio": { - "__id__": 200 + "__id__": 218 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 201 + "__id__": 219 }, "colorOvertime": { - "__id__": 202 + "__id__": 220 }, "_space": 0, "_particleSystem": { - "__id__": 146 + "__id__": 164 } }, { @@ -6426,7 +7118,7 @@ "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 203 + "__id__": 221 } }, { @@ -6434,7 +7126,7 @@ "colorKeys": [], "alphaKeys": [ { - "__id__": 204 + "__id__": 222 } ], "mode": 0 @@ -6465,7 +7157,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 207 + "__id__": 225 }, "propertyPath": [ "playOnAwake" @@ -6481,7 +7173,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 209 + "__id__": 227 }, "propertyPath": [ "playOnAwake" @@ -6498,30 +7190,31 @@ "__type__": "cc.Node", "_name": "Control", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 134 + "__id__": 152 }, "_children": [ { - "__id__": 211 + "__id__": 229 }, { - "__id__": 214 + "__id__": 232 }, { - "__id__": 217 + "__id__": 235 } ], "_active": false, "_components": [ { - "__id__": 351 + "__id__": 369 }, { - "__id__": 352 + "__id__": 370 }, { - "__id__": 353 + "__id__": 371 } ], "_prefab": null, @@ -6558,17 +7251,18 @@ "__type__": "cc.Node", "_name": "Left", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 210 + "__id__": 228 }, "_children": [], "_active": true, "_components": [ { - "__id__": 212 + "__id__": 230 }, { - "__id__": 213 + "__id__": 231 } ], "_prefab": null, @@ -6605,8 +7299,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 211 + "__id__": 229 }, "_enabled": true, "__prefab": null, @@ -6626,8 +7321,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 211 + "__id__": 229 }, "_enabled": true, "__prefab": null, @@ -6655,17 +7351,18 @@ "__type__": "cc.Node", "_name": "Right", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 210 + "__id__": 228 }, "_children": [], "_active": true, "_components": [ { - "__id__": 215 + "__id__": 233 }, { - "__id__": 216 + "__id__": 234 } ], "_prefab": null, @@ -6702,8 +7399,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 214 + "__id__": 232 }, "_enabled": true, "__prefab": null, @@ -6723,8 +7421,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 214 + "__id__": 232 }, "_enabled": true, "__prefab": null, @@ -6752,27 +7451,28 @@ "__type__": "cc.Node", "_name": "Tutorial", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 210 + "__id__": 228 }, "_children": [ { - "__id__": 218 + "__id__": 236 }, { - "__id__": 280 + "__id__": 298 }, { - "__id__": 342 + "__id__": 360 }, { - "__id__": 346 + "__id__": 364 } ], "_active": true, "_components": [ { - "__id__": 350 + "__id__": 368 } ], "_prefab": null, @@ -6809,20 +7509,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 219 + "__id__": 237 }, { - "__id__": 278 + "__id__": 296 }, { - "__id__": 279 + "__id__": 297 } ], "_prefab": null, @@ -6859,8 +7560,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 236 }, "_enabled": true, "__prefab": null, @@ -6872,60 +7574,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 220 + "__id__": 238 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 221 + "__id__": 239 }, "startSize": { - "__id__": 221 + "__id__": 239 }, "startSizeY": { - "__id__": 222 + "__id__": 240 }, "startSizeZ": { - "__id__": 223 + "__id__": 241 }, "startSpeed": { - "__id__": 224 + "__id__": 242 }, "startRotation3D": false, "startRotationX": { - "__id__": 225 + "__id__": 243 }, "startRotationY": { - "__id__": 226 + "__id__": 244 }, "startRotationZ": { - "__id__": 227 + "__id__": 245 }, "startRotation": { - "__id__": 227 + "__id__": 245 }, "startDelay": { - "__id__": 228 + "__id__": 246 }, "startLifetime": { - "__id__": 229 + "__id__": 247 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 230 + "__id__": 248 }, "rateOverTime": { - "__id__": 231 + "__id__": 249 }, "rateOverDistance": { - "__id__": 232 + "__id__": 250 }, "bursts": [ { - "__id__": 233 + "__id__": 251 } ], "_renderCulling": false, @@ -6936,37 +7638,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 235 + "__id__": 253 }, "_shapeModule": { - "__id__": 241 + "__id__": 259 }, "_sizeOvertimeModule": { - "__id__": 243 + "__id__": 261 }, "_velocityOvertimeModule": { - "__id__": 249 - }, - "_forceOvertimeModule": { - "__id__": 254 - }, - "_limitVelocityOvertimeModule": { - "__id__": 258 - }, - "_rotationOvertimeModule": { - "__id__": 263 - }, - "_textureAnimationModule": { "__id__": 267 }, - "_noiseModule": { - "__id__": 271 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 272 }, + "_limitVelocityOvertimeModule": { + "__id__": 276 + }, + "_rotationOvertimeModule": { + "__id__": 281 + }, + "_textureAnimationModule": { + "__id__": 285 + }, + "_noiseModule": { + "__id__": 289 + }, + "_trailModule": { + "__id__": 290 + }, "renderer": { - "__id__": 277 + "__id__": 295 }, "_prewarm": false, "_capacity": 100, @@ -7062,7 +7764,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 234 + "__id__": 252 } }, { @@ -7075,29 +7777,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 236 + "__id__": 254 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 237 + "__id__": 255 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 238 + "__id__": 256 } ], "alphaKeys": [ { - "__id__": 239 + "__id__": 257 }, { - "__id__": 240 + "__id__": 258 } ], "mode": 0 @@ -7138,7 +7840,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 242 + "__id__": 260 }, "length": 5, "boxThickness": { @@ -7179,23 +7881,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 244 + "__id__": 262 }, "x": { - "__id__": 246 + "__id__": 264 }, "y": { - "__id__": 247 + "__id__": 265 }, "z": { - "__id__": 248 + "__id__": 266 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 245 + "__id__": 263 }, "multiplier": 1 }, @@ -7269,16 +7971,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 250 + "__id__": 268 }, "y": { - "__id__": 251 + "__id__": 269 }, "z": { - "__id__": 252 + "__id__": 270 }, "speedModifier": { - "__id__": 253 + "__id__": 271 }, "space": 1 }, @@ -7310,13 +8012,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 255 + "__id__": 273 }, "y": { - "__id__": 256 + "__id__": 274 }, "z": { - "__id__": 257 + "__id__": 275 }, "space": 1 }, @@ -7342,16 +8044,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 259 + "__id__": 277 }, "limitY": { - "__id__": 260 + "__id__": 278 }, "limitZ": { - "__id__": 261 + "__id__": 279 }, "limit": { - "__id__": 262 + "__id__": 280 }, "dampen": 3, "separateAxes": false, @@ -7386,13 +8088,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 264 + "__id__": 282 }, "y": { - "__id__": 265 + "__id__": 283 }, "z": { - "__id__": 266 + "__id__": 284 } }, { @@ -7423,10 +8125,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 268 + "__id__": 286 }, "startFrame": { - "__id__": 270 + "__id__": 288 }, "cycleCount": 0, "_flipU": 0, @@ -7439,7 +8141,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 269 + "__id__": 287 }, "multiplier": 1 }, @@ -7506,25 +8208,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 273 + "__id__": 291 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 274 + "__id__": 292 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 275 + "__id__": 293 }, "colorOvertime": { - "__id__": 276 + "__id__": 294 }, "_space": 0, "_particleSystem": { - "__id__": 219 + "__id__": 237 } }, { @@ -7583,8 +8285,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 236 }, "_enabled": true, "__prefab": null, @@ -7594,8 +8297,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 236 }, "_enabled": true, "__prefab": null, @@ -7615,20 +8319,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 281 + "__id__": 299 }, { - "__id__": 340 + "__id__": 358 }, { - "__id__": 341 + "__id__": 359 } ], "_prefab": null, @@ -7665,8 +8370,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 280 + "__id__": 298 }, "_enabled": true, "__prefab": null, @@ -7678,60 +8384,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 282 + "__id__": 300 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 283 + "__id__": 301 }, "startSize": { - "__id__": 283 + "__id__": 301 }, "startSizeY": { - "__id__": 284 + "__id__": 302 }, "startSizeZ": { - "__id__": 285 + "__id__": 303 }, "startSpeed": { - "__id__": 286 + "__id__": 304 }, "startRotation3D": false, "startRotationX": { - "__id__": 287 + "__id__": 305 }, "startRotationY": { - "__id__": 288 + "__id__": 306 }, "startRotationZ": { - "__id__": 289 + "__id__": 307 }, "startRotation": { - "__id__": 289 + "__id__": 307 }, "startDelay": { - "__id__": 290 + "__id__": 308 }, "startLifetime": { - "__id__": 291 + "__id__": 309 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 292 + "__id__": 310 }, "rateOverTime": { - "__id__": 293 + "__id__": 311 }, "rateOverDistance": { - "__id__": 294 + "__id__": 312 }, "bursts": [ { - "__id__": 295 + "__id__": 313 } ], "_renderCulling": false, @@ -7742,37 +8448,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 297 + "__id__": 315 }, "_shapeModule": { - "__id__": 303 + "__id__": 321 }, "_sizeOvertimeModule": { - "__id__": 305 + "__id__": 323 }, "_velocityOvertimeModule": { - "__id__": 311 - }, - "_forceOvertimeModule": { - "__id__": 316 - }, - "_limitVelocityOvertimeModule": { - "__id__": 320 - }, - "_rotationOvertimeModule": { - "__id__": 325 - }, - "_textureAnimationModule": { "__id__": 329 }, - "_noiseModule": { - "__id__": 333 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 334 }, + "_limitVelocityOvertimeModule": { + "__id__": 338 + }, + "_rotationOvertimeModule": { + "__id__": 343 + }, + "_textureAnimationModule": { + "__id__": 347 + }, + "_noiseModule": { + "__id__": 351 + }, + "_trailModule": { + "__id__": 352 + }, "renderer": { - "__id__": 339 + "__id__": 357 }, "_prewarm": false, "_capacity": 100, @@ -7868,7 +8574,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 296 + "__id__": 314 } }, { @@ -7881,29 +8587,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 298 + "__id__": 316 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 299 + "__id__": 317 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 300 + "__id__": 318 } ], "alphaKeys": [ { - "__id__": 301 + "__id__": 319 }, { - "__id__": 302 + "__id__": 320 } ], "mode": 0 @@ -7944,7 +8650,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 304 + "__id__": 322 }, "length": 5, "boxThickness": { @@ -7985,23 +8691,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 306 + "__id__": 324 }, "x": { - "__id__": 308 + "__id__": 326 }, "y": { - "__id__": 309 + "__id__": 327 }, "z": { - "__id__": 310 + "__id__": 328 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 307 + "__id__": 325 }, "multiplier": 1 }, @@ -8075,16 +8781,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 312 + "__id__": 330 }, "y": { - "__id__": 313 + "__id__": 331 }, "z": { - "__id__": 314 + "__id__": 332 }, "speedModifier": { - "__id__": 315 + "__id__": 333 }, "space": 1 }, @@ -8116,13 +8822,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 317 + "__id__": 335 }, "y": { - "__id__": 318 + "__id__": 336 }, "z": { - "__id__": 319 + "__id__": 337 }, "space": 1 }, @@ -8148,16 +8854,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 321 + "__id__": 339 }, "limitY": { - "__id__": 322 + "__id__": 340 }, "limitZ": { - "__id__": 323 + "__id__": 341 }, "limit": { - "__id__": 324 + "__id__": 342 }, "dampen": 3, "separateAxes": false, @@ -8192,13 +8898,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 326 + "__id__": 344 }, "y": { - "__id__": 327 + "__id__": 345 }, "z": { - "__id__": 328 + "__id__": 346 } }, { @@ -8229,10 +8935,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 330 + "__id__": 348 }, "startFrame": { - "__id__": 332 + "__id__": 350 }, "cycleCount": 0, "_flipU": 0, @@ -8245,7 +8951,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 331 + "__id__": 349 }, "multiplier": 1 }, @@ -8312,25 +9018,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 335 + "__id__": 353 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 336 + "__id__": 354 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 337 + "__id__": 355 }, "colorOvertime": { - "__id__": 338 + "__id__": 356 }, "_space": 0, "_particleSystem": { - "__id__": 281 + "__id__": 299 } }, { @@ -8389,8 +9095,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 280 + "__id__": 298 }, "_enabled": true, "__prefab": null, @@ -8400,8 +9107,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 280 + "__id__": 298 }, "_enabled": true, "__prefab": null, @@ -8421,20 +9129,21 @@ "__type__": "cc.Node", "_name": "tap-L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 343 + "__id__": 361 }, { - "__id__": 344 + "__id__": 362 }, { - "__id__": 345 + "__id__": 363 } ], "_prefab": null, @@ -8471,8 +9180,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 342 + "__id__": 360 }, "_enabled": true, "__prefab": null, @@ -8492,8 +9202,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 342 + "__id__": 360 }, "_enabled": true, "__prefab": null, @@ -8530,8 +9241,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 342 + "__id__": 360 }, "_enabled": true, "__prefab": null, @@ -8559,20 +9271,21 @@ "__type__": "cc.Node", "_name": "tap_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 347 + "__id__": 365 }, { - "__id__": 348 + "__id__": 366 }, { - "__id__": 349 + "__id__": 367 } ], "_prefab": null, @@ -8609,8 +9322,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 364 }, "_enabled": true, "__prefab": null, @@ -8630,8 +9344,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 364 }, "_enabled": true, "__prefab": null, @@ -8668,8 +9383,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 364 }, "_enabled": true, "__prefab": null, @@ -8697,8 +9413,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 235 }, "_enabled": true, "__prefab": null, @@ -8718,8 +9435,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 228 }, "_enabled": true, "__prefab": null, @@ -8739,16 +9457,17 @@ "__type__": "ae76dAs77NBYYKBvdVg8Tfa", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 228 }, "_enabled": true, "__prefab": null, "_left": { - "__id__": 211 + "__id__": 229 }, "_right": { - "__id__": 214 + "__id__": 232 }, "_id": "8ewMLfwFpP/YdmYCM/ZKig" }, @@ -8756,22 +9475,23 @@ "__type__": "58a5aCWE8VEqJK+0wznWL24", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 228 }, "_enabled": true, "__prefab": null, "_tapL": { - "__id__": 342 + "__id__": 360 }, "_tapR": { - "__id__": 346 + "__id__": 364 }, "_tapLEffect": { - "__id__": 219 + "__id__": 237 }, "_tapREffect": { - "__id__": 281 + "__id__": 299 }, "_id": "a2VeBOPQdNIJ03wdHnez8a" }, @@ -8779,8 +9499,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8800,8 +9521,9 @@ "__type__": "cc.Canvas", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8815,8 +9537,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8844,27 +9567,28 @@ "__type__": "cc.Node", "_name": "OverPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 358 + "__id__": 376 }, { - "__id__": 361 + "__id__": 379 } ], "_active": false, "_components": [ { - "__id__": 432 + "__id__": 450 }, { - "__id__": 433 + "__id__": 451 }, { - "__id__": 434 + "__id__": 452 } ], "_prefab": null, @@ -8901,17 +9625,18 @@ "__type__": "cc.Node", "_name": "BG", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 357 + "__id__": 375 }, "_children": [], "_active": true, "_components": [ { - "__id__": 359 + "__id__": 377 }, { - "__id__": 360 + "__id__": 378 } ], "_prefab": null, @@ -8948,8 +9673,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 358 + "__id__": 376 }, "_enabled": true, "__prefab": null, @@ -8969,8 +9695,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 358 + "__id__": 376 }, "_enabled": true, "__prefab": null, @@ -9007,30 +9734,31 @@ "__type__": "cc.Node", "_name": "Leader_Board", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 357 + "__id__": 375 }, "_children": [ { - "__id__": 362 + "__id__": 380 }, { - "__id__": 366 + "__id__": 384 }, { - "__id__": 410 + "__id__": 428 }, { - "__id__": 422 + "__id__": 440 } ], "_active": true, "_components": [ { - "__id__": 430 + "__id__": 448 }, { - "__id__": 431 + "__id__": 449 } ], "_prefab": null, @@ -9067,20 +9795,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 361 + "__id__": 379 }, "_children": [], "_active": false, "_components": [ { - "__id__": 363 + "__id__": 381 }, { - "__id__": 364 + "__id__": 382 }, { - "__id__": 365 + "__id__": 383 } ], "_prefab": null, @@ -9117,8 +9846,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -9138,8 +9868,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -9173,14 +9904,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f84cfxlbRAEINXe5uu1h8C" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 380 }, "_enabled": true, "__prefab": null, @@ -9208,27 +9963,28 @@ "__type__": "cc.Node", "_name": "ScrollView", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 361 + "__id__": 379 }, "_children": [ { - "__id__": 367 + "__id__": 385 } ], "_active": true, "_components": [ { - "__id__": 406 + "__id__": 424 }, { - "__id__": 407 + "__id__": 425 }, { - "__id__": 408 + "__id__": 426 }, { - "__id__": 409 + "__id__": 427 } ], "_prefab": null, @@ -9265,27 +10021,28 @@ "__type__": "cc.Node", "_name": "view", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 366 + "__id__": 384 }, "_children": [ { - "__id__": 368 + "__id__": 386 } ], "_active": true, "_components": [ { - "__id__": 402 + "__id__": 420 }, { - "__id__": 403 + "__id__": 421 }, { - "__id__": 404 + "__id__": 422 }, { - "__id__": 405 + "__id__": 423 } ], "_prefab": null, @@ -9322,24 +10079,25 @@ "__type__": "cc.Node", "_name": "content", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 367 + "__id__": 385 }, "_children": [ { - "__id__": 369 + "__id__": 387 }, { - "__id__": 377 + "__id__": 395 } ], "_active": true, "_components": [ { - "__id__": 400 + "__id__": 418 }, { - "__id__": 401 + "__id__": 419 } ], "_prefab": null, @@ -9376,17 +10134,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 368 + "__id__": 386 }, "_prefab": { - "__id__": 370 + "__id__": 388 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 369 + "__id__": 387 }, "asset": { "__uuid__": "44541b9d-0cbe-4e00-8819-64b15d93dea7", @@ -9394,7 +10152,7 @@ }, "fileId": "f9uSHaj7BMlIwLhcEY9s8R", "instance": { - "__id__": 371 + "__id__": 389 }, "targetOverrides": null }, @@ -9406,16 +10164,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 372 + "__id__": 390 }, { - "__id__": 374 + "__id__": 392 }, { - "__id__": 375 + "__id__": 393 }, { - "__id__": 376 + "__id__": 394 } ], "removedComponents": [] @@ -9423,7 +10181,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 373 + "__id__": 391 }, "propertyPath": [ "_name" @@ -9439,7 +10197,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 373 + "__id__": 391 }, "propertyPath": [ "_lpos" @@ -9454,7 +10212,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 373 + "__id__": 391 }, "propertyPath": [ "_lrot" @@ -9470,7 +10228,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 373 + "__id__": 391 }, "propertyPath": [ "_euler" @@ -9488,29 +10246,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 386 }, "_children": [ { - "__id__": 378 + "__id__": 396 }, { - "__id__": 389 + "__id__": 407 }, { - "__id__": 393 + "__id__": 411 } ], "_active": true, "_components": [ { - "__id__": 397 + "__id__": 415 }, { - "__id__": 398 + "__id__": 416 }, { - "__id__": 399 + "__id__": 417 } ], "_prefab": null, @@ -9547,24 +10305,25 @@ "__type__": "cc.Node", "_name": "top", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 395 }, "_children": [ { - "__id__": 379 + "__id__": 397 }, { - "__id__": 382 + "__id__": 400 } ], "_active": false, "_components": [ { - "__id__": 387 + "__id__": 405 }, { - "__id__": 388 + "__id__": 406 } ], "_prefab": null, @@ -9601,17 +10360,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 378 + "__id__": 396 }, "_children": [], "_active": true, "_components": [ { - "__id__": 380 + "__id__": 398 }, { - "__id__": 381 + "__id__": 399 } ], "_prefab": null, @@ -9648,8 +10408,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 379 + "__id__": 397 }, "_enabled": true, "__prefab": null, @@ -9669,8 +10430,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 379 + "__id__": 397 }, "_enabled": true, "__prefab": null, @@ -9707,23 +10469,24 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 378 + "__id__": 396 }, "_children": [], "_active": true, "_components": [ { - "__id__": 383 + "__id__": 401 }, { - "__id__": 384 + "__id__": 402 }, { - "__id__": 385 + "__id__": 403 }, { - "__id__": 386 + "__id__": 404 } ], "_prefab": null, @@ -9760,8 +10523,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 382 + "__id__": 400 }, "_enabled": true, "__prefab": null, @@ -9781,8 +10545,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 382 + "__id__": 400 }, "_enabled": true, "__prefab": null, @@ -9816,23 +10581,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "aaenWCd65LMJXVpGA3WMeH", "_enableOutline": true, - "_outlineWidth": 4, "_outlineColor": { "__type__": "cc.Color", "r": 96, "g": 96, "b": 96, "a": 255 - } + }, + "_outlineWidth": 4, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "aaenWCd65LMJXVpGA3WMeH" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 382 + "__id__": 400 }, "_enabled": true, "__prefab": null, @@ -9860,8 +10640,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 382 + "__id__": 400 }, "_enabled": true, "__prefab": null, @@ -9871,8 +10652,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 396 }, "_enabled": true, "__prefab": null, @@ -9892,8 +10674,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 396 }, "_enabled": true, "__prefab": null, @@ -9923,19 +10706,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 390 + "__id__": 408 }, { - "__id__": 391 + "__id__": 409 }, { - "__id__": 392 + "__id__": 410 } ], "_prefab": null, @@ -9972,8 +10755,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 389 + "__id__": 407 }, "_enabled": true, "__prefab": null, @@ -9993,8 +10777,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 389 + "__id__": 407 }, "_enabled": true, "__prefab": null, @@ -10028,14 +10813,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "e6dtJas8xPEb1IQWDWFon3" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 389 + "__id__": 407 }, "_enabled": true, "__prefab": null, @@ -10063,20 +10872,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 394 + "__id__": 412 }, { - "__id__": 395 + "__id__": 413 }, { - "__id__": 396 + "__id__": 414 } ], "_prefab": null, @@ -10113,8 +10923,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 411 }, "_enabled": true, "__prefab": null, @@ -10134,8 +10945,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 411 }, "_enabled": true, "__prefab": null, @@ -10169,14 +10981,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "2cLZrKrAtP0I9qbh4fPBbW" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 411 }, "_enabled": true, "__prefab": null, @@ -10204,8 +11040,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -10225,8 +11062,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -10263,19 +11101,20 @@ "__type__": "552d1g5QNpOeIBUm3Wr1J5c", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, "_bg": { - "__id__": 398 + "__id__": 416 }, "_scoreText": { - "__id__": 395 + "__id__": 413 }, "_topText": { - "__id__": 384 + "__id__": 402 }, "_highLightColor": { "__type__": "cc.Color", @@ -10290,8 +11129,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 368 + "__id__": 386 }, "_enabled": true, "__prefab": null, @@ -10311,8 +11151,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 368 + "__id__": 386 }, "_enabled": true, "__prefab": null, @@ -10342,8 +11183,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10363,8 +11205,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10378,8 +11221,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10417,8 +11261,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10446,8 +11291,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10467,8 +11313,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": false, "__prefab": null, @@ -10505,8 +11352,9 @@ "__type__": "cc.ScrollView", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10519,7 +11367,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 368 + "__id__": 386 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -10529,8 +11377,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10558,30 +11407,31 @@ "__type__": "cc.Node", "_name": "ButtonY", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 361 + "__id__": 379 }, "_children": [ { - "__id__": 411 + "__id__": 429 }, { - "__id__": 414 + "__id__": 432 } ], "_active": true, "_components": [ { - "__id__": 417 + "__id__": 435 }, { - "__id__": 418 + "__id__": 436 }, { - "__id__": 419 + "__id__": 437 }, { - "__id__": 421 + "__id__": 439 } ], "_prefab": null, @@ -10618,17 +11468,18 @@ "__type__": "cc.Node", "_name": "Ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 410 + "__id__": 428 }, "_children": [], "_active": true, "_components": [ { - "__id__": 412 + "__id__": 430 }, { - "__id__": 413 + "__id__": 431 } ], "_prefab": null, @@ -10665,8 +11516,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 411 + "__id__": 429 }, "_enabled": true, "__prefab": null, @@ -10686,8 +11538,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 411 + "__id__": 429 }, "_enabled": true, "__prefab": null, @@ -10721,23 +11574,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a9WlLOPXtITJ/mm95OuCjp" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 410 + "__id__": 428 }, "_children": [], "_active": true, "_components": [ { - "__id__": 415 + "__id__": 433 }, { - "__id__": 416 + "__id__": 434 } ], "_prefab": null, @@ -10774,8 +11651,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 414 + "__id__": 432 }, "_enabled": true, "__prefab": null, @@ -10795,8 +11673,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 414 + "__id__": 432 }, "_enabled": true, "__prefab": null, @@ -10833,8 +11712,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, @@ -10854,8 +11734,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, @@ -10892,14 +11773,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 420 + "__id__": 438 } ], "_interactable": true, @@ -10942,14 +11824,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 410 + "__id__": 428 }, "_id": "83tN1zwmxCxI7aJ2ug7LTQ" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 357 + "__id__": 375 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -10960,8 +11842,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, @@ -10989,24 +11872,25 @@ "__type__": "cc.Node", "_name": "ButtonN", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 361 + "__id__": 379 }, "_children": [ { - "__id__": 423 + "__id__": 441 } ], "_active": true, "_components": [ { - "__id__": 426 + "__id__": 444 }, { - "__id__": 427 + "__id__": 445 }, { - "__id__": 429 + "__id__": 447 } ], "_prefab": null, @@ -11043,17 +11927,18 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 422 + "__id__": 440 }, "_children": [], "_active": true, "_components": [ { - "__id__": 424 + "__id__": 442 }, { - "__id__": 425 + "__id__": 443 } ], "_prefab": null, @@ -11090,8 +11975,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 423 + "__id__": 441 }, "_enabled": true, "__prefab": null, @@ -11111,8 +11997,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 423 + "__id__": 441 }, "_enabled": true, "__prefab": null, @@ -11146,14 +12033,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "b5f4DqQ7VFO7QxxBEOXnaT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 440 }, "_enabled": true, "__prefab": null, @@ -11173,14 +12084,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 440 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 428 + "__id__": 446 } ], "_interactable": true, @@ -11232,14 +12144,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 422 + "__id__": 440 }, "_id": "05kavv3MFKp4R9iVYAgcDb" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 357 + "__id__": 375 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -11250,8 +12162,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 440 }, "_enabled": true, "__prefab": null, @@ -11279,8 +12192,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -11300,8 +12214,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -11338,8 +12253,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -11359,8 +12275,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -11388,26 +12305,27 @@ "__type__": "c5e2dm0qXVOuKP1ju7uyMtJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, "topScore": null, "yourScore": { - "__id__": 395 - }, - "_ticketMinus": { "__id__": 413 }, + "_ticketMinus": { + "__id__": 431 + }, "_buyTicketBtn": { - "__id__": 410 + "__id__": 428 }, "_quitBtn": { - "__id__": 422 + "__id__": 440 }, "_scoreUI": { - "__id__": 129 + "__id__": 147 }, "_scorePrefab": { "__uuid__": "35274179-f40e-4de9-a5d5-43fba9c12669", @@ -11422,17 +12340,17 @@ "__expectedType__": "cc.AudioClip" }, "_starSpeedCurve": { - "__id__": 435 + "__id__": 453 }, "_starScaleCurve": { - "__id__": 437 + "__id__": 455 }, "_id": "bbcyvzebBDsJfOOH9VNeON" }, { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 436 + "__id__": 454 } }, { @@ -11473,7 +12391,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 438 + "__id__": 456 } }, { @@ -11528,24 +12446,25 @@ "__type__": "cc.Node", "_name": "StartPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 440 + "__id__": 458 } ], "_active": false, "_components": [ { - "__id__": 466 + "__id__": 484 }, { - "__id__": 467 + "__id__": 485 }, { - "__id__": 468 + "__id__": 486 } ], "_prefab": null, @@ -11582,33 +12501,34 @@ "__type__": "cc.Node", "_name": "Wrapper", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 439 + "__id__": 457 }, "_children": [ { - "__id__": 441 + "__id__": 459 } ], "_active": true, "_components": [ { - "__id__": 460 + "__id__": 478 }, { - "__id__": 461 + "__id__": 479 }, { - "__id__": 462 + "__id__": 480 }, { - "__id__": 463 + "__id__": 481 }, { - "__id__": 464 + "__id__": 482 }, { - "__id__": 465 + "__id__": 483 } ], "_prefab": null, @@ -11645,30 +12565,31 @@ "__type__": "cc.Node", "_name": "Bg", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 440 + "__id__": 458 }, "_children": [ { - "__id__": 442 + "__id__": 460 }, { - "__id__": 445 + "__id__": 463 }, { - "__id__": 448 + "__id__": 466 }, { - "__id__": 452 + "__id__": 470 } ], "_active": true, "_components": [ { - "__id__": 458 + "__id__": 476 }, { - "__id__": 459 + "__id__": 477 } ], "_prefab": null, @@ -11705,17 +12626,18 @@ "__type__": "cc.Node", "_name": "Bear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 441 + "__id__": 459 }, "_children": [], "_active": true, "_components": [ { - "__id__": 443 + "__id__": 461 }, { - "__id__": 444 + "__id__": 462 } ], "_prefab": null, @@ -11752,8 +12674,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 460 }, "_enabled": true, "__prefab": null, @@ -11773,8 +12696,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 460 }, "_enabled": true, "__prefab": null, @@ -11811,17 +12735,18 @@ "__type__": "cc.Node", "_name": "Rabit", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 441 + "__id__": 459 }, "_children": [], "_active": true, "_components": [ { - "__id__": 446 + "__id__": 464 }, { - "__id__": 447 + "__id__": 465 } ], "_prefab": null, @@ -11858,8 +12783,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 463 }, "_enabled": true, "__prefab": null, @@ -11879,8 +12805,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 463 }, "_enabled": true, "__prefab": null, @@ -11917,20 +12844,21 @@ "__type__": "cc.Node", "_name": "Title", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 441 + "__id__": 459 }, "_children": [], "_active": true, "_components": [ { - "__id__": 449 + "__id__": 467 }, { - "__id__": 450 + "__id__": 468 }, { - "__id__": 451 + "__id__": 469 } ], "_prefab": null, @@ -11967,8 +12895,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 466 }, "_enabled": true, "__prefab": null, @@ -11988,8 +12917,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 466 }, "_enabled": true, "__prefab": null, @@ -12026,8 +12956,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 466 }, "_enabled": true, "__prefab": null, @@ -12055,23 +12986,24 @@ "__type__": "cc.Node", "_name": "StartButton", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 441 + "__id__": 459 }, "_children": [], "_active": true, "_components": [ { - "__id__": 453 + "__id__": 471 }, { - "__id__": 454 + "__id__": 472 }, { - "__id__": 455 + "__id__": 473 }, { - "__id__": 457 + "__id__": 475 } ], "_prefab": null, @@ -12108,8 +13040,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 470 }, "_enabled": true, "__prefab": null, @@ -12129,8 +13062,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 470 }, "_enabled": true, "__prefab": null, @@ -12167,14 +13101,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 470 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 456 + "__id__": 474 } ], "_interactable": true, @@ -12217,14 +13152,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 452 + "__id__": 470 }, "_id": "b5HEsyyjZJ8Yb2u2q1fD82" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 133 + "__id__": 151 }, "component": "", "_componentId": "ecf07La1rNA8YjY0h97yfWf", @@ -12235,8 +13170,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 470 }, "_enabled": true, "__prefab": null, @@ -12264,8 +13200,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 441 + "__id__": 459 }, "_enabled": true, "__prefab": null, @@ -12285,8 +13222,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 441 + "__id__": 459 }, "_enabled": true, "__prefab": null, @@ -12323,8 +13261,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12344,8 +13283,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12359,8 +13299,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12398,8 +13339,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12413,8 +13355,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12439,13 +13382,14 @@ "__type__": "5a603ZsBhVNCKhnWeS0+jrG", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 464 + "__id__": 482 }, "_id": "21CWF/h19B4IC/OI3ayhGG" }, @@ -12453,8 +13397,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12474,8 +13419,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12512,8 +13458,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12541,8 +13488,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, @@ -12562,8 +13510,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, @@ -12591,26 +13540,27 @@ "__type__": "ecf07La1rNA8YjY0h97yfWf", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, "_scoreLabel": { - "__id__": 472 + "__id__": 490 }, "_ticketLabel": { - "__id__": 475 + "__id__": 493 }, "_buffFx": null, "_controlPanel": { - "__id__": 210 + "__id__": 228 }, "_startPanel": { - "__id__": 439 + "__id__": 457 }, "_overPanel": { - "__id__": 357 + "__id__": 375 }, "_id": "449hzGcyZL+Lsj/r1gnEMe" }, @@ -12618,8 +13568,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 491 }, "_enabled": true, "__prefab": null, @@ -12653,23 +13604,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f5byB1+jNCNqjN+Tt3NUoI" }, { "__type__": "cc.Node", "_name": "Score", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [], "_active": true, "_components": [ { - "__id__": 474 + "__id__": 492 }, { - "__id__": 472 + "__id__": 490 } ], "_prefab": null, @@ -12706,8 +13681,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 491 }, "_enabled": true, "__prefab": null, @@ -12727,8 +13703,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -12762,23 +13739,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a4GwzAXlxGDYYLQa2rIEsn" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 495 }, "_children": [], "_active": true, "_components": [ { - "__id__": 485 + "__id__": 503 }, { - "__id__": 475 + "__id__": 493 } ], "_prefab": null, @@ -12815,30 +13816,31 @@ "__type__": "cc.Node", "_name": "Ticket_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 478 + "__id__": 496 }, { - "__id__": 476 + "__id__": 494 } ], "_active": true, "_components": [ { - "__id__": 481 + "__id__": 499 }, { - "__id__": 482 + "__id__": 500 }, { - "__id__": 483 + "__id__": 501 }, { - "__id__": 484 + "__id__": 502 } ], "_prefab": null, @@ -12875,17 +13877,18 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 495 }, "_children": [], "_active": true, "_components": [ { - "__id__": 479 + "__id__": 497 }, { - "__id__": 480 + "__id__": 498 } ], "_prefab": null, @@ -12922,8 +13925,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 478 + "__id__": 496 }, "_enabled": true, "__prefab": null, @@ -12943,8 +13947,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 478 + "__id__": 496 }, "_enabled": true, "__prefab": null, @@ -12981,8 +13986,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -13002,8 +14008,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -13040,8 +14047,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -13069,8 +14077,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -13100,8 +14109,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13121,30 +14131,31 @@ "__type__": "cc.Node", "_name": "Time_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 487 + "__id__": 505 }, { - "__id__": 491 + "__id__": 509 } ], "_active": true, "_components": [ { - "__id__": 504 + "__id__": 522 }, { - "__id__": 505 + "__id__": 523 }, { - "__id__": 506 + "__id__": 524 }, { - "__id__": 507 + "__id__": 525 } ], "_prefab": null, @@ -13181,20 +14192,21 @@ "__type__": "cc.Node", "_name": "Fill", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 486 + "__id__": 504 }, "_children": [], "_active": true, "_components": [ { - "__id__": 488 + "__id__": 506 }, { - "__id__": 489 + "__id__": 507 }, { - "__id__": 490 + "__id__": 508 } ], "_prefab": null, @@ -13231,8 +14243,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 487 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13252,8 +14265,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 487 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13290,8 +14304,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 487 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13319,27 +14334,28 @@ "__type__": "cc.Node", "_name": "Node", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 486 + "__id__": 504 }, "_children": [ { - "__id__": 492 + "__id__": 510 }, { - "__id__": 498 + "__id__": 516 } ], "_active": true, "_components": [ { - "__id__": 501 + "__id__": 519 }, { - "__id__": 502 + "__id__": 520 }, { - "__id__": 503 + "__id__": 521 } ], "_prefab": null, @@ -13376,21 +14392,22 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 491 + "__id__": 509 }, "_children": [ { - "__id__": 493 + "__id__": 511 } ], "_active": true, "_components": [ { - "__id__": 496 + "__id__": 514 }, { - "__id__": 497 + "__id__": 515 } ], "_prefab": null, @@ -13427,17 +14444,18 @@ "__type__": "cc.Node", "_name": "Clock", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 492 + "__id__": 510 }, "_children": [], "_active": true, "_components": [ { - "__id__": 494 + "__id__": 512 }, { - "__id__": 495 + "__id__": 513 } ], "_prefab": null, @@ -13474,8 +14492,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 511 }, "_enabled": true, "__prefab": null, @@ -13495,8 +14514,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 511 }, "_enabled": true, "__prefab": null, @@ -13533,8 +14553,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 510 }, "_enabled": true, "__prefab": null, @@ -13554,8 +14575,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 510 }, "_enabled": true, "__prefab": null, @@ -13592,17 +14614,18 @@ "__type__": "cc.Node", "_name": "Timer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 491 + "__id__": 509 }, "_children": [], "_active": true, "_components": [ { - "__id__": 499 + "__id__": 517 }, { - "__id__": 500 + "__id__": 518 } ], "_prefab": null, @@ -13639,8 +14662,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 498 + "__id__": 516 }, "_enabled": true, "__prefab": null, @@ -13660,8 +14684,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 498 + "__id__": 516 }, "_enabled": true, "__prefab": null, @@ -13695,14 +14720,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a6XPOPkqJBnJOCtxGvbXeu" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 509 }, "_enabled": true, "__prefab": null, @@ -13722,8 +14771,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 509 }, "_enabled": true, "__prefab": null, @@ -13753,8 +14803,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 509 }, "_enabled": true, "__prefab": null, @@ -13782,8 +14833,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13803,8 +14855,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13841,8 +14894,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13870,19 +14924,20 @@ "__type__": "204c1A707JPjYYnhqfMvkXj", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, "_timeLabel": { - "__id__": 500 + "__id__": 518 }, "_fill": { - "__id__": 489 + "__id__": 507 }, "_timeIcon": { - "__id__": 493 + "__id__": 511 }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", @@ -13894,33 +14949,34 @@ "__type__": "cc.Node", "_name": "Button", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 509 + "__id__": 527 }, { - "__id__": 512 + "__id__": 530 } ], "_active": true, "_components": [ { - "__id__": 515 + "__id__": 533 }, { - "__id__": 516 + "__id__": 534 }, { - "__id__": 517 + "__id__": 535 }, { - "__id__": 519 + "__id__": 537 }, { - "__id__": 520 + "__id__": 538 } ], "_prefab": null, @@ -13957,17 +15013,18 @@ "__type__": "cc.Node", "_name": "Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 526 }, "_children": [], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 528 }, { - "__id__": 511 + "__id__": 529 } ], "_prefab": null, @@ -14004,8 +15061,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 527 }, "_enabled": true, "__prefab": null, @@ -14025,8 +15083,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 527 }, "_enabled": true, "__prefab": null, @@ -14063,17 +15122,18 @@ "__type__": "cc.Node", "_name": "No_Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 526 }, "_children": [], "_active": false, "_components": [ { - "__id__": 513 + "__id__": 531 }, { - "__id__": 514 + "__id__": 532 } ], "_prefab": null, @@ -14110,8 +15170,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 512 + "__id__": 530 }, "_enabled": true, "__prefab": null, @@ -14131,8 +15192,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 512 + "__id__": 530 }, "_enabled": true, "__prefab": null, @@ -14169,8 +15231,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -14190,8 +15253,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -14228,14 +15292,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 518 + "__id__": 536 } ], "_interactable": true, @@ -14278,14 +15343,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 508 + "__id__": 526 }, "_id": "1cDmuMEIFEs5ImBNG5Gm0F" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 508 + "__id__": 526 }, "component": "", "_componentId": "fe619HtEX1OQq7oeACKrANd", @@ -14296,8 +15361,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -14325,16 +15391,17 @@ "__type__": "fe619HtEX1OQq7oeACKrANd", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, "_unMute": { - "__id__": 509 + "__id__": 527 }, "_mute": { - "__id__": 512 + "__id__": 530 }, "_id": "adeG5FRP1GpLzDXol2pxU+" }, @@ -14342,8 +15409,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 132 + "__id__": 150 }, "_enabled": true, "__prefab": null, @@ -14363,8 +15431,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 132 + "__id__": 150 }, "_enabled": true, "__prefab": null, @@ -14392,20 +15461,21 @@ "__type__": "cc.Node", "_name": "avt sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [], "_active": true, "_components": [ { - "__id__": 524 + "__id__": 542 }, { - "__id__": 525 + "__id__": 543 }, { - "__id__": 526 + "__id__": 544 } ], "_prefab": null, @@ -14442,8 +15512,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 523 + "__id__": 541 }, "_enabled": true, "__prefab": null, @@ -14463,8 +15534,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 523 + "__id__": 541 }, "_enabled": true, "__prefab": null, @@ -14501,8 +15573,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 523 + "__id__": 541 }, "_enabled": true, "__prefab": null, @@ -14530,20 +15603,21 @@ "__type__": "cc.Node", "_name": "username", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [], "_active": true, "_components": [ { - "__id__": 528 + "__id__": 546 }, { - "__id__": 529 + "__id__": 547 }, { - "__id__": 530 + "__id__": 548 } ], "_prefab": null, @@ -14580,8 +15654,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 527 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14601,8 +15676,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 527 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14636,14 +15712,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "adCA7B1wlPGrpl/gYGZWzQ" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 527 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14671,8 +15771,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14692,8 +15793,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14730,8 +15832,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14759,8 +15862,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14780,8 +15884,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14818,8 +15923,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14847,8 +15953,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14878,8 +15985,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14899,8 +16007,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14937,8 +16046,9 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, @@ -15068,33 +16178,34 @@ "__type__": "cc.Node", "_name": "Goal trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [ { - "__id__": 547 + "__id__": 565 }, { - "__id__": 559 + "__id__": 577 }, { - "__id__": 568 + "__id__": 586 }, { - "__id__": 611 + "__id__": 629 } ], "_active": true, "_components": [ { - "__id__": 615 + "__id__": 633 }, { - "__id__": 616 + "__id__": 634 }, { - "__id__": 617 + "__id__": 635 } ], "_prefab": null, @@ -15131,27 +16242,28 @@ "__type__": "cc.Node", "_name": "Slide", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [ { - "__id__": 548 + "__id__": 566 }, { - "__id__": 551 + "__id__": 569 }, { - "__id__": 554 + "__id__": 572 } ], "_active": true, "_components": [ { - "__id__": 557 + "__id__": 575 }, { - "__id__": 558 + "__id__": 576 } ], "_prefab": null, @@ -15188,17 +16300,18 @@ "__type__": "cc.Node", "_name": "Slide2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 547 + "__id__": 565 }, "_children": [], "_active": true, "_components": [ { - "__id__": 549 + "__id__": 567 }, { - "__id__": 550 + "__id__": 568 } ], "_prefab": null, @@ -15235,8 +16348,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 548 + "__id__": 566 }, "_enabled": true, "__prefab": null, @@ -15256,8 +16370,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 548 + "__id__": 566 }, "_enabled": true, "__prefab": null, @@ -15294,17 +16409,18 @@ "__type__": "cc.Node", "_name": "x2 copy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 547 + "__id__": 565 }, "_children": [], "_active": true, "_components": [ { - "__id__": 552 + "__id__": 570 }, { - "__id__": 553 + "__id__": 571 } ], "_prefab": null, @@ -15341,8 +16457,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 569 }, "_enabled": true, "__prefab": null, @@ -15362,8 +16479,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 569 }, "_enabled": true, "__prefab": null, @@ -15400,17 +16518,18 @@ "__type__": "cc.Node", "_name": "x2 copy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 547 + "__id__": 565 }, "_children": [], "_active": true, "_components": [ { - "__id__": 555 + "__id__": 573 }, { - "__id__": 556 + "__id__": 574 } ], "_prefab": null, @@ -15447,8 +16566,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 554 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15468,8 +16588,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 554 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15506,8 +16627,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 565 }, "_enabled": true, "__prefab": null, @@ -15527,8 +16649,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 565 }, "_enabled": true, "__prefab": null, @@ -15565,24 +16688,25 @@ "__type__": "cc.Node", "_name": "Goal", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [ { - "__id__": 560 + "__id__": 578 }, { - "__id__": 563 + "__id__": 581 } ], "_active": true, "_components": [ { - "__id__": 566 + "__id__": 584 }, { - "__id__": 567 + "__id__": 585 } ], "_prefab": null, @@ -15619,17 +16743,18 @@ "__type__": "cc.Node", "_name": "Goal2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 559 + "__id__": 577 }, "_children": [], "_active": false, "_components": [ { - "__id__": 561 + "__id__": 579 }, { - "__id__": 562 + "__id__": 580 } ], "_prefab": null, @@ -15666,8 +16791,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 560 + "__id__": 578 }, "_enabled": true, "__prefab": null, @@ -15687,8 +16813,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 560 + "__id__": 578 }, "_enabled": true, "__prefab": null, @@ -15725,17 +16852,18 @@ "__type__": "cc.Node", "_name": "Goal1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 559 + "__id__": 577 }, "_children": [], "_active": true, "_components": [ { - "__id__": 564 + "__id__": 582 }, { - "__id__": 565 + "__id__": 583 } ], "_prefab": null, @@ -15772,8 +16900,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 581 }, "_enabled": true, "__prefab": null, @@ -15793,8 +16922,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 581 }, "_enabled": true, "__prefab": null, @@ -15831,8 +16961,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 577 }, "_enabled": true, "__prefab": null, @@ -15852,8 +16983,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 577 }, "_enabled": false, "__prefab": null, @@ -15890,24 +17022,25 @@ "__type__": "cc.Node", "_name": "Ear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [ { - "__id__": 569 + "__id__": 587 }, { - "__id__": 588 + "__id__": 606 } ], "_active": true, "_components": [ { - "__id__": 609 + "__id__": 627 }, { - "__id__": 610 + "__id__": 628 } ], "_prefab": null, @@ -15944,17 +17077,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 568 + "__id__": 586 }, "_prefab": { - "__id__": 570 + "__id__": 588 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 569 + "__id__": 587 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -15962,7 +17095,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 571 + "__id__": 589 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -15975,37 +17108,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 572 + "__id__": 590 }, { - "__id__": 574 + "__id__": 592 }, { - "__id__": 575 + "__id__": 593 }, { - "__id__": 576 + "__id__": 594 }, { - "__id__": 577 + "__id__": 595 }, { - "__id__": 579 + "__id__": 597 }, { - "__id__": 580 + "__id__": 598 }, { - "__id__": 581 + "__id__": 599 }, { - "__id__": 582 + "__id__": 600 }, { - "__id__": 584 + "__id__": 602 }, { - "__id__": 586 + "__id__": 604 } ], "removedComponents": [] @@ -16013,7 +17146,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 591 }, "propertyPath": [ "_name" @@ -16029,7 +17162,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 591 }, "propertyPath": [ "_lpos" @@ -16044,7 +17177,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 591 }, "propertyPath": [ "_lrot" @@ -16060,7 +17193,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 591 }, "propertyPath": [ "_euler" @@ -16075,7 +17208,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 578 + "__id__": 596 }, "propertyPath": [ "_lrot" @@ -16097,7 +17230,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 578 + "__id__": 596 }, "propertyPath": [ "_euler" @@ -16112,7 +17245,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 591 }, "propertyPath": [ "_layer" @@ -16122,7 +17255,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 578 + "__id__": 596 }, "propertyPath": [ "_layer" @@ -16132,7 +17265,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 583 + "__id__": 601 }, "propertyPath": [ "_layer" @@ -16148,7 +17281,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 585 + "__id__": 603 }, "propertyPath": [ "_layer" @@ -16164,7 +17297,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 587 + "__id__": 605 }, "propertyPath": [ "_rotationOvertimeModule", @@ -16183,17 +17316,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 568 + "__id__": 586 }, "_prefab": { - "__id__": 589 + "__id__": 607 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 588 + "__id__": 606 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -16201,7 +17334,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 590 + "__id__": 608 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -16214,43 +17347,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 591 + "__id__": 609 }, { - "__id__": 593 + "__id__": 611 }, { - "__id__": 594 + "__id__": 612 }, { - "__id__": 595 + "__id__": 613 }, { - "__id__": 596 + "__id__": 614 }, { - "__id__": 597 + "__id__": 615 }, { - "__id__": 599 + "__id__": 617 }, { - "__id__": 600 + "__id__": 618 }, { - "__id__": 601 + "__id__": 619 }, { - "__id__": 602 + "__id__": 620 }, { - "__id__": 604 + "__id__": 622 }, { - "__id__": 605 + "__id__": 623 }, { - "__id__": 607 + "__id__": 625 } ], "removedComponents": [] @@ -16258,7 +17391,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_name" @@ -16274,7 +17407,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_lpos" @@ -16289,7 +17422,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_lrot" @@ -16305,7 +17438,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_euler" @@ -16320,7 +17453,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_layer" @@ -16330,7 +17463,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 598 + "__id__": 616 }, "propertyPath": [ "_lrot" @@ -16352,7 +17485,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 598 + "__id__": 616 }, "propertyPath": [ "_euler" @@ -16367,7 +17500,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 610 }, "propertyPath": [ "_lscale" @@ -16382,7 +17515,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 598 + "__id__": 616 }, "propertyPath": [ "_lscale" @@ -16397,7 +17530,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 621 }, "propertyPath": [ "_rotationOvertimeModule", @@ -16415,7 +17548,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 598 + "__id__": 616 }, "propertyPath": [ "_layer" @@ -16425,7 +17558,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 606 + "__id__": 624 }, "propertyPath": [ "_layer" @@ -16441,7 +17574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 608 + "__id__": 626 }, "propertyPath": [ "_layer" @@ -16458,8 +17591,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 586 }, "_enabled": true, "__prefab": null, @@ -16479,8 +17613,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 586 }, "_enabled": true, "__prefab": null, @@ -16517,20 +17652,21 @@ "__type__": "cc.Node", "_name": "Trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [], "_active": true, "_components": [ { - "__id__": 612 + "__id__": 630 }, { - "__id__": 613 + "__id__": 631 }, { - "__id__": 614 + "__id__": 632 } ], "_prefab": null, @@ -16567,8 +17703,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, @@ -16588,8 +17725,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, @@ -16647,8 +17785,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 629 }, "_enabled": true, "__prefab": null, @@ -16656,7 +17795,7 @@ "bullet": false, "awakeOnLoad": true, "_group": 2, - "_type": 1, + "_type": 3, "_allowSleep": true, "_gravityScale": 1, "_linearDamping": 0, @@ -16674,8 +17813,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -16695,16 +17835,17 @@ "__type__": "ce7b7e0d6BHlaRFoKBZN0h/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 613 + "__id__": 631 }, "_animation": { - "__id__": 617 + "__id__": 635 }, "_score": 100, "_goalFx": { @@ -16717,8 +17858,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -16743,23 +17885,24 @@ "__type__": "cc.Node", "_name": "goal border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 619 + "__id__": 637 }, { - "__id__": 620 + "__id__": 638 }, { - "__id__": 621 + "__id__": 639 }, { - "__id__": 622 + "__id__": 640 } ], "_prefab": null, @@ -16796,8 +17939,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 636 }, "_enabled": true, "__prefab": null, @@ -16817,8 +17961,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 636 }, "_enabled": true, "__prefab": null, @@ -16941,8 +18086,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 636 }, "_enabled": true, "__prefab": null, @@ -17060,8 +18206,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 636 }, "_enabled": true, "__prefab": null, @@ -17087,20 +18234,24 @@ "__type__": "cc.Node", "_name": "Mutil ball", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 624 + "__id__": 642 }, { - "__id__": 625 + "__id__": 643 }, { - "__id__": 626 + "__id__": 644 + }, + { + "__id__": 645 } ], "_prefab": null, @@ -17137,8 +18288,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 641 }, "_enabled": true, "__prefab": null, @@ -17158,8 +18310,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 641 }, "_enabled": true, "__prefab": null, @@ -17212,19 +18365,20 @@ "__type__": "e3b5fa7tUtAbK3rQJ/G2Rox", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 641 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 625 + "__id__": 643 }, "_portLeft": { - "__id__": 569 + "__id__": 587 }, "_portRight": { - "__id__": 588 + "__id__": 606 }, "_fx": { "__uuid__": "7afbc379-62e2-4721-b6d4-be47b00b6db2", @@ -17236,31 +18390,60 @@ }, "_id": "cf4OeeWmpFIouLcLflIG+0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 641 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "64DrIoK2BJnJtqc1Ykow0T" + }, { "__type__": "cc.Node", "_name": "Enemies", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 628 - }, - { - "__id__": 644 + "__id__": 647 }, { "__id__": 663 }, { "__id__": 682 + }, + { + "__id__": 701 } ], "_active": true, "_components": [ { - "__id__": 701 + "__id__": 720 } ], "_prefab": null, @@ -17297,27 +18480,28 @@ "__type__": "cc.Node", "_name": "Enemy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 646 }, "_children": [ { - "__id__": 629 + "__id__": 648 }, { - "__id__": 636 + "__id__": 655 }, { - "__id__": 638 + "__id__": 657 } ], "_active": true, "_components": [ { - "__id__": 640 + "__id__": 659 }, { - "__id__": 641 + "__id__": 660 } ], "_prefab": null, @@ -17354,635 +18538,9 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 628 - }, - "_children": [ - { - "__id__": 630 - } - ], - "_active": true, - "_components": [ - { - "__id__": 633 - }, - { - "__id__": 634 - }, - { - "__id__": 635 - } - ], - "_prefab": null, - "_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": "4bjRuzC6JA4YSK3sesvsEo" - }, - { - "__type__": "cc.Node", - "_name": "Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 629 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 631 - }, - { - "__id__": 632 - } - ], - "_prefab": null, - "_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": "48Jq3qKO1OGYNU6ZZolKvh" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 630 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 69.316, - "height": 128.54967272727276 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.2 - }, - "_id": "ebhHsb7llCta2cZSbXZgep" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 630 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "7c60ff4a-1e1e-4cc5-b480-0510a6696fb4@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": "88ElJ1/DxFXqzhEg9WWF2Q" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 629 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "3dLokjN9RCIaKnLpB9O8B2" - }, - { - "__type__": "cc.BoxCollider2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 629 - }, - "_enabled": true, - "__prefab": null, - "tag": 0, - "_group": 32, - "_density": 1.5, - "_sensor": false, - "_friction": 2, - "_restitution": 1, - "_offset": { - "__type__": "cc.Vec2", - "x": 0, - "y": 40 - }, - "_size": { - "__type__": "cc.Size", - "width": 60, - "height": 120 - }, - "_id": "90kf5VGjJC+aNU9ffPOlxP" - }, - { - "__type__": "cc.RigidBody2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 629 - }, - "_enabled": true, - "__prefab": null, - "enabledContactListener": true, - "bullet": false, - "awakeOnLoad": true, - "_group": 32, - "_type": 1, - "_allowSleep": true, - "_gravityScale": 0, - "_linearDamping": 0, - "_angularDamping": 0, - "_linearVelocity": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_angularVelocity": 0, - "_fixedRotation": false, - "_id": "8dvhScRPxNGJcgc4DlI+sg" - }, - { - "__type__": "cc.Node", - "_name": "P1", - "_objFlags": 0, - "_parent": { - "__id__": 628 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 637 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -169.459, - "y": 132.267, - "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": "8cAELd4oVHZZUzcef+oECU" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 636 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "bcs4nt6iVGCIzi/qJKQox5" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 628 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 639 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 175.176, - "y": 132.267, - "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": "5bVXjFjUxMvodltqkonJVs" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 638 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "e9iqRWdJJOC4/vSnwQPd77" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 628 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "5aXYxmrtNPBYpfAg4Gkf81" - }, - { - "__type__": "bed15fuvPJLIp1O3BWg43ad", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 628 - }, - "_enabled": true, - "__prefab": null, - "_collider": { - "__id__": 634 - }, - "_sprite": { - "__id__": 632 - }, - "_patrolPoint1": { - "__id__": 636 - }, - "_patrolPoint2": { - "__id__": 638 - }, - "_speed": 50, - "_requireGoal": 3, - "_curveY": true, - "_patrolCurve": { - "__id__": 642 - }, - "_multiplierCurve": 120, - "_hitSound": { - "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", - "__expectedType__": "cc.AudioClip" - }, - "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" - }, - { - "__type__": "cc.AnimationCurve", - "_curve": { - "__id__": 643 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": -3.8915712265701936, - "rightTangentWeight": 1, - "leftTangent": -3.8915712265701936, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 4.0305559132334166, - "rightTangentWeight": 1, - "leftTangent": 4.0305559132334166, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 2, - "postExtrapolation": 1 - }, - { - "__type__": "cc.Node", - "_name": "Enemy-001", - "_objFlags": 0, - "_parent": { - "__id__": 627 - }, - "_children": [ - { - "__id__": 645 - }, - { - "__id__": 648 - }, - { - "__id__": 655 - }, - { - "__id__": 657 - } - ], - "_active": true, - "_components": [ - { - "__id__": 659 - }, - { - "__id__": 660 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -250, - "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": "18+kT+2ZpPfZ3DuSbkDNqt" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 644 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 646 - }, - { - "__id__": 647 - } - ], - "_prefab": null, - "_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": "dfwes+qExMp4Xkg0S2bPFN" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "b3QsrO+N1IWreCZ073kIKU" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "d2384282-03f6-4cd3-a1fc-7711e12053c7@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": "54brAva/tASoR7Cs2hb9XM" - }, - { - "__type__": "cc.Node", - "_name": "Collider", - "_objFlags": 0, - "_parent": { - "__id__": 644 + "__id__": 647 }, "_children": [ { @@ -18029,12 +18587,13 @@ "y": 0, "z": 0 }, - "_id": "2dKupfM6NIVJ5ph4/l5wL7" + "_id": "4bjRuzC6JA4YSK3sesvsEo" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 648 }, @@ -18076,12 +18635,13 @@ "y": 0, "z": 0 }, - "_id": "e5sOYx2TdOZ5pw7fSJzYGP" + "_id": "48Jq3qKO1OGYNU6ZZolKvh" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 649 }, @@ -18097,12 +18657,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "1acIwAvGFDHpQ7W32wdiTl" + "_id": "ebhHsb7llCta2cZSbXZgep" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 649 }, @@ -18135,12 +18696,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "edH7a2QpFKyJ4ZBRqBNtXw" + "_id": "88ElJ1/DxFXqzhEg9WWF2Q" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 648 }, @@ -18156,12 +18718,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "a9MSuZkD1HfrYtuRU3K6Hg" + "_id": "3dLokjN9RCIaKnLpB9O8B2" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 648 }, @@ -18183,12 +18746,13 @@ "width": 60, "height": 120 }, - "_id": "dbmeH3gmFAvJs/bigqXRgW" + "_id": "90kf5VGjJC+aNU9ffPOlxP" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 648 }, @@ -18210,14 +18774,15 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "f8X/fpNaJN96ke6JV6G2jG" + "_id": "8dvhScRPxNGJcgc4DlI+sg" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 644 + "__id__": 647 }, "_children": [], "_active": true, @@ -18229,8 +18794,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -150, - "y": 0, + "x": -169.459, + "y": 132.267, "z": 0 }, "_lrot": { @@ -18254,12 +18819,13 @@ "y": 0, "z": 0 }, - "_id": "93XXm9KPBI745uONch5Ey3" + "_id": "8cAELd4oVHZZUzcef+oECU" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 655 }, @@ -18275,14 +18841,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "9a2ukUnK5Bf4E5CJd460bA" + "_id": "bcs4nt6iVGCIzi/qJKQox5" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 644 + "__id__": 647 }, "_children": [], "_active": true, @@ -18294,8 +18861,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 150, - "y": 0, + "x": 175.176, + "y": 132.267, "z": 0 }, "_lrot": { @@ -18319,12 +18886,13 @@ "y": 0, "z": 0 }, - "_id": "90vylvvqtAdLfFBo8AOZfm" + "_id": "5bVXjFjUxMvodltqkonJVs" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 657 }, @@ -18340,14 +18908,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "fc8oJrocxPLIookMyx8Bfd" + "_id": "e9iqRWdJJOC4/vSnwQPd77" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 647 }, "_enabled": true, "__prefab": null, @@ -18361,14 +18930,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "ce6BIEMllOCrkTeCoYehH+" + "_id": "5aXYxmrtNPBYpfAg4Gkf81" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 647 }, "_enabled": true, "__prefab": null, @@ -18385,17 +18955,17 @@ "__id__": 657 }, "_speed": 50, - "_requireGoal": 6, - "_curveY": false, + "_requireGoal": 3, + "_curveY": true, "_patrolCurve": { "__id__": 661 }, - "_multiplierCurve": 100, + "_multiplierCurve": 120, "_hitSound": { "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" + "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" }, { "__type__": "cc.AnimationCurve", @@ -18414,11 +18984,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": -3.8915712265701936, + "rightTangentWeight": 1, + "leftTangent": -3.8915712265701936, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null }, @@ -18426,11 +18996,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": 4.0305559132334166, + "rightTangentWeight": 1, + "leftTangent": 4.0305559132334166, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null } @@ -18440,10 +19010,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-002", + "_name": "Enemy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 646 }, "_children": [ { @@ -18471,7 +19042,55 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 260, + "x": 0, + "y": -250, + "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": "18+kT+2ZpPfZ3DuSbkDNqt" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 663 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 665 + }, + { + "__id__": 666 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, "y": 0, "z": 0 }, @@ -18496,59 +19115,13 @@ "y": 0, "z": 0 }, - "_id": "3bkG+zegpB94dI5U9Q0LVJ" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 663 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 665 - }, - { - "__id__": 666 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -27, - "y": -10, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0.3007057995042731, - "w": 0.9537169507482269 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 35 - }, - "_id": "0fb9aAQzxJmpJuIyfU0LxT" + "_id": "dfwes+qExMp4Xkg0S2bPFN" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 664 }, @@ -18556,7 +19129,7 @@ "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 226.876, + "width": 300, "height": 24 }, "_anchorPoint": { @@ -18564,12 +19137,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "3dwb9NRslLfbbldbD2IvaW" + "_id": "b3QsrO+N1IWreCZ073kIKU" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 664 }, @@ -18602,12 +19176,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "d1X9XR9AhNMZ2xa0bfjLLC" + "_id": "54brAva/tASoR7Cs2hb9XM" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 663 }, @@ -18656,12 +19231,13 @@ "y": 0, "z": 0 }, - "_id": "63BhIjzuxL15qwv7qilwht" + "_id": "2dKupfM6NIVJ5ph4/l5wL7" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 667 }, @@ -18703,12 +19279,13 @@ "y": 0, "z": 0 }, - "_id": "e2Y3RO9uZKPoHdQPc8daYR" + "_id": "e5sOYx2TdOZ5pw7fSJzYGP" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 668 }, @@ -18724,12 +19301,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "39GHia0vRIi758HkCQL8fw" + "_id": "1acIwAvGFDHpQ7W32wdiTl" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 668 }, @@ -18762,12 +19340,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1e4E3UyplK1aI1+HIDhaB5" + "_id": "edH7a2QpFKyJ4ZBRqBNtXw" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 667 }, @@ -18783,12 +19362,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "70yWcTOSRLQ50NgGpIPEG8" + "_id": "a9MSuZkD1HfrYtuRU3K6Hg" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 667 }, @@ -18810,12 +19390,13 @@ "width": 60, "height": 120 }, - "_id": "a5nzPxrVpMS5j7KCF0oDwU" + "_id": "dbmeH3gmFAvJs/bigqXRgW" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 667 }, @@ -18837,12 +19418,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "35hgHRw69MJ7I3tWeYN+H9" + "_id": "f8X/fpNaJN96ke6JV6G2jG" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 663 }, @@ -18856,8 +19438,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -110, - "y": -70, + "x": -150, + "y": 0, "z": 0 }, "_lrot": { @@ -18881,12 +19463,13 @@ "y": 0, "z": 0 }, - "_id": "f2QtNSZqpBYKqmXuSnmt7C" + "_id": "93XXm9KPBI745uONch5Ey3" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 674 }, @@ -18902,12 +19485,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "e93U3nTmNLTIAKaXDV0toz" + "_id": "9a2ukUnK5Bf4E5CJd460bA" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 663 }, @@ -18921,8 +19505,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 60, - "y": 50, + "x": 150, + "y": 0, "z": 0 }, "_lrot": { @@ -18946,12 +19530,13 @@ "y": 0, "z": 0 }, - "_id": "18syyLG5JD+6vpsWTS+Bzm" + "_id": "90vylvvqtAdLfFBo8AOZfm" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 676 }, @@ -18967,12 +19552,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "58fmdnUz5AVoBSvQryrlMl" + "_id": "fc8oJrocxPLIookMyx8Bfd" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 663 }, @@ -18988,12 +19574,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "4f2IYDJzJGPJwceFFVPOGU" + "_id": "ce6BIEMllOCrkTeCoYehH+" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 663 }, @@ -19012,7 +19599,7 @@ "__id__": 676 }, "_speed": 50, - "_requireGoal": 9, + "_requireGoal": 6, "_curveY": false, "_patrolCurve": { "__id__": 680 @@ -19022,7 +19609,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "99Yu77Ej9N4JRBZjD+OE2I" + "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" }, { "__type__": "cc.AnimationCurve", @@ -19067,10 +19654,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-003", + "_name": "Enemy-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 646 }, "_children": [ { @@ -19098,7 +19686,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -260, + "x": 260, "y": 0, "z": 0 }, @@ -19123,12 +19711,13 @@ "y": 0, "z": 0 }, - "_id": "19gmNDihVIn4xuf9iziUSy" + "_id": "3bkG+zegpB94dI5U9Q0LVJ" }, { "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 682 }, @@ -19145,7 +19734,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 27, + "x": -27, "y": -10, "z": 0 }, @@ -19153,7 +19742,7 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": -0.3007057995042731, + "z": 0.3007057995042731, "w": 0.9537169507482269 }, "_lscale": { @@ -19168,14 +19757,15 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": -35 + "z": 35 }, - "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + "_id": "0fb9aAQzxJmpJuIyfU0LxT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 683 }, @@ -19191,12 +19781,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "84ir6nNMBLrJaw+40xTeMD" + "_id": "3dwb9NRslLfbbldbD2IvaW" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 683 }, @@ -19229,12 +19820,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "c026nvSg5CxaNhluijpnn1" + "_id": "d1X9XR9AhNMZ2xa0bfjLLC" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 682 }, @@ -19283,12 +19875,13 @@ "y": 0, "z": 0 }, - "_id": "02y1iq6YBEi4UmUD/dUrQm" + "_id": "63BhIjzuxL15qwv7qilwht" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 686 }, @@ -19330,12 +19923,13 @@ "y": 0, "z": 0 }, - "_id": "54ZsdxJ/JJMbU42gWOmIub" + "_id": "e2Y3RO9uZKPoHdQPc8daYR" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 687 }, @@ -19351,12 +19945,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "5aeDOQ0g9A/bQVO09g2tFb" + "_id": "39GHia0vRIi758HkCQL8fw" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 687 }, @@ -19389,12 +19984,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1foQovVslMkLPZzV4es3Um" + "_id": "1e4E3UyplK1aI1+HIDhaB5" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 686 }, @@ -19403,19 +19999,20 @@ "_contentSize": { "__type__": "cc.Size", "width": 100, - "height": 200 + "height": 100 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, "y": 0.5 }, - "_id": "8fouZJwQ5MppLz9Pav+hx6" + "_id": "70yWcTOSRLQ50NgGpIPEG8" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 686 }, @@ -19437,12 +20034,13 @@ "width": 60, "height": 120 }, - "_id": "d1Wh3Y56pGG7X0UK9MekQo" + "_id": "a5nzPxrVpMS5j7KCF0oDwU" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 686 }, @@ -19464,12 +20062,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "e51xRew7JNGasctJYhFzdF" + "_id": "35hgHRw69MJ7I3tWeYN+H9" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 682 }, @@ -19483,72 +20082,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -60, - "y": 50, - "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": "d52oxxykFMJL/MfH67D28m" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 693 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "791JhDbJBOOLnBiCInRkHn" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 682 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 696 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 110, + "x": -110, "y": -70, "z": 0 }, @@ -19573,12 +20107,80 @@ "y": 0, "z": 0 }, - "_id": "16WrC1orpD5YetagBRhOGm" + "_id": "f2QtNSZqpBYKqmXuSnmt7C" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 693 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "e93U3nTmNLTIAKaXDV0toz" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 682 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 696 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 60, + "y": 50, + "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": "18syyLG5JD+6vpsWTS+Bzm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 695 }, @@ -19594,12 +20196,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "468h3XWxdP6YnLbAcnzSyh" + "_id": "58fmdnUz5AVoBSvQryrlMl" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 682 }, @@ -19615,12 +20218,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "c2KFWisGtBTr1xYF0ZRDd6" + "_id": "4f2IYDJzJGPJwceFFVPOGU" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 682 }, @@ -19639,7 +20243,7 @@ "__id__": 695 }, "_speed": 50, - "_requireGoal": 12, + "_requireGoal": 9, "_curveY": false, "_patrolCurve": { "__id__": 699 @@ -19649,7 +20253,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "2bedVMe25Ou4KcU4DmnB4q" + "_id": "99Yu77Ej9N4JRBZjD+OE2I" }, { "__type__": "cc.AnimationCurve", @@ -19692,12 +20296,657 @@ "preExtrapolation": 2, "postExtrapolation": 1 }, + { + "__type__": "cc.Node", + "_name": "Enemy-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 646 + }, + "_children": [ + { + "__id__": 702 + }, + { + "__id__": 705 + }, + { + "__id__": 712 + }, + { + "__id__": 714 + } + ], + "_active": true, + "_components": [ + { + "__id__": 716 + }, + { + "__id__": 717 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -260, + "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": "19gmNDihVIn4xuf9iziUSy" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 701 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 703 + }, + { + "__id__": 704 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 27, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": -0.3007057995042731, + "w": 0.9537169507482269 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -35 + }, + "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 702 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 226.876, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "84ir6nNMBLrJaw+40xTeMD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "d2384282-03f6-4cd3-a1fc-7711e12053c7@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": "c026nvSg5CxaNhluijpnn1" + }, + { + "__type__": "cc.Node", + "_name": "Collider", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 701 + }, + "_children": [ + { + "__id__": 706 + } + ], + "_active": true, + "_components": [ + { + "__id__": 709 + }, + { + "__id__": 710 + }, + { + "__id__": 711 + } + ], + "_prefab": null, + "_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": "02y1iq6YBEi4UmUD/dUrQm" + }, + { + "__type__": "cc.Node", + "_name": "Sprite", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 707 + }, + { + "__id__": 708 + } + ], + "_prefab": null, + "_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": "54ZsdxJ/JJMbU42gWOmIub" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 706 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 69.316, + "height": 128.54967272727276 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.2 + }, + "_id": "5aeDOQ0g9A/bQVO09g2tFb" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 706 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7c60ff4a-1e1e-4cc5-b480-0510a6696fb4@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": "1foQovVslMkLPZzV4es3Um" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 705 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 200 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "8fouZJwQ5MppLz9Pav+hx6" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 705 + }, + "_enabled": true, + "__prefab": null, + "tag": 0, + "_group": 32, + "_density": 1.5, + "_sensor": false, + "_friction": 2, + "_restitution": 1, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 40 + }, + "_size": { + "__type__": "cc.Size", + "width": 60, + "height": 120 + }, + "_id": "d1Wh3Y56pGG7X0UK9MekQo" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 705 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 32, + "_type": 1, + "_allowSleep": true, + "_gravityScale": 0, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e51xRew7JNGasctJYhFzdF" + }, + { + "__type__": "cc.Node", + "_name": "P1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 701 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 713 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -60, + "y": 50, + "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": "d52oxxykFMJL/MfH67D28m" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 712 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "791JhDbJBOOLnBiCInRkHn" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 701 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 715 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 110, + "y": -70, + "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": "16WrC1orpD5YetagBRhOGm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 714 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "468h3XWxdP6YnLbAcnzSyh" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 701 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "c2KFWisGtBTr1xYF0ZRDd6" + }, + { + "__type__": "bed15fuvPJLIp1O3BWg43ad", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 701 + }, + "_enabled": true, + "__prefab": null, + "_collider": { + "__id__": 710 + }, + "_sprite": { + "__id__": 708 + }, + "_patrolPoint1": { + "__id__": 712 + }, + "_patrolPoint2": { + "__id__": 714 + }, + "_speed": 50, + "_requireGoal": 12, + "_curveY": false, + "_patrolCurve": { + "__id__": 718 + }, + "_multiplierCurve": 100, + "_hitSound": { + "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", + "__expectedType__": "cc.AudioClip" + }, + "_id": "2bedVMe25Ou4KcU4DmnB4q" + }, + { + "__type__": "cc.AnimationCurve", + "_curve": { + "__id__": 719 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 1 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 2, + "postExtrapolation": 1 + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 646 }, "_enabled": true, "__prefab": null, @@ -19717,27 +20966,28 @@ "__type__": "cc.Node", "_name": "Flippers", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 703 + "__id__": 722 }, { - "__id__": 718 + "__id__": 737 }, { - "__id__": 733 + "__id__": 752 }, { - "__id__": 748 + "__id__": 767 } ], "_active": true, "_components": [ { - "__id__": 763 + "__id__": 782 } ], "_prefab": null, @@ -19776,23 +21026,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 702 + "__id__": 721 }, "_children": [ { - "__id__": 704 + "__id__": 723 } ], "_active": true, "_components": [ { - "__id__": 713 + "__id__": 732 }, { - "__id__": 716 + "__id__": 735 }, { - "__id__": 717 + "__id__": 736 } ], "_prefab": null, @@ -19831,29 +21081,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 703 + "__id__": 722 }, "_children": [ { - "__id__": 705 + "__id__": 724 }, { - "__id__": 708 + "__id__": 727 } ], "_active": true, "_components": [ { - "__id__": 711 + "__id__": 730 }, { - "__id__": 712 + "__id__": 731 }, { - "__id__": 714 + "__id__": 733 }, { - "__id__": 715 + "__id__": 734 } ], "_prefab": null, @@ -19890,17 +21140,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 704 + "__id__": 723 }, "_children": [], "_active": true, "_components": [ { - "__id__": 706 + "__id__": 725 }, { - "__id__": 707 + "__id__": 726 } ], "_prefab": null, @@ -19937,8 +21188,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 724 }, "_enabled": true, "__prefab": null, @@ -19958,8 +21210,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 724 }, "_enabled": true, "__prefab": null, @@ -19996,17 +21249,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 704 + "__id__": 723 }, "_children": [], "_active": true, "_components": [ { - "__id__": 709 + "__id__": 728 }, { - "__id__": 710 + "__id__": 729 } ], "_prefab": null, @@ -20043,8 +21297,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 708 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20064,8 +21319,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 708 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20104,7 +21360,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -20132,7 +21388,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -20148,7 +21404,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 713 + "__id__": 732 }, "_enableLimit": true, "_lowerAngle": -60, @@ -20164,7 +21420,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 722 }, "_enabled": true, "__prefab": null, @@ -20192,7 +21448,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -20270,8 +21526,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -20291,16 +21548,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 722 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 717 + "__id__": 736 }, "_hingeJoint": { - "__id__": 712 + "__id__": 731 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -20315,8 +21573,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 722 }, "_enabled": true, "__prefab": null, @@ -20339,23 +21598,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 702 + "__id__": 721 }, "_children": [ { - "__id__": 719 + "__id__": 738 } ], "_active": true, "_components": [ { - "__id__": 728 + "__id__": 747 }, { - "__id__": 731 + "__id__": 750 }, { - "__id__": 732 + "__id__": 751 } ], "_prefab": null, @@ -20394,29 +21653,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 718 + "__id__": 737 }, "_children": [ { - "__id__": 720 + "__id__": 739 }, { - "__id__": 723 + "__id__": 742 } ], "_active": true, "_components": [ { - "__id__": 726 + "__id__": 745 }, { - "__id__": 727 + "__id__": 746 }, { - "__id__": 729 + "__id__": 748 }, { - "__id__": 730 + "__id__": 749 } ], "_prefab": null, @@ -20453,17 +21712,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 738 }, "_children": [], "_active": true, "_components": [ { - "__id__": 721 + "__id__": 740 }, { - "__id__": 722 + "__id__": 741 } ], "_prefab": null, @@ -20500,8 +21760,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 739 }, "_enabled": true, "__prefab": null, @@ -20521,8 +21782,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 739 }, "_enabled": true, "__prefab": null, @@ -20559,17 +21821,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 738 }, "_children": [], "_active": true, "_components": [ { - "__id__": 724 + "__id__": 743 }, { - "__id__": 725 + "__id__": 744 } ], "_prefab": null, @@ -20606,8 +21869,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -20627,8 +21891,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -20667,7 +21932,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20695,7 +21960,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20711,7 +21976,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 728 + "__id__": 747 }, "_enableLimit": true, "_lowerAngle": 0, @@ -20727,7 +21992,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 718 + "__id__": 737 }, "_enabled": true, "__prefab": null, @@ -20755,7 +22020,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20848,8 +22113,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20869,16 +22135,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 718 + "__id__": 737 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 732 + "__id__": 751 }, "_hingeJoint": { - "__id__": 727 + "__id__": 746 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -20893,8 +22160,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 718 + "__id__": 737 }, "_enabled": true, "__prefab": null, @@ -20917,23 +22185,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 702 + "__id__": 721 }, "_children": [ { - "__id__": 734 + "__id__": 753 } ], "_active": true, "_components": [ { - "__id__": 743 + "__id__": 762 }, { - "__id__": 746 + "__id__": 765 }, { - "__id__": 747 + "__id__": 766 } ], "_prefab": null, @@ -20972,29 +22240,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 733 + "__id__": 752 }, "_children": [ { - "__id__": 735 + "__id__": 754 }, { - "__id__": 738 + "__id__": 757 } ], "_active": true, "_components": [ { - "__id__": 741 + "__id__": 760 }, { - "__id__": 742 + "__id__": 761 }, { - "__id__": 744 + "__id__": 763 }, { - "__id__": 745 + "__id__": 764 } ], "_prefab": null, @@ -21031,17 +22299,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 734 + "__id__": 753 }, "_children": [], "_active": true, "_components": [ { - "__id__": 736 + "__id__": 755 }, { - "__id__": 737 + "__id__": 756 } ], "_prefab": null, @@ -21078,8 +22347,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 754 }, "_enabled": true, "__prefab": null, @@ -21099,8 +22369,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 754 }, "_enabled": true, "__prefab": null, @@ -21137,17 +22408,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 734 + "__id__": 753 }, "_children": [], "_active": true, "_components": [ { - "__id__": 739 + "__id__": 758 }, { - "__id__": 740 + "__id__": 759 } ], "_prefab": null, @@ -21184,8 +22456,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 757 }, "_enabled": true, "__prefab": null, @@ -21205,8 +22478,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 757 }, "_enabled": true, "__prefab": null, @@ -21245,7 +22519,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21273,7 +22547,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21289,7 +22563,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 743 + "__id__": 762 }, "_enableLimit": true, "_lowerAngle": 0, @@ -21305,7 +22579,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 733 + "__id__": 752 }, "_enabled": true, "__prefab": null, @@ -21333,7 +22607,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21426,8 +22700,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21447,16 +22722,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 733 + "__id__": 752 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 747 + "__id__": 766 }, "_hingeJoint": { - "__id__": 742 + "__id__": 761 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -21471,8 +22747,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 733 + "__id__": 752 }, "_enabled": true, "__prefab": null, @@ -21495,23 +22772,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 702 + "__id__": 721 }, "_children": [ { - "__id__": 749 + "__id__": 768 } ], "_active": true, "_components": [ { - "__id__": 758 + "__id__": 777 }, { - "__id__": 761 + "__id__": 780 }, { - "__id__": 762 + "__id__": 781 } ], "_prefab": null, @@ -21550,29 +22827,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 748 + "__id__": 767 }, "_children": [ { - "__id__": 750 + "__id__": 769 }, { - "__id__": 753 + "__id__": 772 } ], "_active": true, "_components": [ { - "__id__": 756 + "__id__": 775 }, { - "__id__": 757 + "__id__": 776 }, { - "__id__": 759 + "__id__": 778 }, { - "__id__": 760 + "__id__": 779 } ], "_prefab": null, @@ -21609,17 +22886,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 749 + "__id__": 768 }, "_children": [], "_active": true, "_components": [ { - "__id__": 751 + "__id__": 770 }, { - "__id__": 752 + "__id__": 771 } ], "_prefab": null, @@ -21656,8 +22934,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 769 }, "_enabled": true, "__prefab": null, @@ -21677,8 +22956,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 769 }, "_enabled": true, "__prefab": null, @@ -21715,17 +22995,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 749 + "__id__": 768 }, "_children": [], "_active": true, "_components": [ { - "__id__": 754 + "__id__": 773 }, { - "__id__": 755 + "__id__": 774 } ], "_prefab": null, @@ -21762,8 +23043,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 753 + "__id__": 772 }, "_enabled": true, "__prefab": null, @@ -21783,8 +23065,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 753 + "__id__": 772 }, "_enabled": true, "__prefab": null, @@ -21823,7 +23106,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -21851,7 +23134,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -21867,7 +23150,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 758 + "__id__": 777 }, "_enableLimit": true, "_lowerAngle": -60, @@ -21883,7 +23166,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 767 }, "_enabled": true, "__prefab": null, @@ -21911,7 +23194,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -21989,8 +23272,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -22010,16 +23294,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 767 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 762 + "__id__": 781 }, "_hingeJoint": { - "__id__": 757 + "__id__": 776 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -22034,8 +23319,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 767 }, "_enabled": true, "__prefab": null, @@ -22056,8 +23342,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 702 + "__id__": 721 }, "_enabled": true, "__prefab": null, @@ -22077,6 +23364,7 @@ "__type__": "cc.Node", "_name": "Outter", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -22084,13 +23372,16 @@ "_active": true, "_components": [ { - "__id__": 765 + "__id__": 784 }, { - "__id__": 766 + "__id__": 785 }, { - "__id__": 767 + "__id__": 786 + }, + { + "__id__": 787 } ], "_prefab": null, @@ -22127,8 +23418,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22148,8 +23440,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22175,230 +23468,260 @@ "__type__": "ca8a0x4KJRGNJFfMRlEhSED", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 783 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 766 + "__id__": 785 }, "_id": "63rfzsm3REkprs+s68PCRK" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 783 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "9bsCJ4LJlMlpoKyPPGvA7D" + }, { "__type__": "cc.Node", "_name": "SpawnManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 769 + "__id__": 789 }, { - "__id__": 772 + "__id__": 792 }, { - "__id__": 775 + "__id__": 795 }, { - "__id__": 778 + "__id__": 798 }, { - "__id__": 781 + "__id__": 801 }, { - "__id__": 784 + "__id__": 804 }, { - "__id__": 787 + "__id__": 807 }, { - "__id__": 790 + "__id__": 810 }, { - "__id__": 793 + "__id__": 813 }, { - "__id__": 796 + "__id__": 816 }, { - "__id__": 799 + "__id__": 819 }, { - "__id__": 802 + "__id__": 822 }, { - "__id__": 805 + "__id__": 825 }, { - "__id__": 808 + "__id__": 828 }, { - "__id__": 811 + "__id__": 831 }, { - "__id__": 814 + "__id__": 834 }, { - "__id__": 817 + "__id__": 837 }, { - "__id__": 820 + "__id__": 840 }, { - "__id__": 823 + "__id__": 843 }, { - "__id__": 826 + "__id__": 846 }, { - "__id__": 829 + "__id__": 849 }, { - "__id__": 832 + "__id__": 852 }, { - "__id__": 835 + "__id__": 855 }, { - "__id__": 838 + "__id__": 858 }, { - "__id__": 841 + "__id__": 861 }, { - "__id__": 844 + "__id__": 864 }, { - "__id__": 847 + "__id__": 867 }, { - "__id__": 850 + "__id__": 870 }, { - "__id__": 853 + "__id__": 873 }, { - "__id__": 856 + "__id__": 876 }, { - "__id__": 859 + "__id__": 879 }, { - "__id__": 862 + "__id__": 882 }, { - "__id__": 865 + "__id__": 885 }, { - "__id__": 868 + "__id__": 888 }, { - "__id__": 871 + "__id__": 891 }, { - "__id__": 874 + "__id__": 894 }, { - "__id__": 877 + "__id__": 897 }, { - "__id__": 880 + "__id__": 900 }, { - "__id__": 883 + "__id__": 903 }, { - "__id__": 886 + "__id__": 906 }, { - "__id__": 889 + "__id__": 909 }, { - "__id__": 892 + "__id__": 912 }, { - "__id__": 895 + "__id__": 915 }, { - "__id__": 898 + "__id__": 918 }, { - "__id__": 901 + "__id__": 921 }, { - "__id__": 904 + "__id__": 924 }, { - "__id__": 907 + "__id__": 927 }, { - "__id__": 910 + "__id__": 930 }, { - "__id__": 913 + "__id__": 933 }, { - "__id__": 916 + "__id__": 936 }, { - "__id__": 919 + "__id__": 939 }, { - "__id__": 922 + "__id__": 942 }, { - "__id__": 925 + "__id__": 945 }, { - "__id__": 928 + "__id__": 948 }, { - "__id__": 931 + "__id__": 951 }, { - "__id__": 934 + "__id__": 954 }, { - "__id__": 937 + "__id__": 957 }, { - "__id__": 940 + "__id__": 960 }, { - "__id__": 943 + "__id__": 963 }, { - "__id__": 946 + "__id__": 966 }, { - "__id__": 949 + "__id__": 969 }, { - "__id__": 952 + "__id__": 972 }, { - "__id__": 955 + "__id__": 975 }, { - "__id__": 958 + "__id__": 978 }, { - "__id__": 961 + "__id__": 981 }, { - "__id__": 964 + "__id__": 984 } ], "_active": true, "_components": [ { - "__id__": 967 + "__id__": 987 }, { - "__id__": 968 + "__id__": 988 } ], "_prefab": null, @@ -22435,17 +23758,18 @@ "__type__": "cc.Node", "_name": "spawn point", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 770 + "__id__": 790 }, { - "__id__": 771 + "__id__": 791 } ], "_prefab": null, @@ -22482,8 +23806,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 789 }, "_enabled": true, "__prefab": null, @@ -22503,8 +23828,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 789 }, "_enabled": true, "__prefab": null, @@ -22541,17 +23867,18 @@ "__type__": "cc.Node", "_name": "spawn point-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 773 + "__id__": 793 }, { - "__id__": 774 + "__id__": 794 } ], "_prefab": null, @@ -22588,8 +23915,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 772 + "__id__": 792 }, "_enabled": true, "__prefab": null, @@ -22609,8 +23937,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 772 + "__id__": 792 }, "_enabled": true, "__prefab": null, @@ -22647,17 +23976,18 @@ "__type__": "cc.Node", "_name": "spawn point-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 776 + "__id__": 796 }, { - "__id__": 777 + "__id__": 797 } ], "_prefab": null, @@ -22694,8 +24024,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 795 }, "_enabled": true, "__prefab": null, @@ -22715,8 +24046,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 795 }, "_enabled": true, "__prefab": null, @@ -22753,17 +24085,18 @@ "__type__": "cc.Node", "_name": "spawn point-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 779 + "__id__": 799 }, { - "__id__": 780 + "__id__": 800 } ], "_prefab": null, @@ -22800,8 +24133,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 798 }, "_enabled": true, "__prefab": null, @@ -22821,8 +24155,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 798 }, "_enabled": true, "__prefab": null, @@ -22859,17 +24194,18 @@ "__type__": "cc.Node", "_name": "spawn point-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 782 + "__id__": 802 }, { - "__id__": 783 + "__id__": 803 } ], "_prefab": null, @@ -22906,8 +24242,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 781 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -22927,8 +24264,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 781 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -22965,17 +24303,18 @@ "__type__": "cc.Node", "_name": "spawn point-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 785 + "__id__": 805 }, { - "__id__": 786 + "__id__": 806 } ], "_prefab": null, @@ -23012,8 +24351,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -23033,8 +24373,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -23071,17 +24412,18 @@ "__type__": "cc.Node", "_name": "spawn point-006", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 788 + "__id__": 808 }, { - "__id__": 789 + "__id__": 809 } ], "_prefab": null, @@ -23118,8 +24460,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 787 + "__id__": 807 }, "_enabled": true, "__prefab": null, @@ -23139,8 +24482,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 787 + "__id__": 807 }, "_enabled": true, "__prefab": null, @@ -23177,17 +24521,18 @@ "__type__": "cc.Node", "_name": "spawn point-007", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 791 + "__id__": 811 }, { - "__id__": 792 + "__id__": 812 } ], "_prefab": null, @@ -23224,8 +24569,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 790 + "__id__": 810 }, "_enabled": true, "__prefab": null, @@ -23245,8 +24591,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 790 + "__id__": 810 }, "_enabled": true, "__prefab": null, @@ -23283,17 +24630,18 @@ "__type__": "cc.Node", "_name": "spawn point-008", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 794 + "__id__": 814 }, { - "__id__": 795 + "__id__": 815 } ], "_prefab": null, @@ -23330,8 +24678,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 813 }, "_enabled": true, "__prefab": null, @@ -23351,8 +24700,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 813 }, "_enabled": true, "__prefab": null, @@ -23389,17 +24739,18 @@ "__type__": "cc.Node", "_name": "spawn point-009", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 797 + "__id__": 817 }, { - "__id__": 798 + "__id__": 818 } ], "_prefab": null, @@ -23436,8 +24787,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23457,8 +24809,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23495,17 +24848,18 @@ "__type__": "cc.Node", "_name": "spawn point-010", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 800 + "__id__": 820 }, { - "__id__": 801 + "__id__": 821 } ], "_prefab": null, @@ -23542,8 +24896,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23563,8 +24918,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23601,17 +24957,18 @@ "__type__": "cc.Node", "_name": "spawn point-011", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 803 + "__id__": 823 }, { - "__id__": 804 + "__id__": 824 } ], "_prefab": null, @@ -23648,8 +25005,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 802 + "__id__": 822 }, "_enabled": true, "__prefab": null, @@ -23669,8 +25027,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 802 + "__id__": 822 }, "_enabled": true, "__prefab": null, @@ -23707,17 +25066,18 @@ "__type__": "cc.Node", "_name": "spawn point-014", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 806 + "__id__": 826 }, { - "__id__": 807 + "__id__": 827 } ], "_prefab": null, @@ -23754,8 +25114,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 825 }, "_enabled": true, "__prefab": null, @@ -23775,8 +25136,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 825 }, "_enabled": true, "__prefab": null, @@ -23813,17 +25175,18 @@ "__type__": "cc.Node", "_name": "spawn point-015", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 809 + "__id__": 829 }, { - "__id__": 810 + "__id__": 830 } ], "_prefab": null, @@ -23860,8 +25223,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 828 }, "_enabled": true, "__prefab": null, @@ -23881,8 +25245,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 828 }, "_enabled": true, "__prefab": null, @@ -23919,17 +25284,18 @@ "__type__": "cc.Node", "_name": "spawn point-016", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 812 + "__id__": 832 }, { - "__id__": 813 + "__id__": 833 } ], "_prefab": null, @@ -23966,8 +25332,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -23987,8 +25354,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24025,17 +25393,18 @@ "__type__": "cc.Node", "_name": "spawn point-017", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 815 + "__id__": 835 }, { - "__id__": 816 + "__id__": 836 } ], "_prefab": null, @@ -24072,8 +25441,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 814 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24093,8 +25463,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 814 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24131,17 +25502,18 @@ "__type__": "cc.Node", "_name": "spawn point-020", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 818 + "__id__": 838 }, { - "__id__": 819 + "__id__": 839 } ], "_prefab": null, @@ -24178,8 +25550,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 837 }, "_enabled": true, "__prefab": null, @@ -24199,8 +25572,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 837 }, "_enabled": true, "__prefab": null, @@ -24237,17 +25611,18 @@ "__type__": "cc.Node", "_name": "spawn point-021", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 821 + "__id__": 841 }, { - "__id__": 822 + "__id__": 842 } ], "_prefab": null, @@ -24284,8 +25659,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 840 }, "_enabled": true, "__prefab": null, @@ -24305,8 +25681,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 840 }, "_enabled": true, "__prefab": null, @@ -24343,17 +25720,18 @@ "__type__": "cc.Node", "_name": "spawn point-022", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 824 + "__id__": 844 }, { - "__id__": 825 + "__id__": 845 } ], "_prefab": null, @@ -24390,8 +25768,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 843 }, "_enabled": true, "__prefab": null, @@ -24411,8 +25790,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 843 }, "_enabled": true, "__prefab": null, @@ -24449,17 +25829,18 @@ "__type__": "cc.Node", "_name": "spawn point-023", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 827 + "__id__": 847 }, { - "__id__": 828 + "__id__": 848 } ], "_prefab": null, @@ -24496,8 +25877,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24517,8 +25899,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24555,17 +25938,18 @@ "__type__": "cc.Node", "_name": "spawn point-024", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 830 + "__id__": 850 }, { - "__id__": 831 + "__id__": 851 } ], "_prefab": null, @@ -24602,8 +25986,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24623,8 +26008,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24661,17 +26047,18 @@ "__type__": "cc.Node", "_name": "spawn point-025", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 833 + "__id__": 853 }, { - "__id__": 834 + "__id__": 854 } ], "_prefab": null, @@ -24708,8 +26095,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 852 }, "_enabled": true, "__prefab": null, @@ -24729,8 +26117,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 852 }, "_enabled": true, "__prefab": null, @@ -24767,17 +26156,18 @@ "__type__": "cc.Node", "_name": "spawn point-026", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 836 + "__id__": 856 }, { - "__id__": 837 + "__id__": 857 } ], "_prefab": null, @@ -24814,8 +26204,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 835 + "__id__": 855 }, "_enabled": true, "__prefab": null, @@ -24835,8 +26226,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 835 + "__id__": 855 }, "_enabled": true, "__prefab": null, @@ -24873,17 +26265,18 @@ "__type__": "cc.Node", "_name": "spawn point-027", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 839 + "__id__": 859 }, { - "__id__": 840 + "__id__": 860 } ], "_prefab": null, @@ -24920,8 +26313,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 858 }, "_enabled": true, "__prefab": null, @@ -24941,8 +26335,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 858 }, "_enabled": true, "__prefab": null, @@ -24979,17 +26374,18 @@ "__type__": "cc.Node", "_name": "spawn point-028", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 842 + "__id__": 862 }, { - "__id__": 843 + "__id__": 863 } ], "_prefab": null, @@ -25026,8 +26422,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25047,8 +26444,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25085,17 +26483,18 @@ "__type__": "cc.Node", "_name": "spawn point-029", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 845 + "__id__": 865 }, { - "__id__": 846 + "__id__": 866 } ], "_prefab": null, @@ -25132,8 +26531,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 864 }, "_enabled": true, "__prefab": null, @@ -25153,8 +26553,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 864 }, "_enabled": true, "__prefab": null, @@ -25191,17 +26592,18 @@ "__type__": "cc.Node", "_name": "spawn point-030", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 848 + "__id__": 868 }, { - "__id__": 849 + "__id__": 869 } ], "_prefab": null, @@ -25238,8 +26640,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 847 + "__id__": 867 }, "_enabled": true, "__prefab": null, @@ -25259,8 +26662,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 847 + "__id__": 867 }, "_enabled": true, "__prefab": null, @@ -25297,17 +26701,18 @@ "__type__": "cc.Node", "_name": "spawn point-031", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 851 + "__id__": 871 }, { - "__id__": 852 + "__id__": 872 } ], "_prefab": null, @@ -25344,8 +26749,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 870 }, "_enabled": true, "__prefab": null, @@ -25365,8 +26771,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 870 }, "_enabled": true, "__prefab": null, @@ -25403,17 +26810,18 @@ "__type__": "cc.Node", "_name": "spawn point-032", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 854 + "__id__": 874 }, { - "__id__": 855 + "__id__": 875 } ], "_prefab": null, @@ -25450,8 +26858,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 873 }, "_enabled": true, "__prefab": null, @@ -25471,8 +26880,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 873 }, "_enabled": true, "__prefab": null, @@ -25509,17 +26919,18 @@ "__type__": "cc.Node", "_name": "spawn point-033", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 857 + "__id__": 877 }, { - "__id__": 858 + "__id__": 878 } ], "_prefab": null, @@ -25556,8 +26967,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 876 }, "_enabled": true, "__prefab": null, @@ -25577,8 +26989,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 876 }, "_enabled": true, "__prefab": null, @@ -25615,17 +27028,18 @@ "__type__": "cc.Node", "_name": "spawn point-034", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 860 + "__id__": 880 }, { - "__id__": 861 + "__id__": 881 } ], "_prefab": null, @@ -25662,8 +27076,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 879 }, "_enabled": true, "__prefab": null, @@ -25683,8 +27098,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 879 }, "_enabled": true, "__prefab": null, @@ -25721,17 +27137,18 @@ "__type__": "cc.Node", "_name": "spawn point-035", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 863 + "__id__": 883 }, { - "__id__": 864 + "__id__": 884 } ], "_prefab": null, @@ -25768,8 +27185,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 882 }, "_enabled": true, "__prefab": null, @@ -25789,8 +27207,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 882 }, "_enabled": true, "__prefab": null, @@ -25827,17 +27246,18 @@ "__type__": "cc.Node", "_name": "spawn point-036", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 866 + "__id__": 886 }, { - "__id__": 867 + "__id__": 887 } ], "_prefab": null, @@ -25874,8 +27294,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 865 + "__id__": 885 }, "_enabled": true, "__prefab": null, @@ -25895,8 +27316,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 865 + "__id__": 885 }, "_enabled": true, "__prefab": null, @@ -25933,17 +27355,18 @@ "__type__": "cc.Node", "_name": "spawn point-037", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 869 + "__id__": 889 }, { - "__id__": 870 + "__id__": 890 } ], "_prefab": null, @@ -25980,8 +27403,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 888 }, "_enabled": true, "__prefab": null, @@ -26001,8 +27425,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 888 }, "_enabled": true, "__prefab": null, @@ -26039,17 +27464,18 @@ "__type__": "cc.Node", "_name": "spawn point-038", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 872 + "__id__": 892 }, { - "__id__": 873 + "__id__": 893 } ], "_prefab": null, @@ -26086,8 +27512,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 891 }, "_enabled": true, "__prefab": null, @@ -26107,8 +27534,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 891 }, "_enabled": true, "__prefab": null, @@ -26145,17 +27573,18 @@ "__type__": "cc.Node", "_name": "spawn point-039", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 875 + "__id__": 895 }, { - "__id__": 876 + "__id__": 896 } ], "_prefab": null, @@ -26192,8 +27621,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 894 }, "_enabled": true, "__prefab": null, @@ -26213,8 +27643,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 894 }, "_enabled": true, "__prefab": null, @@ -26251,17 +27682,18 @@ "__type__": "cc.Node", "_name": "spawn point-040", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 878 + "__id__": 898 }, { - "__id__": 879 + "__id__": 899 } ], "_prefab": null, @@ -26298,8 +27730,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 897 }, "_enabled": true, "__prefab": null, @@ -26319,8 +27752,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 897 }, "_enabled": true, "__prefab": null, @@ -26357,17 +27791,18 @@ "__type__": "cc.Node", "_name": "spawn point-041", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 881 + "__id__": 901 }, { - "__id__": 882 + "__id__": 902 } ], "_prefab": null, @@ -26404,8 +27839,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 900 }, "_enabled": true, "__prefab": null, @@ -26425,8 +27861,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 900 }, "_enabled": true, "__prefab": null, @@ -26463,17 +27900,18 @@ "__type__": "cc.Node", "_name": "spawn point-043", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 884 + "__id__": 904 }, { - "__id__": 885 + "__id__": 905 } ], "_prefab": null, @@ -26510,8 +27948,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 903 }, "_enabled": true, "__prefab": null, @@ -26531,8 +27970,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 903 }, "_enabled": true, "__prefab": null, @@ -26569,17 +28009,18 @@ "__type__": "cc.Node", "_name": "spawn point-044", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 887 + "__id__": 907 }, { - "__id__": 888 + "__id__": 908 } ], "_prefab": null, @@ -26616,8 +28057,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 906 }, "_enabled": true, "__prefab": null, @@ -26637,8 +28079,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 906 }, "_enabled": true, "__prefab": null, @@ -26675,17 +28118,18 @@ "__type__": "cc.Node", "_name": "spawn point-045", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 890 + "__id__": 910 }, { - "__id__": 891 + "__id__": 911 } ], "_prefab": null, @@ -26722,8 +28166,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 909 }, "_enabled": true, "__prefab": null, @@ -26743,8 +28188,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 909 }, "_enabled": true, "__prefab": null, @@ -26781,17 +28227,18 @@ "__type__": "cc.Node", "_name": "spawn point-047", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 893 + "__id__": 913 }, { - "__id__": 894 + "__id__": 914 } ], "_prefab": null, @@ -26828,8 +28275,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 892 + "__id__": 912 }, "_enabled": true, "__prefab": null, @@ -26849,8 +28297,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 892 + "__id__": 912 }, "_enabled": true, "__prefab": null, @@ -26887,17 +28336,18 @@ "__type__": "cc.Node", "_name": "spawn point-048", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 896 + "__id__": 916 }, { - "__id__": 897 + "__id__": 917 } ], "_prefab": null, @@ -26934,8 +28384,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 895 + "__id__": 915 }, "_enabled": true, "__prefab": null, @@ -26955,8 +28406,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 895 + "__id__": 915 }, "_enabled": true, "__prefab": null, @@ -26993,17 +28445,18 @@ "__type__": "cc.Node", "_name": "spawn point-049", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 899 + "__id__": 919 }, { - "__id__": 900 + "__id__": 920 } ], "_prefab": null, @@ -27040,8 +28493,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 918 }, "_enabled": true, "__prefab": null, @@ -27061,8 +28515,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 918 }, "_enabled": true, "__prefab": null, @@ -27099,17 +28554,18 @@ "__type__": "cc.Node", "_name": "spawn point-050", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 902 + "__id__": 922 }, { - "__id__": 903 + "__id__": 923 } ], "_prefab": null, @@ -27146,8 +28602,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 901 + "__id__": 921 }, "_enabled": true, "__prefab": null, @@ -27167,8 +28624,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 901 + "__id__": 921 }, "_enabled": true, "__prefab": null, @@ -27205,17 +28663,18 @@ "__type__": "cc.Node", "_name": "spawn point-051", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 905 + "__id__": 925 }, { - "__id__": 906 + "__id__": 926 } ], "_prefab": null, @@ -27252,8 +28711,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 924 }, "_enabled": true, "__prefab": null, @@ -27273,8 +28733,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 924 }, "_enabled": true, "__prefab": null, @@ -27311,17 +28772,18 @@ "__type__": "cc.Node", "_name": "spawn point-052", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 908 + "__id__": 928 }, { - "__id__": 909 + "__id__": 929 } ], "_prefab": null, @@ -27358,8 +28820,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 927 }, "_enabled": true, "__prefab": null, @@ -27379,8 +28842,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 927 }, "_enabled": true, "__prefab": null, @@ -27417,17 +28881,18 @@ "__type__": "cc.Node", "_name": "spawn point-053", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 911 + "__id__": 931 }, { - "__id__": 912 + "__id__": 932 } ], "_prefab": null, @@ -27464,8 +28929,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 930 }, "_enabled": true, "__prefab": null, @@ -27485,8 +28951,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 930 }, "_enabled": true, "__prefab": null, @@ -27523,17 +28990,18 @@ "__type__": "cc.Node", "_name": "spawn point-018", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 914 + "__id__": 934 }, { - "__id__": 915 + "__id__": 935 } ], "_prefab": null, @@ -27570,8 +29038,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 933 }, "_enabled": true, "__prefab": null, @@ -27591,8 +29060,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 933 }, "_enabled": true, "__prefab": null, @@ -27629,17 +29099,18 @@ "__type__": "cc.Node", "_name": "spawn point-019", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 917 + "__id__": 937 }, { - "__id__": 918 + "__id__": 938 } ], "_prefab": null, @@ -27676,8 +29147,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 916 + "__id__": 936 }, "_enabled": true, "__prefab": null, @@ -27697,8 +29169,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 916 + "__id__": 936 }, "_enabled": true, "__prefab": null, @@ -27735,17 +29208,18 @@ "__type__": "cc.Node", "_name": "spawn point-042", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 920 + "__id__": 940 }, { - "__id__": 921 + "__id__": 941 } ], "_prefab": null, @@ -27782,8 +29256,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 939 }, "_enabled": true, "__prefab": null, @@ -27803,8 +29278,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 939 }, "_enabled": true, "__prefab": null, @@ -27841,17 +29317,18 @@ "__type__": "cc.Node", "_name": "spawn point-046", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 923 + "__id__": 943 }, { - "__id__": 924 + "__id__": 944 } ], "_prefab": null, @@ -27888,8 +29365,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 922 + "__id__": 942 }, "_enabled": true, "__prefab": null, @@ -27909,8 +29387,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 922 + "__id__": 942 }, "_enabled": true, "__prefab": null, @@ -27947,17 +29426,18 @@ "__type__": "cc.Node", "_name": "spawn point-054", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 926 + "__id__": 946 }, { - "__id__": 927 + "__id__": 947 } ], "_prefab": null, @@ -27994,8 +29474,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 925 + "__id__": 945 }, "_enabled": true, "__prefab": null, @@ -28015,8 +29496,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 925 + "__id__": 945 }, "_enabled": true, "__prefab": null, @@ -28053,17 +29535,18 @@ "__type__": "cc.Node", "_name": "spawn point-055", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 929 + "__id__": 949 }, { - "__id__": 930 + "__id__": 950 } ], "_prefab": null, @@ -28100,8 +29583,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 928 + "__id__": 948 }, "_enabled": true, "__prefab": null, @@ -28121,8 +29605,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 928 + "__id__": 948 }, "_enabled": true, "__prefab": null, @@ -28159,17 +29644,18 @@ "__type__": "cc.Node", "_name": "spawn point-012", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 932 + "__id__": 952 }, { - "__id__": 933 + "__id__": 953 } ], "_prefab": null, @@ -28206,8 +29692,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 951 }, "_enabled": true, "__prefab": null, @@ -28227,8 +29714,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 951 }, "_enabled": true, "__prefab": null, @@ -28265,17 +29753,18 @@ "__type__": "cc.Node", "_name": "spawn point-013", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 935 + "__id__": 955 }, { - "__id__": 936 + "__id__": 956 } ], "_prefab": null, @@ -28312,8 +29801,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 954 }, "_enabled": true, "__prefab": null, @@ -28333,8 +29823,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 954 }, "_enabled": true, "__prefab": null, @@ -28371,17 +29862,18 @@ "__type__": "cc.Node", "_name": "spawn point-058", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 938 + "__id__": 958 }, { - "__id__": 939 + "__id__": 959 } ], "_prefab": null, @@ -28418,8 +29910,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 957 }, "_enabled": true, "__prefab": null, @@ -28439,8 +29932,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 957 }, "_enabled": true, "__prefab": null, @@ -28477,17 +29971,18 @@ "__type__": "cc.Node", "_name": "spawn point-059", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 941 + "__id__": 961 }, { - "__id__": 942 + "__id__": 962 } ], "_prefab": null, @@ -28524,8 +30019,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 960 }, "_enabled": true, "__prefab": null, @@ -28545,8 +30041,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 960 }, "_enabled": true, "__prefab": null, @@ -28583,17 +30080,18 @@ "__type__": "cc.Node", "_name": "spawn point-056", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 944 + "__id__": 964 }, { - "__id__": 945 + "__id__": 965 } ], "_prefab": null, @@ -28630,8 +30128,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 943 + "__id__": 963 }, "_enabled": true, "__prefab": null, @@ -28651,8 +30150,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 943 + "__id__": 963 }, "_enabled": true, "__prefab": null, @@ -28689,17 +30189,18 @@ "__type__": "cc.Node", "_name": "spawn point-057", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 947 + "__id__": 967 }, { - "__id__": 948 + "__id__": 968 } ], "_prefab": null, @@ -28736,8 +30237,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 966 }, "_enabled": true, "__prefab": null, @@ -28757,8 +30259,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 966 }, "_enabled": true, "__prefab": null, @@ -28795,17 +30298,18 @@ "__type__": "cc.Node", "_name": "spawn point-060", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 950 + "__id__": 970 }, { - "__id__": 951 + "__id__": 971 } ], "_prefab": null, @@ -28842,8 +30346,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 969 }, "_enabled": true, "__prefab": null, @@ -28863,8 +30368,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 969 }, "_enabled": true, "__prefab": null, @@ -28901,17 +30407,18 @@ "__type__": "cc.Node", "_name": "spawn point-061", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 953 + "__id__": 973 }, { - "__id__": 954 + "__id__": 974 } ], "_prefab": null, @@ -28948,8 +30455,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 972 }, "_enabled": true, "__prefab": null, @@ -28969,8 +30477,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 972 }, "_enabled": true, "__prefab": null, @@ -29007,17 +30516,18 @@ "__type__": "cc.Node", "_name": "spawn point-062", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 956 + "__id__": 976 }, { - "__id__": 957 + "__id__": 977 } ], "_prefab": null, @@ -29054,8 +30564,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 955 + "__id__": 975 }, "_enabled": true, "__prefab": null, @@ -29075,8 +30586,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 955 + "__id__": 975 }, "_enabled": true, "__prefab": null, @@ -29113,17 +30625,18 @@ "__type__": "cc.Node", "_name": "spawn point-065", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 959 + "__id__": 979 }, { - "__id__": 960 + "__id__": 980 } ], "_prefab": null, @@ -29160,8 +30673,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 958 + "__id__": 978 }, "_enabled": true, "__prefab": null, @@ -29181,8 +30695,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 958 + "__id__": 978 }, "_enabled": true, "__prefab": null, @@ -29219,17 +30734,18 @@ "__type__": "cc.Node", "_name": "spawn point-063", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 962 + "__id__": 982 }, { - "__id__": 963 + "__id__": 983 } ], "_prefab": null, @@ -29266,8 +30782,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 961 + "__id__": 981 }, "_enabled": true, "__prefab": null, @@ -29287,8 +30804,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 961 + "__id__": 981 }, "_enabled": true, "__prefab": null, @@ -29325,17 +30843,18 @@ "__type__": "cc.Node", "_name": "spawn point-064", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 768 + "__id__": 788 }, "_children": [], "_active": true, "_components": [ { - "__id__": 965 + "__id__": 985 }, { - "__id__": 966 + "__id__": 986 } ], "_prefab": null, @@ -29372,8 +30891,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 984 }, "_enabled": true, "__prefab": null, @@ -29393,8 +30913,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 984 }, "_enabled": true, "__prefab": null, @@ -29431,8 +30952,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 768 + "__id__": 788 }, "_enabled": true, "__prefab": null, @@ -29452,222 +30974,223 @@ "__type__": "402d0NRh/pCFotZG+o5aE8p", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 768 + "__id__": 788 }, "_enabled": true, "__prefab": null, "_objects": [ { - "__id__": 969 + "__id__": 989 }, { - "__id__": 970 + "__id__": 990 } ], "_boosters": [ { - "__id__": 971 + "__id__": 991 } ], "_spawnPoints": [ { - "__id__": 769 + "__id__": 789 }, { - "__id__": 772 + "__id__": 792 }, { - "__id__": 775 + "__id__": 795 }, { - "__id__": 778 + "__id__": 798 }, { - "__id__": 781 + "__id__": 801 }, { - "__id__": 784 + "__id__": 804 }, { - "__id__": 787 + "__id__": 807 }, { - "__id__": 790 + "__id__": 810 }, { - "__id__": 793 + "__id__": 813 }, { - "__id__": 796 + "__id__": 816 }, { - "__id__": 799 + "__id__": 819 }, { - "__id__": 802 + "__id__": 822 }, { - "__id__": 805 + "__id__": 825 }, { - "__id__": 808 + "__id__": 828 }, { - "__id__": 811 + "__id__": 831 }, { - "__id__": 814 + "__id__": 834 }, { - "__id__": 817 + "__id__": 837 }, { - "__id__": 820 + "__id__": 840 }, { - "__id__": 823 + "__id__": 843 }, { - "__id__": 826 + "__id__": 846 }, { - "__id__": 829 + "__id__": 849 }, { - "__id__": 832 + "__id__": 852 }, { - "__id__": 835 + "__id__": 855 }, { - "__id__": 838 + "__id__": 858 }, { - "__id__": 841 + "__id__": 861 }, { - "__id__": 844 + "__id__": 864 }, { - "__id__": 847 + "__id__": 867 }, { - "__id__": 850 + "__id__": 870 }, { - "__id__": 853 + "__id__": 873 }, { - "__id__": 856 + "__id__": 876 }, { - "__id__": 859 + "__id__": 879 }, { - "__id__": 862 + "__id__": 882 }, { - "__id__": 865 + "__id__": 885 }, { - "__id__": 868 + "__id__": 888 }, { - "__id__": 871 + "__id__": 891 }, { - "__id__": 874 + "__id__": 894 }, { - "__id__": 877 + "__id__": 897 }, { - "__id__": 880 + "__id__": 900 }, { - "__id__": 883 + "__id__": 903 }, { - "__id__": 886 + "__id__": 906 }, { - "__id__": 889 + "__id__": 909 }, { - "__id__": 892 + "__id__": 912 }, { - "__id__": 895 + "__id__": 915 }, { - "__id__": 898 + "__id__": 918 }, { - "__id__": 901 + "__id__": 921 }, { - "__id__": 904 + "__id__": 924 }, { - "__id__": 907 + "__id__": 927 }, { - "__id__": 910 + "__id__": 930 }, { - "__id__": 913 + "__id__": 933 }, { - "__id__": 916 + "__id__": 936 }, { - "__id__": 919 + "__id__": 939 }, { - "__id__": 922 + "__id__": 942 }, { - "__id__": 925 + "__id__": 945 }, { - "__id__": 928 + "__id__": 948 }, { - "__id__": 931 + "__id__": 951 }, { - "__id__": 934 + "__id__": 954 }, { - "__id__": 937 + "__id__": 957 }, { - "__id__": 940 + "__id__": 960 }, { - "__id__": 943 + "__id__": 963 }, { - "__id__": 946 + "__id__": 966 }, { - "__id__": 949 + "__id__": 969 }, { - "__id__": 952 + "__id__": 972 }, { - "__id__": 955 + "__id__": 975 }, { - "__id__": 958 + "__id__": 978 }, { - "__id__": 961 + "__id__": 981 }, { - "__id__": 964 + "__id__": 984 } ], "_spawnTime": 1.5, @@ -29712,6 +31235,7 @@ "__type__": "cc.Node", "_name": "trail render", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29719,10 +31243,10 @@ "_active": true, "_components": [ { - "__id__": 973 + "__id__": 993 }, { - "__id__": 974 + "__id__": 994 } ], "_prefab": null, @@ -29759,8 +31283,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 992 }, "_enabled": true, "__prefab": null, @@ -29780,8 +31305,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 992 }, "_enabled": true, "__prefab": null, @@ -29818,6 +31344,7 @@ "__type__": "cc.Node", "_name": "BallHolder", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29825,7 +31352,7 @@ "_active": true, "_components": [ { - "__id__": 976 + "__id__": 996 } ], "_prefab": null, @@ -29862,8 +31389,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 975 + "__id__": 995 }, "_enabled": true, "__prefab": null, @@ -29883,21 +31411,22 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 978 + "__id__": 998 }, { - "__id__": 1112 + "__id__": 1133 } ], "_active": true, "_components": [ { - "__id__": 1246 + "__id__": 1268 } ], "_prefab": null, @@ -29934,27 +31463,28 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 977 + "__id__": 997 }, "_children": [ { - "__id__": 979 + "__id__": 999 }, { - "__id__": 983 + "__id__": 1004 } ], "_active": true, "_components": [ { - "__id__": 1109 + "__id__": 1130 }, { - "__id__": 1110 + "__id__": 1131 }, { - "__id__": 1111 + "__id__": 1132 } ], "_prefab": null, @@ -29991,20 +31521,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 978 + "__id__": 998 }, "_children": [], "_active": true, "_components": [ { - "__id__": 980 + "__id__": 1000 }, { - "__id__": 981 + "__id__": 1001 }, { - "__id__": 982 + "__id__": 1002 + }, + { + "__id__": 1003 } ], "_prefab": null, @@ -30041,8 +31575,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 979 + "__id__": 999 }, "_enabled": true, "__prefab": null, @@ -30062,8 +31597,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 979 + "__id__": 999 }, "_enabled": true, "__prefab": null, @@ -30100,15 +31636,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 979 + "__id__": 999 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -30123,25 +31660,54 @@ }, "_id": "aa22GqQU9HNafuaOg32tCe" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 999 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "085pnVR/FAJpIwafYt5LtL" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 978 + "__id__": 998 }, "_children": [ { - "__id__": 984 + "__id__": 1005 }, { - "__id__": 1043 + "__id__": 1064 } ], "_active": false, "_components": [ { - "__id__": 1108 + "__id__": 1129 } ], "_prefab": null, @@ -30149,7 +31715,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 }, "_lrot": { "__type__": "cc.Quat", @@ -30178,20 +31744,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 983 + "__id__": 1004 }, "_children": [], "_active": true, "_components": [ { - "__id__": 985 + "__id__": 1006 }, { - "__id__": 1041 + "__id__": 1062 }, { - "__id__": 1042 + "__id__": 1063 } ], "_prefab": null, @@ -30228,8 +31795,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 1005 }, "_enabled": true, "__prefab": null, @@ -30242,60 +31810,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 986 + "__id__": 1007 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 987 + "__id__": 1008 }, "startSize": { - "__id__": 987 + "__id__": 1008 }, "startSizeY": { - "__id__": 988 + "__id__": 1009 }, "startSizeZ": { - "__id__": 989 + "__id__": 1010 }, "startSpeed": { - "__id__": 990 + "__id__": 1011 }, "startRotation3D": false, "startRotationX": { - "__id__": 991 + "__id__": 1012 }, "startRotationY": { - "__id__": 992 + "__id__": 1013 }, "startRotationZ": { - "__id__": 993 + "__id__": 1014 }, "startRotation": { - "__id__": 993 + "__id__": 1014 }, "startDelay": { - "__id__": 994 + "__id__": 1015 }, "startLifetime": { - "__id__": 995 + "__id__": 1016 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 996 + "__id__": 1017 }, "rateOverTime": { - "__id__": 997 + "__id__": 1018 }, "rateOverDistance": { - "__id__": 998 + "__id__": 1019 }, "bursts": [ { - "__id__": 999 + "__id__": 1020 } ], "_renderCulling": false, @@ -30306,37 +31874,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1001 + "__id__": 1022 }, "_shapeModule": { - "__id__": 1003 + "__id__": 1024 }, "_sizeOvertimeModule": { - "__id__": 1005 - }, - "_velocityOvertimeModule": { - "__id__": 1011 - }, - "_forceOvertimeModule": { - "__id__": 1017 - }, - "_limitVelocityOvertimeModule": { - "__id__": 1021 - }, - "_rotationOvertimeModule": { "__id__": 1026 }, + "_velocityOvertimeModule": { + "__id__": 1032 + }, + "_forceOvertimeModule": { + "__id__": 1038 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1042 + }, + "_rotationOvertimeModule": { + "__id__": 1047 + }, "_textureAnimationModule": { - "__id__": 1030 + "__id__": 1051 }, "_noiseModule": { - "__id__": 1034 + "__id__": 1055 }, "_trailModule": { - "__id__": 1035 + "__id__": 1056 }, "renderer": { - "__id__": 1040 + "__id__": 1061 }, "_prewarm": false, "_capacity": 8, @@ -30436,7 +32004,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1000 + "__id__": 1021 } }, { @@ -30449,7 +32017,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1002 + "__id__": 1023 } }, { @@ -30478,7 +32046,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1004 + "__id__": 1025 }, "length": 5, "boxThickness": { @@ -30519,23 +32087,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1006 + "__id__": 1027 }, "x": { - "__id__": 1008 + "__id__": 1029 }, "y": { - "__id__": 1009 + "__id__": 1030 }, "z": { - "__id__": 1010 + "__id__": 1031 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1007 + "__id__": 1028 }, "multiplier": 1 }, @@ -30596,16 +32164,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1012 + "__id__": 1033 }, "y": { - "__id__": 1013 + "__id__": 1034 }, "z": { - "__id__": 1015 + "__id__": 1036 }, "speedModifier": { - "__id__": 1016 + "__id__": 1037 }, "space": 1 }, @@ -30619,7 +32187,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1014 + "__id__": 1035 }, "multiplier": 1 }, @@ -30674,13 +32242,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1018 + "__id__": 1039 }, "y": { - "__id__": 1019 + "__id__": 1040 }, "z": { - "__id__": 1020 + "__id__": 1041 }, "space": 1 }, @@ -30706,16 +32274,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1022 + "__id__": 1043 }, "limitY": { - "__id__": 1023 + "__id__": 1044 }, "limitZ": { - "__id__": 1024 + "__id__": 1045 }, "limit": { - "__id__": 1025 + "__id__": 1046 }, "dampen": 3, "separateAxes": false, @@ -30750,13 +32318,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1027 + "__id__": 1048 }, "y": { - "__id__": 1028 + "__id__": 1049 }, "z": { - "__id__": 1029 + "__id__": 1050 } }, { @@ -30790,10 +32358,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1031 + "__id__": 1052 }, "startFrame": { - "__id__": 1033 + "__id__": 1054 }, "cycleCount": 0, "_flipU": 0, @@ -30806,7 +32374,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1032 + "__id__": 1053 }, "multiplier": 1 }, @@ -30873,25 +32441,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1036 + "__id__": 1057 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1037 + "__id__": 1058 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1038 + "__id__": 1059 }, "colorOvertime": { - "__id__": 1039 + "__id__": 1060 }, "_space": 0, "_particleSystem": { - "__id__": 985 + "__id__": 1006 } }, { @@ -30950,8 +32518,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 1005 }, "_enabled": true, "__prefab": null, @@ -30961,8 +32530,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 1005 }, "_enabled": true, "__prefab": null, @@ -30984,19 +32554,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 983 + "__id__": 1004 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1044 + "__id__": 1065 }, { - "__id__": 1106 + "__id__": 1127 }, { - "__id__": 1107 + "__id__": 1128 } ], "_prefab": null, @@ -31035,7 +32605,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1064 }, "_enabled": true, "__prefab": null, @@ -31048,60 +32618,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1045 + "__id__": 1066 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1046 + "__id__": 1067 }, "startSize": { - "__id__": 1046 + "__id__": 1067 }, "startSizeY": { - "__id__": 1047 + "__id__": 1068 }, "startSizeZ": { - "__id__": 1048 + "__id__": 1069 }, "startSpeed": { - "__id__": 1049 + "__id__": 1070 }, "startRotation3D": false, "startRotationX": { - "__id__": 1050 + "__id__": 1071 }, "startRotationY": { - "__id__": 1051 + "__id__": 1072 }, "startRotationZ": { - "__id__": 1052 + "__id__": 1073 }, "startRotation": { - "__id__": 1052 + "__id__": 1073 }, "startDelay": { - "__id__": 1053 + "__id__": 1074 }, "startLifetime": { - "__id__": 1054 + "__id__": 1075 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1055 + "__id__": 1076 }, "rateOverTime": { - "__id__": 1056 + "__id__": 1077 }, "rateOverDistance": { - "__id__": 1057 + "__id__": 1078 }, "bursts": [ { - "__id__": 1058 + "__id__": 1079 } ], "_renderCulling": false, @@ -31112,37 +32682,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1060 + "__id__": 1081 }, "_shapeModule": { - "__id__": 1069 + "__id__": 1090 }, "_sizeOvertimeModule": { - "__id__": 1071 + "__id__": 1092 }, "_velocityOvertimeModule": { - "__id__": 1077 + "__id__": 1098 }, "_forceOvertimeModule": { - "__id__": 1082 + "__id__": 1103 }, "_limitVelocityOvertimeModule": { - "__id__": 1086 + "__id__": 1107 }, "_rotationOvertimeModule": { - "__id__": 1091 + "__id__": 1112 }, "_textureAnimationModule": { - "__id__": 1095 + "__id__": 1116 }, "_noiseModule": { - "__id__": 1099 + "__id__": 1120 }, "_trailModule": { - "__id__": 1100 + "__id__": 1121 }, "renderer": { - "__id__": 1105 + "__id__": 1126 }, "_prewarm": false, "_capacity": 100, @@ -31240,7 +32810,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1059 + "__id__": 1080 } }, { @@ -31253,38 +32823,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1061 + "__id__": 1082 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1062 + "__id__": 1083 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1063 + "__id__": 1084 }, { - "__id__": 1064 + "__id__": 1085 }, { - "__id__": 1065 + "__id__": 1086 } ], "alphaKeys": [ { - "__id__": 1066 + "__id__": 1087 }, { - "__id__": 1067 + "__id__": 1088 }, { - "__id__": 1068 + "__id__": 1089 } ], "mode": 0 @@ -31352,7 +32922,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1070 + "__id__": 1091 }, "length": 5, "boxThickness": { @@ -31393,23 +32963,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1072 + "__id__": 1093 }, "x": { - "__id__": 1074 + "__id__": 1095 }, "y": { - "__id__": 1075 + "__id__": 1096 }, "z": { - "__id__": 1076 + "__id__": 1097 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1073 + "__id__": 1094 }, "multiplier": 1 }, @@ -31470,16 +33040,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1078 + "__id__": 1099 }, "y": { - "__id__": 1079 + "__id__": 1100 }, "z": { - "__id__": 1080 + "__id__": 1101 }, "speedModifier": { - "__id__": 1081 + "__id__": 1102 }, "space": 1 }, @@ -31511,13 +33081,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1083 + "__id__": 1104 }, "y": { - "__id__": 1084 + "__id__": 1105 }, "z": { - "__id__": 1085 + "__id__": 1106 }, "space": 1 }, @@ -31543,16 +33113,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1087 + "__id__": 1108 }, "limitY": { - "__id__": 1088 + "__id__": 1109 }, "limitZ": { - "__id__": 1089 + "__id__": 1110 }, "limit": { - "__id__": 1090 + "__id__": 1111 }, "dampen": 0.05, "separateAxes": false, @@ -31587,13 +33157,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1092 + "__id__": 1113 }, "y": { - "__id__": 1093 + "__id__": 1114 }, "z": { - "__id__": 1094 + "__id__": 1115 } }, { @@ -31625,10 +33195,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1096 + "__id__": 1117 }, "startFrame": { - "__id__": 1098 + "__id__": 1119 }, "cycleCount": 1, "_flipU": 0, @@ -31641,7 +33211,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1097 + "__id__": 1118 }, "multiplier": 1 }, @@ -31709,25 +33279,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1101 + "__id__": 1122 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1102 + "__id__": 1123 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1103 + "__id__": 1124 }, "colorOvertime": { - "__id__": 1104 + "__id__": 1125 }, "_space": 0, "_particleSystem": { - "__id__": 1044 + "__id__": 1065 } }, { @@ -31786,8 +33356,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1064 }, "_enabled": true, "__prefab": null, @@ -31797,8 +33368,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1064 }, "_enabled": true, "__prefab": null, @@ -31818,8 +33390,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 983 + "__id__": 1004 }, "_enabled": true, "__prefab": null, @@ -31839,8 +33412,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 978 + "__id__": 998 }, "_enabled": true, "__prefab": null, @@ -31860,16 +33434,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 978 + "__id__": 998 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 982 + "__id__": 1002 }, "_animation": { - "__id__": 1111 + "__id__": 1132 }, "_force": 40, "_soundFx": { @@ -31883,8 +33458,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 978 + "__id__": 998 }, "_enabled": true, "__prefab": null, @@ -31905,27 +33481,28 @@ "__type__": "cc.Node", "_name": "Cannon-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 977 + "__id__": 997 }, "_children": [ { - "__id__": 1113 + "__id__": 1134 }, { - "__id__": 1117 + "__id__": 1139 } ], "_active": true, "_components": [ { - "__id__": 1243 + "__id__": 1265 }, { - "__id__": 1244 + "__id__": 1266 }, { - "__id__": 1245 + "__id__": 1267 } ], "_prefab": null, @@ -31962,20 +33539,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1112 + "__id__": 1133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1114 + "__id__": 1135 }, { - "__id__": 1115 + "__id__": 1136 }, { - "__id__": 1116 + "__id__": 1137 + }, + { + "__id__": 1138 } ], "_prefab": null, @@ -32012,8 +33593,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1113 + "__id__": 1134 }, "_enabled": true, "__prefab": null, @@ -32033,8 +33615,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1113 + "__id__": 1134 }, "_enabled": true, "__prefab": null, @@ -32071,15 +33654,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1113 + "__id__": 1134 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -32094,25 +33678,54 @@ }, "_id": "c1aD7E3gBP3atNyjPkK0ug" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1134 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "00KZIDK1xMba5yiBfDM9G8" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1112 + "__id__": 1133 }, "_children": [ { - "__id__": 1118 + "__id__": 1140 }, { - "__id__": 1177 + "__id__": 1199 } ], "_active": false, "_components": [ { - "__id__": 1242 + "__id__": 1264 } ], "_prefab": null, @@ -32120,7 +33733,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 }, "_lrot": { "__type__": "cc.Quat", @@ -32149,20 +33762,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1117 + "__id__": 1139 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1119 + "__id__": 1141 }, { - "__id__": 1175 + "__id__": 1197 }, { - "__id__": 1176 + "__id__": 1198 } ], "_prefab": null, @@ -32199,8 +33813,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1118 + "__id__": 1140 }, "_enabled": true, "__prefab": null, @@ -32213,60 +33828,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1120 + "__id__": 1142 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1121 + "__id__": 1143 }, "startSize": { - "__id__": 1121 + "__id__": 1143 }, "startSizeY": { - "__id__": 1122 + "__id__": 1144 }, "startSizeZ": { - "__id__": 1123 + "__id__": 1145 }, "startSpeed": { - "__id__": 1124 + "__id__": 1146 }, "startRotation3D": false, "startRotationX": { - "__id__": 1125 + "__id__": 1147 }, "startRotationY": { - "__id__": 1126 + "__id__": 1148 }, "startRotationZ": { - "__id__": 1127 + "__id__": 1149 }, "startRotation": { - "__id__": 1127 + "__id__": 1149 }, "startDelay": { - "__id__": 1128 + "__id__": 1150 }, "startLifetime": { - "__id__": 1129 + "__id__": 1151 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1130 + "__id__": 1152 }, "rateOverTime": { - "__id__": 1131 + "__id__": 1153 }, "rateOverDistance": { - "__id__": 1132 + "__id__": 1154 }, "bursts": [ { - "__id__": 1133 + "__id__": 1155 } ], "_renderCulling": false, @@ -32277,37 +33892,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1135 + "__id__": 1157 }, "_shapeModule": { - "__id__": 1137 + "__id__": 1159 }, "_sizeOvertimeModule": { - "__id__": 1139 + "__id__": 1161 }, "_velocityOvertimeModule": { - "__id__": 1145 + "__id__": 1167 }, "_forceOvertimeModule": { - "__id__": 1151 + "__id__": 1173 }, "_limitVelocityOvertimeModule": { - "__id__": 1155 + "__id__": 1177 }, "_rotationOvertimeModule": { - "__id__": 1160 + "__id__": 1182 }, "_textureAnimationModule": { - "__id__": 1164 + "__id__": 1186 }, "_noiseModule": { - "__id__": 1168 + "__id__": 1190 }, "_trailModule": { - "__id__": 1169 + "__id__": 1191 }, "renderer": { - "__id__": 1174 + "__id__": 1196 }, "_prewarm": false, "_capacity": 8, @@ -32407,7 +34022,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1134 + "__id__": 1156 } }, { @@ -32420,7 +34035,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1136 + "__id__": 1158 } }, { @@ -32449,7 +34064,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1138 + "__id__": 1160 }, "length": 5, "boxThickness": { @@ -32490,23 +34105,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1140 + "__id__": 1162 }, "x": { - "__id__": 1142 + "__id__": 1164 }, "y": { - "__id__": 1143 + "__id__": 1165 }, "z": { - "__id__": 1144 + "__id__": 1166 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1141 + "__id__": 1163 }, "multiplier": 1 }, @@ -32567,16 +34182,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1146 + "__id__": 1168 }, "y": { - "__id__": 1147 + "__id__": 1169 }, "z": { - "__id__": 1149 + "__id__": 1171 }, "speedModifier": { - "__id__": 1150 + "__id__": 1172 }, "space": 1 }, @@ -32590,7 +34205,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1148 + "__id__": 1170 }, "multiplier": 1 }, @@ -32645,13 +34260,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1152 + "__id__": 1174 }, "y": { - "__id__": 1153 + "__id__": 1175 }, "z": { - "__id__": 1154 + "__id__": 1176 }, "space": 1 }, @@ -32677,16 +34292,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1156 + "__id__": 1178 }, "limitY": { - "__id__": 1157 + "__id__": 1179 }, "limitZ": { - "__id__": 1158 + "__id__": 1180 }, "limit": { - "__id__": 1159 + "__id__": 1181 }, "dampen": 3, "separateAxes": false, @@ -32721,13 +34336,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1161 + "__id__": 1183 }, "y": { - "__id__": 1162 + "__id__": 1184 }, "z": { - "__id__": 1163 + "__id__": 1185 } }, { @@ -32761,10 +34376,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1165 + "__id__": 1187 }, "startFrame": { - "__id__": 1167 + "__id__": 1189 }, "cycleCount": 0, "_flipU": 0, @@ -32777,7 +34392,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1166 + "__id__": 1188 }, "multiplier": 1 }, @@ -32844,25 +34459,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1170 + "__id__": 1192 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1171 + "__id__": 1193 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1172 + "__id__": 1194 }, "colorOvertime": { - "__id__": 1173 + "__id__": 1195 }, "_space": 0, "_particleSystem": { - "__id__": 1119 + "__id__": 1141 } }, { @@ -32921,8 +34536,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1118 + "__id__": 1140 }, "_enabled": true, "__prefab": null, @@ -32932,8 +34548,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1118 + "__id__": 1140 }, "_enabled": true, "__prefab": null, @@ -32955,19 +34572,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1117 + "__id__": 1139 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1178 + "__id__": 1200 }, { - "__id__": 1240 + "__id__": 1262 }, { - "__id__": 1241 + "__id__": 1263 } ], "_prefab": null, @@ -33006,7 +34623,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1199 }, "_enabled": true, "__prefab": null, @@ -33019,60 +34636,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1179 + "__id__": 1201 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1180 + "__id__": 1202 }, "startSize": { - "__id__": 1180 + "__id__": 1202 }, "startSizeY": { - "__id__": 1181 + "__id__": 1203 }, "startSizeZ": { - "__id__": 1182 + "__id__": 1204 }, "startSpeed": { - "__id__": 1183 + "__id__": 1205 }, "startRotation3D": false, "startRotationX": { - "__id__": 1184 + "__id__": 1206 }, "startRotationY": { - "__id__": 1185 + "__id__": 1207 }, "startRotationZ": { - "__id__": 1186 + "__id__": 1208 }, "startRotation": { - "__id__": 1186 + "__id__": 1208 }, "startDelay": { - "__id__": 1187 + "__id__": 1209 }, "startLifetime": { - "__id__": 1188 + "__id__": 1210 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1189 + "__id__": 1211 }, "rateOverTime": { - "__id__": 1190 + "__id__": 1212 }, "rateOverDistance": { - "__id__": 1191 + "__id__": 1213 }, "bursts": [ { - "__id__": 1192 + "__id__": 1214 } ], "_renderCulling": false, @@ -33083,37 +34700,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1194 - }, - "_shapeModule": { - "__id__": 1203 - }, - "_sizeOvertimeModule": { - "__id__": 1205 - }, - "_velocityOvertimeModule": { - "__id__": 1211 - }, - "_forceOvertimeModule": { "__id__": 1216 }, - "_limitVelocityOvertimeModule": { - "__id__": 1220 - }, - "_rotationOvertimeModule": { + "_shapeModule": { "__id__": 1225 }, - "_textureAnimationModule": { - "__id__": 1229 + "_sizeOvertimeModule": { + "__id__": 1227 }, - "_noiseModule": { + "_velocityOvertimeModule": { "__id__": 1233 }, + "_forceOvertimeModule": { + "__id__": 1238 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1242 + }, + "_rotationOvertimeModule": { + "__id__": 1247 + }, + "_textureAnimationModule": { + "__id__": 1251 + }, + "_noiseModule": { + "__id__": 1255 + }, "_trailModule": { - "__id__": 1234 + "__id__": 1256 }, "renderer": { - "__id__": 1239 + "__id__": 1261 }, "_prewarm": false, "_capacity": 100, @@ -33211,7 +34828,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1193 + "__id__": 1215 } }, { @@ -33224,38 +34841,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1195 + "__id__": 1217 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1196 + "__id__": 1218 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1197 + "__id__": 1219 }, { - "__id__": 1198 + "__id__": 1220 }, { - "__id__": 1199 + "__id__": 1221 } ], "alphaKeys": [ { - "__id__": 1200 + "__id__": 1222 }, { - "__id__": 1201 + "__id__": 1223 }, { - "__id__": 1202 + "__id__": 1224 } ], "mode": 0 @@ -33323,7 +34940,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1204 + "__id__": 1226 }, "length": 5, "boxThickness": { @@ -33364,23 +34981,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1206 + "__id__": 1228 }, "x": { - "__id__": 1208 + "__id__": 1230 }, "y": { - "__id__": 1209 + "__id__": 1231 }, "z": { - "__id__": 1210 + "__id__": 1232 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1207 + "__id__": 1229 }, "multiplier": 1 }, @@ -33441,16 +35058,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1212 + "__id__": 1234 }, "y": { - "__id__": 1213 + "__id__": 1235 }, "z": { - "__id__": 1214 + "__id__": 1236 }, "speedModifier": { - "__id__": 1215 + "__id__": 1237 }, "space": 1 }, @@ -33482,13 +35099,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1217 + "__id__": 1239 }, "y": { - "__id__": 1218 + "__id__": 1240 }, "z": { - "__id__": 1219 + "__id__": 1241 }, "space": 1 }, @@ -33514,16 +35131,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1221 + "__id__": 1243 }, "limitY": { - "__id__": 1222 + "__id__": 1244 }, "limitZ": { - "__id__": 1223 + "__id__": 1245 }, "limit": { - "__id__": 1224 + "__id__": 1246 }, "dampen": 0.05, "separateAxes": false, @@ -33558,13 +35175,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1226 + "__id__": 1248 }, "y": { - "__id__": 1227 + "__id__": 1249 }, "z": { - "__id__": 1228 + "__id__": 1250 } }, { @@ -33596,10 +35213,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1230 + "__id__": 1252 }, "startFrame": { - "__id__": 1232 + "__id__": 1254 }, "cycleCount": 1, "_flipU": 0, @@ -33612,7 +35229,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1231 + "__id__": 1253 }, "multiplier": 1 }, @@ -33680,25 +35297,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1235 + "__id__": 1257 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1236 + "__id__": 1258 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1237 + "__id__": 1259 }, "colorOvertime": { - "__id__": 1238 + "__id__": 1260 }, "_space": 0, "_particleSystem": { - "__id__": 1178 + "__id__": 1200 } }, { @@ -33757,8 +35374,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1199 }, "_enabled": true, "__prefab": null, @@ -33768,8 +35386,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1199 }, "_enabled": true, "__prefab": null, @@ -33789,8 +35408,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1117 + "__id__": 1139 }, "_enabled": true, "__prefab": null, @@ -33810,8 +35430,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1112 + "__id__": 1133 }, "_enabled": true, "__prefab": null, @@ -33831,16 +35452,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1112 + "__id__": 1133 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1116 + "__id__": 1137 }, "_animation": { - "__id__": 1245 + "__id__": 1267 }, "_force": 40, "_soundFx": { @@ -33854,8 +35476,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1112 + "__id__": 1133 }, "_enabled": true, "__prefab": null, @@ -33876,8 +35499,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 977 + "__id__": 997 }, "_enabled": true, "__prefab": null, @@ -33897,24 +35521,25 @@ "__type__": "cc.Node", "_name": "PopupManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 1248 + "__id__": 1270 }, { - "__id__": 1251 + "__id__": 1273 } ], "_active": true, "_components": [ { - "__id__": 1256 + "__id__": 1278 }, { - "__id__": 1257 + "__id__": 1279 } ], "_prefab": null, @@ -33951,17 +35576,18 @@ "__type__": "cc.Node", "_name": "Popup", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1247 + "__id__": 1269 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1249 + "__id__": 1271 }, { - "__id__": 1250 + "__id__": 1272 } ], "_prefab": null, @@ -33998,8 +35624,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1248 + "__id__": 1270 }, "_enabled": true, "__prefab": null, @@ -34019,8 +35646,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1248 + "__id__": 1270 }, "_enabled": true, "__prefab": null, @@ -34054,23 +35682,24 @@ "__type__": "cc.Node", "_name": "Event", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1247 + "__id__": 1269 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1252 + "__id__": 1274 }, { - "__id__": 1253 + "__id__": 1275 }, { - "__id__": 1254 + "__id__": 1276 }, { - "__id__": 1255 + "__id__": 1277 } ], "_prefab": null, @@ -34107,14 +35736,15 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1251 + "__id__": 1273 }, "_enabled": true, "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 382.74, + "width": 382.73828125, "height": 167.2 }, "_anchorPoint": { @@ -34128,8 +35758,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1251 + "__id__": 1273 }, "_enabled": true, "__prefab": null, @@ -34163,23 +35794,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "f9v7293dRFq4t2NzaL5CLg", "_enableOutline": true, - "_outlineWidth": 8, "_outlineColor": { "__type__": "cc.Color", "r": 255, "g": 102, "b": 0, "a": 255 - } + }, + "_outlineWidth": 8, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "f9v7293dRFq4t2NzaL5CLg" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1251 + "__id__": 1273 }, "_enabled": true, "__prefab": null, @@ -34207,8 +35853,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1251 + "__id__": 1273 }, "_enabled": true, "__prefab": null, @@ -34218,8 +35865,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, @@ -34239,23 +35887,24 @@ "__type__": "e458eXZXIRECKR9l03TkgQv", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, "_popup": { - "__id__": 1248 + "__id__": 1270 }, "_label": { - "__id__": 1253 + "__id__": 1275 }, "_stickers": [ { - "__id__": 1258 + "__id__": 1280 }, { - "__id__": 1259 + "__id__": 1281 } ], "_id": "9cMcomAOVM2Yt5reR6jwPs" @@ -34302,6 +35951,7 @@ "__type__": "85b9aaRsZBAn5sUxS5RQ3EF", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 9 }, @@ -34317,10 +35967,10 @@ "__expectedType__": "cc.Prefab" }, "_topContainer": { - "__id__": 1262 + "__id__": 1284 }, "_ballHolder": { - "__id__": 975 + "__id__": 995 }, "_ballSpawnPosition": { "__type__": "cc.Vec3", @@ -34359,6 +36009,7 @@ "__type__": "cc.Node", "_name": "TopContainer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -34366,7 +36017,7 @@ "_active": true, "_components": [ { - "__id__": 1263 + "__id__": 1285 } ], "_prefab": null, @@ -34403,8 +36054,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1284 }, "_enabled": true, "__prefab": null, @@ -34496,56 +36148,56 @@ "instance": null, "targetOverrides": [ { - "__id__": 1268 + "__id__": 1290 }, { - "__id__": 1271 + "__id__": 1293 }, { - "__id__": 1273 + "__id__": 1295 }, { - "__id__": 1276 + "__id__": 1298 }, { - "__id__": 1278 + "__id__": 1300 }, { - "__id__": 1281 + "__id__": 1303 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 569 + "__id__": 587 }, { - "__id__": 588 + "__id__": 606 }, { - "__id__": 135 + "__id__": 153 }, { - "__id__": 369 + "__id__": 387 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 588 + "__id__": 606 }, "sourceInfo": { - "__id__": 1269 + "__id__": 1291 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 588 + "__id__": 606 }, "targetInfo": { - "__id__": 1270 + "__id__": 1292 } }, { @@ -34563,17 +36215,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 471 + "__id__": 489 }, "sourceInfo": null, "propertyPath": [ "_buffFx" ], "target": { - "__id__": 135 + "__id__": 153 }, "targetInfo": { - "__id__": 1272 + "__id__": 1294 } }, { @@ -34585,20 +36237,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 569 + "__id__": 587 }, "sourceInfo": { - "__id__": 1274 + "__id__": 1296 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 569 + "__id__": 587 }, "targetInfo": { - "__id__": 1275 + "__id__": 1297 } }, { @@ -34616,17 +36268,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 434 + "__id__": 452 }, "sourceInfo": null, "propertyPath": [ "topScore" ], "target": { - "__id__": 369 + "__id__": 387 }, "targetInfo": { - "__id__": 1277 + "__id__": 1299 } }, { @@ -34638,20 +36290,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 135 + "__id__": 153 }, "sourceInfo": { - "__id__": 1279 + "__id__": 1301 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 135 + "__id__": 153 }, "targetInfo": { - "__id__": 1280 + "__id__": 1302 } }, { @@ -34669,20 +36321,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 135 + "__id__": 153 }, "sourceInfo": { - "__id__": 1282 + "__id__": 1304 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 135 + "__id__": 153 }, "targetInfo": { - "__id__": 1283 + "__id__": 1305 } }, { @@ -34700,22 +36352,28 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 1285 + "__id__": 1307 }, "shadows": { - "__id__": 1286 + "__id__": 1308 }, "_skybox": { - "__id__": 1287 + "__id__": 1309 }, "fog": { - "__id__": 1288 + "__id__": 1310 }, "octree": { - "__id__": 1289 + "__id__": 1311 + }, + "skin": { + "__id__": 1312 }, "lightProbeInfo": { - "__id__": 1290 + "__id__": 1313 + }, + "postSettings": { + "__id__": 1314 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false @@ -34779,6 +36437,7 @@ "z": 0 }, "_distance": 0, + "_planeBias": 1, "_shadowColor": { "__type__": "cc.Color", "r": 76, @@ -34844,6 +36503,12 @@ }, "_depth": 8 }, + { + "__type__": "cc.SkinInfo", + "_enabled": true, + "_blurRadius": 0.01, + "_sssIntensity": 3 + }, { "__type__": "cc.LightProbeInfo", "_giScale": 1, @@ -34853,6 +36518,11 @@ "_showProbe": true, "_showWireframe": true, "_showConvex": false, - "_data": null + "_data": null, + "_lightProbeSphereVolume": 1 + }, + { + "__type__": "cc.PostSettingsInfo", + "_toneMappingType": 0 } ] \ No newline at end of file diff --git a/assets/_Game/Scenes/Park-theme.scene b/assets/_Game/Scenes/Park-theme.scene index d2f8245..8a98711 100644 --- a/assets/_Game/Scenes/Park-theme.scene +++ b/assets/_Game/Scenes/Park-theme.scene @@ -3,6 +3,7 @@ "__type__": "cc.SceneAsset", "_name": "Park-theme", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "scene": { "__id__": 1 @@ -19,13 +20,13 @@ "__id__": 2 }, { - "__id__": 134 + "__id__": 152 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 1263 + "__id__": 1285 }, "_lpos": { "__type__": "cc.Vec3", @@ -56,7 +57,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 1277 + "__id__": 1299 }, "_id": "0c199331-f6e2-464b-bda1-8545faafa882" }, @@ -79,19 +80,19 @@ "__id__": 9 }, { - "__id__": 1258 + "__id__": 1280 } ], "_active": true, "_components": [ { - "__id__": 1260 + "__id__": 1282 }, { - "__id__": 1261 + "__id__": 1283 }, { - "__id__": 1262 + "__id__": 1284 } ], "_prefab": null, @@ -215,6 +216,8 @@ "_screenScale": 1, "_visibility": 1108344833, "_targetTexture": null, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "83NDizZXhHDpX2U2pDTfCm" @@ -223,6 +226,7 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -245,6 +249,7 @@ "__type__": "46beetnjQpC3bMwjmL9mc/o", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 3 }, @@ -259,6 +264,7 @@ "__type__": "cc.Node", "_name": "Camera-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -303,6 +309,7 @@ "__type__": "cc.Camera", "_name": "Camera", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 7 }, @@ -341,6 +348,8 @@ "__uuid__": "5467a0f6-3ec5-4ae8-b52d-3e70724643e2", "__expectedType__": "cc.RenderTexture" }, + "_postProcess": null, + "_usePostProcess": false, "_cameraType": -1, "_trackingType": 0, "_id": "c5ROcnSKRGb6+CtNjYyxLk" @@ -358,46 +367,46 @@ "__id__": 10 }, { - "__id__": 28 + "__id__": 32 }, { - "__id__": 84 + "__id__": 96 }, { - "__id__": 113 + "__id__": 131 }, { - "__id__": 623 + "__id__": 642 }, { - "__id__": 698 + "__id__": 717 }, { - "__id__": 760 + "__id__": 779 }, { - "__id__": 764 + "__id__": 784 }, { - "__id__": 968 + "__id__": 988 }, { - "__id__": 971 + "__id__": 991 }, { - "__id__": 973 + "__id__": 993 }, { - "__id__": 1243 + "__id__": 1265 } ], "_active": true, "_components": [ { - "__id__": 1256 + "__id__": 1278 }, { - "__id__": 1257 + "__id__": 1279 } ], "_prefab": null, @@ -434,6 +443,7 @@ "__type__": "cc.Node", "_name": "Ground", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -445,13 +455,13 @@ "__id__": 14 }, { - "__id__": 17 + "__id__": 18 }, { - "__id__": 20 + "__id__": 22 }, { - "__id__": 24 + "__id__": 27 } ], "_active": true, @@ -490,6 +500,7 @@ "__type__": "cc.Node", "_name": "Field", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -537,6 +548,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -558,6 +570,7 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 11 }, @@ -596,6 +609,7 @@ "__type__": "cc.Node", "_name": "Border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -607,6 +621,9 @@ }, { "__id__": 16 + }, + { + "__id__": 17 } ], "_prefab": null, @@ -643,6 +660,7 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -664,6 +682,7 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 14 }, @@ -687,10 +706,39 @@ }, "_id": "19Bdm/qzNHb4lXIh3ReO/K" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f9o8OEvJ9PYLy+SZdfQKn+" + }, { "__type__": "cc.Node", "_name": "Border-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -698,10 +746,13 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 19 }, { - "__id__": 19 + "__id__": 20 + }, + { + "__id__": 21 } ], "_prefab": null, @@ -738,8 +789,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -759,8 +811,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 18 }, "_enabled": true, "__prefab": null, @@ -782,24 +835,56 @@ }, "_id": "fbS6jWk9tNt5uxi828ayDi" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e7pREmcU5LXIJ8P/I7he/k" + }, { "__type__": "cc.Node", "_name": "Border-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 21 - }, - { - "__id__": 22 - }, { "__id__": 23 + }, + { + "__id__": 24 + }, + { + "__id__": 25 + }, + { + "__id__": 26 } ], "_prefab": null, @@ -836,8 +921,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -857,8 +943,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -884,8 +971,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 22 }, "_enabled": true, "__prefab": null, @@ -907,10 +995,39 @@ }, "_id": "2etH660n1E1Y3VQ79sN875" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "c3j4xkp/tH54thLvXXlnPh" + }, { "__type__": "cc.Node", "_name": "Border-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, @@ -918,13 +1035,16 @@ "_active": true, "_components": [ { - "__id__": 25 + "__id__": 28 }, { - "__id__": 26 + "__id__": 29 }, { - "__id__": 27 + "__id__": 30 + }, + { + "__id__": 31 } ], "_prefab": null, @@ -961,8 +1081,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -982,8 +1103,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1046,8 +1168,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 27 }, "_enabled": true, "__prefab": null, @@ -1101,37 +1224,66 @@ ], "_id": "caRRVo7wFOoZ8jfQwRuMVw" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 16, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "95mDhSNolNXLK1prvx6qgo" + }, { "__type__": "cc.Node", "_name": "SlingShots", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 29 + "__id__": 33 }, { - "__id__": 36 + "__id__": 41 }, { - "__id__": 43 + "__id__": 49 }, { - "__id__": 55 + "__id__": 63 }, { - "__id__": 67 + "__id__": 77 }, { - "__id__": 75 + "__id__": 86 } ], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 95 } ], "_prefab": null, @@ -1168,29 +1320,33 @@ "__type__": "cc.Node", "_name": "slingshot", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 30 - }, - { - "__id__": 31 - }, - { - "__id__": 32 - }, - { - "__id__": 33 - }, { "__id__": 34 }, { "__id__": 35 + }, + { + "__id__": 36 + }, + { + "__id__": 37 + }, + { + "__id__": 38 + }, + { + "__id__": 39 + }, + { + "__id__": 40 } ], "_prefab": null, @@ -1227,8 +1383,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1248,8 +1405,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1286,8 +1444,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1340,8 +1499,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1409,16 +1569,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 35 + "__id__": 39 }, "_collider": { - "__id__": 32 + "__id__": 36 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1430,8 +1591,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 33 }, "_enabled": true, "__prefab": null, @@ -1448,33 +1610,65 @@ }, "_id": "6atBGIppdN97yS8bfSQwHl" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "0760J8CJJLX5dj/nYSHI0Q" + }, { "__type__": "cc.Node", "_name": "slingshot-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 37 - }, - { - "__id__": 38 - }, - { - "__id__": 39 - }, - { - "__id__": 40 - }, - { - "__id__": 41 - }, { "__id__": 42 + }, + { + "__id__": 43 + }, + { + "__id__": 44 + }, + { + "__id__": 45 + }, + { + "__id__": 46 + }, + { + "__id__": 47 + }, + { + "__id__": 48 } ], "_prefab": null, @@ -1511,8 +1705,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1532,8 +1727,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1570,8 +1766,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1624,8 +1821,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1693,16 +1891,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 42 + "__id__": 47 }, "_collider": { - "__id__": 39 + "__id__": 44 }, "_soundFx": { "__uuid__": "87e078a9-1082-4700-bd78-e6d0a06a150d", @@ -1714,8 +1913,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 36 + "__id__": 41 }, "_enabled": true, "__prefab": null, @@ -1732,31 +1932,60 @@ }, "_id": "e2DzFeMiBJmr3TNLSwAmL4" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 41 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "bcSwGY0ShHgKBGIOyRtTWr" + }, { "__type__": "cc.Node", "_name": "slingshot-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 44 + "__id__": 50 }, { - "__id__": 48 + "__id__": 55 } ], "_active": true, "_components": [ { - "__id__": 52 + "__id__": 60 }, { - "__id__": 53 + "__id__": 61 }, { - "__id__": 54 + "__id__": 62 } ], "_prefab": null, @@ -1793,20 +2022,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 45 + "__id__": 51 }, { - "__id__": 46 + "__id__": 52 }, { - "__id__": 47 + "__id__": 53 + }, + { + "__id__": 54 } ], "_prefab": null, @@ -1843,8 +2076,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1864,8 +2098,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1902,8 +2137,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 44 + "__id__": 50 }, "_enabled": true, "__prefab": null, @@ -1957,24 +2193,56 @@ ], "_id": "8cF/gwB85JE4c2QsgTu1N0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e0h6MN99tIbJGm95hX+drp" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 43 + "__id__": 49 }, "_children": [], "_active": true, "_components": [ { - "__id__": 49 + "__id__": 56 }, { - "__id__": 50 + "__id__": 57 }, { - "__id__": 51 + "__id__": 58 + }, + { + "__id__": 59 } ], "_prefab": null, @@ -2011,8 +2279,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2032,8 +2301,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2070,8 +2340,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 48 + "__id__": 55 }, "_enabled": true, "__prefab": null, @@ -2150,12 +2421,41 @@ ], "_id": "39dCOll3BFHqdDF27QyTaa" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "37qpEMY7RKDq627bzr3IMv" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2175,16 +2475,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 54 + "__id__": 62 }, "_collider": { - "__id__": 51 + "__id__": 58 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2196,8 +2497,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 43 + "__id__": 49 }, "_enabled": true, "__prefab": null, @@ -2218,27 +2520,28 @@ "__type__": "cc.Node", "_name": "slingshot-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 56 + "__id__": 64 }, { - "__id__": 60 + "__id__": 69 } ], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 74 }, { - "__id__": 65 + "__id__": 75 }, { - "__id__": 66 + "__id__": 76 } ], "_prefab": null, @@ -2275,20 +2578,24 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 57 + "__id__": 65 }, { - "__id__": 58 + "__id__": 66 }, { - "__id__": 59 + "__id__": 67 + }, + { + "__id__": 68 } ], "_prefab": null, @@ -2325,8 +2632,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2346,8 +2654,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2384,8 +2693,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 64 }, "_enabled": true, "__prefab": null, @@ -2439,24 +2749,56 @@ ], "_id": "a7/XtRjQRA8pJ0mk6PN1N1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 64 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "01/x7Pyi5DfbO4XYcU476l" + }, { "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 63 }, "_children": [], "_active": true, "_components": [ { - "__id__": 61 + "__id__": 70 }, { - "__id__": 62 + "__id__": 71 }, { - "__id__": 63 + "__id__": 72 + }, + { + "__id__": 73 } ], "_prefab": null, @@ -2493,8 +2835,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2514,8 +2857,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2552,8 +2896,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 60 + "__id__": 69 }, "_enabled": true, "__prefab": null, @@ -2632,12 +2977,41 @@ ], "_id": "40PgLLPn9IXq5fEcQ/yfnR" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 69 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "08DIxTobROQ5PKApjTyFqU" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2657,16 +3031,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 66 + "__id__": 76 }, "_collider": { - "__id__": 63 + "__id__": 72 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2678,8 +3053,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": null, @@ -2700,24 +3076,25 @@ "__type__": "cc.Node", "_name": "slingshot-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 68 + "__id__": 78 } ], "_active": true, "_components": [ { - "__id__": 72 + "__id__": 83 }, { - "__id__": 73 + "__id__": 84 }, { - "__id__": 74 + "__id__": 85 } ], "_prefab": null, @@ -2754,20 +3131,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 67 + "__id__": 77 }, "_children": [], "_active": true, "_components": [ { - "__id__": 69 + "__id__": 79 }, { - "__id__": 70 + "__id__": 80 }, { - "__id__": 71 + "__id__": 81 + }, + { + "__id__": 82 } ], "_prefab": null, @@ -2804,8 +3185,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2825,8 +3207,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2863,8 +3246,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 68 + "__id__": 78 }, "_enabled": true, "__prefab": null, @@ -2943,12 +3327,41 @@ ], "_id": "83megbRypDwZRIIAv1jEp1" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 78 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "d3E53/7NpMBqHBQWaX8UuD" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -2968,16 +3381,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 74 + "__id__": 85 }, "_collider": { - "__id__": 71 + "__id__": 81 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -2989,8 +3403,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 77 }, "_enabled": true, "__prefab": null, @@ -3011,24 +3426,25 @@ "__type__": "cc.Node", "_name": "slingshot-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 32 }, "_children": [ { - "__id__": 76 + "__id__": 87 } ], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 92 }, { - "__id__": 81 + "__id__": 93 }, { - "__id__": 82 + "__id__": 94 } ], "_prefab": null, @@ -3065,20 +3481,24 @@ "__type__": "cc.Node", "_name": "Slingshot_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 75 + "__id__": 86 }, "_children": [], "_active": true, "_components": [ { - "__id__": 77 + "__id__": 88 }, { - "__id__": 78 + "__id__": 89 }, { - "__id__": 79 + "__id__": 90 + }, + { + "__id__": 91 } ], "_prefab": null, @@ -3115,8 +3535,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3136,8 +3557,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3174,8 +3596,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 76 + "__id__": 87 }, "_enabled": true, "__prefab": null, @@ -3254,12 +3677,41 @@ ], "_id": "9dEj9rp2xErIulv5mq+A3J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "37OZDx2DZDLJIET1yAlBOf" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3279,16 +3731,17 @@ "__type__": "6bb6fbw5PNPYq7zksYK1kHJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 82 + "__id__": 94 }, "_collider": { - "__id__": 79 + "__id__": 90 }, "_soundFx": { "__uuid__": "8602f38f-d976-4e2b-baa2-621a62f20261", @@ -3300,8 +3753,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 86 }, "_enabled": true, "__prefab": null, @@ -3322,8 +3776,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 28 + "__id__": 32 }, "_enabled": true, "__prefab": null, @@ -3343,36 +3798,37 @@ "__type__": "cc.Node", "_name": "Walls", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ - { - "__id__": 85 - }, - { - "__id__": 89 - }, - { - "__id__": 93 - }, { "__id__": 97 }, { - "__id__": 101 + "__id__": 102 }, { - "__id__": 105 + "__id__": 107 }, { - "__id__": 109 + "__id__": 112 + }, + { + "__id__": 117 + }, + { + "__id__": 122 + }, + { + "__id__": 127 } ], "_active": true, "_components": [ { - "__id__": 112 + "__id__": 130 } ], "_prefab": null, @@ -3409,20 +3865,24 @@ "__type__": "cc.Node", "_name": "Wall_L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 98 }, { - "__id__": 87 + "__id__": 99 }, { - "__id__": 88 + "__id__": 100 + }, + { + "__id__": 101 } ], "_prefab": null, @@ -3459,8 +3919,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3480,8 +3941,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3518,8 +3980,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": null, @@ -3633,24 +4096,56 @@ ], "_id": "achMjUm/ZLvL0gyL2qN8+C" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "26PluCvPlBtLsmSNd884OS" + }, { "__type__": "cc.Node", "_name": "Wall_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 103 }, { - "__id__": 91 + "__id__": 104 }, { - "__id__": 92 + "__id__": 105 + }, + { + "__id__": 106 } ], "_prefab": null, @@ -3687,8 +4182,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3708,8 +4204,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3746,8 +4243,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 102 }, "_enabled": true, "__prefab": null, @@ -3861,24 +4359,56 @@ ], "_id": "4au0ZXrWVMdaFx6L3WMRAH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 102 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "2dWcojQqZAC6PNwRv9N7hy" + }, { "__type__": "cc.Node", "_name": "Wall_1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 94 + "__id__": 108 }, { - "__id__": 95 + "__id__": 109 }, { - "__id__": 96 + "__id__": 110 + }, + { + "__id__": 111 } ], "_prefab": null, @@ -3915,8 +4445,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3936,8 +4467,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -3974,8 +4506,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 107 }, "_enabled": true, "__prefab": null, @@ -4019,24 +4552,56 @@ ], "_id": "1fTJ4Zs0VFSakrsk2AnpSX" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "a6oiofrStIiYKQJuHOgyHG" + }, { "__type__": "cc.Node", "_name": "Wall_2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 113 }, { - "__id__": 99 + "__id__": 114 }, { - "__id__": 100 + "__id__": 115 + }, + { + "__id__": 116 } ], "_prefab": null, @@ -4073,8 +4638,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4094,8 +4660,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4132,8 +4699,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 112 }, "_enabled": true, "__prefab": null, @@ -4177,24 +4745,56 @@ ], "_id": "c7h5MEbZtGBJbEyjQ7q32J" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 112 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "fegJhLHPdPVIR53nSKOhM1" + }, { "__type__": "cc.Node", "_name": "Wall_3", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 118 }, { - "__id__": 103 + "__id__": 119 }, { - "__id__": 104 + "__id__": 120 + }, + { + "__id__": 121 } ], "_prefab": null, @@ -4231,8 +4831,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4252,8 +4853,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4290,8 +4892,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 117 }, "_enabled": true, "__prefab": null, @@ -4345,24 +4948,56 @@ ], "_id": "b092gHbkNDGpzaAyoiZ+aH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 117 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e0SrZxAW1IaYiGAJIf57Mv" + }, { "__type__": "cc.Node", "_name": "Wall_4", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 106 + "__id__": 123 }, { - "__id__": 107 + "__id__": 124 }, { - "__id__": 108 + "__id__": 125 + }, + { + "__id__": 126 } ], "_prefab": null, @@ -4399,8 +5034,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4420,8 +5056,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4458,8 +5095,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 105 + "__id__": 122 }, "_enabled": true, "__prefab": null, @@ -4513,21 +5151,50 @@ ], "_id": "0712uaPvxFRoKdz6iZOUvH" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": false, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "acvjC7/WRP5bR6qn7+ScAx" + }, { "__type__": "cc.Node", "_name": "Tree", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [], "_active": true, "_components": [ { - "__id__": 110 + "__id__": 128 }, { - "__id__": 111 + "__id__": 129 } ], "_prefab": null, @@ -4564,8 +5231,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 109 + "__id__": 127 }, "_enabled": true, "__prefab": null, @@ -4585,8 +5253,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 109 + "__id__": 127 }, "_enabled": true, "__prefab": null, @@ -4623,8 +5292,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 96 }, "_enabled": true, "__prefab": null, @@ -4650,19 +5320,19 @@ }, "_children": [ { - "__id__": 114 + "__id__": 132 }, { - "__id__": 117 + "__id__": 135 }, { - "__id__": 545 + "__id__": 563 }, { - "__id__": 614 + "__id__": 632 }, { - "__id__": 619 + "__id__": 637 } ], "_active": true, @@ -4701,17 +5371,18 @@ "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 115 + "__id__": 133 }, { - "__id__": 116 + "__id__": 134 } ], "_prefab": null, @@ -4748,8 +5419,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -4769,8 +5441,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 132 }, "_enabled": true, "__prefab": null, @@ -4807,30 +5480,31 @@ "__type__": "cc.Node", "_name": "Combo bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [ { - "__id__": 118 + "__id__": 136 }, { - "__id__": 121 + "__id__": 139 }, { - "__id__": 124 + "__id__": 142 } ], "_active": true, "_components": [ { - "__id__": 127 + "__id__": 145 }, { - "__id__": 128 + "__id__": 146 }, { - "__id__": 539 + "__id__": 557 } ], "_prefab": null, @@ -4867,17 +5541,18 @@ "__type__": "cc.Node", "_name": "combo_bar_base", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 119 + "__id__": 137 }, { - "__id__": 120 + "__id__": 138 } ], "_prefab": null, @@ -4914,8 +5589,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4935,8 +5611,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 136 }, "_enabled": true, "__prefab": null, @@ -4973,17 +5650,18 @@ "__type__": "cc.Node", "_name": "combo_bar_color", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 122 + "__id__": 140 }, { - "__id__": 123 + "__id__": 141 } ], "_prefab": null, @@ -5020,8 +5698,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5041,8 +5720,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 139 }, "_enabled": true, "__prefab": null, @@ -5079,17 +5759,18 @@ "__type__": "cc.Node", "_name": "combo_bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 117 + "__id__": 135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 143 }, { - "__id__": 126 + "__id__": 144 } ], "_prefab": null, @@ -5126,8 +5807,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 142 }, "_enabled": true, "__prefab": null, @@ -5147,8 +5829,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 142 }, "_enabled": true, "__prefab": null, @@ -5185,8 +5868,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, @@ -5206,17 +5890,18 @@ "__type__": "671bfEgTTVFgLo1v+x/wd06", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, "_fillBar": { - "__id__": 123 + "__id__": 141 }, "_maxValue": 1000, "_scoreUI": { - "__id__": 129 + "__id__": 147 }, "_starFxObjectPrefab": { "__uuid__": "7be5a322-4407-436a-9342-cd5ace4bb0c9", @@ -5236,7 +5921,7 @@ "_minAngle": 10, "_maxAngle": 170, "_soundFx": { - "__id__": 539 + "__id__": 557 }, "_goalSound": { "__uuid__": "4ce9d2c6-98c5-4d05-94af-70193bb795fe", @@ -5252,19 +5937,19 @@ }, "_rewards": [ { - "__id__": 540 + "__id__": 558 }, { - "__id__": 541 + "__id__": 559 }, { - "__id__": 542 + "__id__": 560 }, { - "__id__": 543 + "__id__": 561 }, { - "__id__": 544 + "__id__": 562 } ], "_id": "e5qVdeXFZOu6/MatkdDEG6" @@ -5273,17 +5958,18 @@ "__type__": "cc.Node", "_name": "Star", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [], "_active": true, "_components": [ { - "__id__": 537 + "__id__": 555 }, { - "__id__": 538 + "__id__": 556 } ], "_prefab": null, @@ -5320,30 +6006,31 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [ { - "__id__": 129 + "__id__": 147 }, { - "__id__": 472 + "__id__": 490 } ], "_active": true, "_components": [ { - "__id__": 533 + "__id__": 551 }, { - "__id__": 534 + "__id__": 552 }, { - "__id__": 535 + "__id__": 553 }, { - "__id__": 536 + "__id__": 554 } ], "_prefab": null, @@ -5380,30 +6067,31 @@ "__type__": "cc.Node", "_name": "Avatar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 522 + "__id__": 540 }, { - "__id__": 526 + "__id__": 544 }, { - "__id__": 130 + "__id__": 148 } ], "_active": true, "_components": [ { - "__id__": 530 + "__id__": 548 }, { - "__id__": 531 + "__id__": 549 }, { - "__id__": 532 + "__id__": 550 } ], "_prefab": null, @@ -5440,30 +6128,31 @@ "__type__": "cc.Node", "_name": "Header", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 131 + "__id__": 149 }, { - "__id__": 485 + "__id__": 503 }, { - "__id__": 476 + "__id__": 494 }, { - "__id__": 507 + "__id__": 525 } ], "_active": true, "_components": [ { - "__id__": 520 + "__id__": 538 }, { - "__id__": 521 + "__id__": 539 } ], "_prefab": null, @@ -5500,30 +6189,31 @@ "__type__": "cc.Node", "_name": "UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 134 + "__id__": 152 }, "_children": [ { - "__id__": 356 + "__id__": 374 }, { - "__id__": 132 + "__id__": 150 }, { - "__id__": 438 + "__id__": 456 } ], "_active": true, "_components": [ { - "__id__": 468 + "__id__": 486 }, { - "__id__": 469 + "__id__": 487 }, { - "__id__": 470 + "__id__": 488 } ], "_prefab": null, @@ -5560,30 +6250,31 @@ "__type__": "cc.Node", "_name": "Canvas-UI", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ { - "__id__": 135 + "__id__": 153 }, { - "__id__": 209 + "__id__": 227 }, { - "__id__": 133 + "__id__": 151 } ], "_active": true, "_components": [ { - "__id__": 353 + "__id__": 371 }, { - "__id__": 354 + "__id__": 372 }, { - "__id__": 355 + "__id__": 373 } ], "_prefab": null, @@ -5620,17 +6311,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 134 + "__id__": 152 }, "_prefab": { - "__id__": 136 + "__id__": 154 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 135 + "__id__": 153 }, "asset": { "__uuid__": "90d120b7-9cdd-482a-9917-026109a712e3", @@ -5638,7 +6329,7 @@ }, "fileId": "6av8/5OwBNyKC0Qvz1B+z3", "instance": { - "__id__": 137 + "__id__": 155 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5651,28 +6342,28 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 138 + "__id__": 156 }, { - "__id__": 140 + "__id__": 158 }, { - "__id__": 141 + "__id__": 159 }, { - "__id__": 142 + "__id__": 160 }, { - "__id__": 143 + "__id__": 161 }, { - "__id__": 145 + "__id__": 163 }, { - "__id__": 146 + "__id__": 164 }, { - "__id__": 148 + "__id__": 166 } ], "removedComponents": [] @@ -5680,7 +6371,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_name" @@ -5696,7 +6387,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_lpos" @@ -5705,13 +6396,13 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_lrot" @@ -5727,7 +6418,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 139 + "__id__": 157 }, "propertyPath": [ "_euler" @@ -5742,7 +6433,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 144 + "__id__": 162 }, "propertyPath": [ "startColor", @@ -5765,7 +6456,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 144 + "__id__": 162 }, "propertyPath": [ "playOnAwake" @@ -5775,7 +6466,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 147 + "__id__": 165 }, "propertyPath": [ "playOnAwake" @@ -5791,24 +6482,25 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 147 + "__id__": 165 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "value": { - "__id__": 149 + "__id__": 167 } }, { "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": null, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 168 }, "_materials": [ { @@ -5819,56 +6511,56 @@ ], "_visFlags": 0, "startColor": { - "__id__": 151 + "__id__": 169 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 152 + "__id__": 170 }, "startSize": { - "__id__": 152 + "__id__": 170 }, "startSizeY": { - "__id__": 153 + "__id__": 171 }, "startSizeZ": { - "__id__": 154 + "__id__": 172 }, "startSpeed": { - "__id__": 155 + "__id__": 173 }, "startRotation3D": false, "startRotationX": { - "__id__": 156 + "__id__": 174 }, "startRotationY": { - "__id__": 157 + "__id__": 175 }, "startRotationZ": { - "__id__": 158 + "__id__": 176 }, "startRotation": { - "__id__": 158 + "__id__": 176 }, "startDelay": { - "__id__": 159 + "__id__": 177 }, "startLifetime": { - "__id__": 160 + "__id__": 178 }, "duration": 1, "loop": true, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 161 + "__id__": 179 }, "rateOverTime": { - "__id__": 162 + "__id__": 180 }, "rateOverDistance": { - "__id__": 163 + "__id__": 181 }, "bursts": [], "_renderCulling": false, @@ -5879,37 +6571,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 164 + "__id__": 182 }, "_shapeModule": { - "__id__": 171 + "__id__": 189 }, "_sizeOvertimeModule": { - "__id__": 173 + "__id__": 191 }, "_velocityOvertimeModule": { - "__id__": 179 - }, - "_forceOvertimeModule": { - "__id__": 184 - }, - "_limitVelocityOvertimeModule": { - "__id__": 188 - }, - "_rotationOvertimeModule": { - "__id__": 193 - }, - "_textureAnimationModule": { "__id__": 197 }, + "_forceOvertimeModule": { + "__id__": 202 + }, + "_limitVelocityOvertimeModule": { + "__id__": 206 + }, + "_rotationOvertimeModule": { + "__id__": 211 + }, + "_textureAnimationModule": { + "__id__": 215 + }, "_noiseModule": { - "__id__": 200 + "__id__": 218 }, "_trailModule": { - "__id__": 201 + "__id__": 219 }, "renderer": { - "__id__": 208 + "__id__": 226 }, "_prewarm": false, "_capacity": 100, @@ -6010,32 +6702,32 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 165 + "__id__": 183 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 166 + "__id__": 184 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 167 + "__id__": 185 }, { - "__id__": 168 + "__id__": 186 } ], "alphaKeys": [ { - "__id__": 169 + "__id__": 187 }, { - "__id__": 170 + "__id__": 188 } ], "mode": 0 @@ -6087,7 +6779,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 172 + "__id__": 190 }, "length": 5, "boxThickness": { @@ -6128,23 +6820,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 174 + "__id__": 192 }, "x": { - "__id__": 176 + "__id__": 194 }, "y": { - "__id__": 177 + "__id__": 195 }, "z": { - "__id__": 178 + "__id__": 196 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 175 + "__id__": 193 }, "multiplier": 1 }, @@ -6218,16 +6910,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 180 + "__id__": 198 }, "y": { - "__id__": 181 + "__id__": 199 }, "z": { - "__id__": 182 + "__id__": 200 }, "speedModifier": { - "__id__": 183 + "__id__": 201 }, "space": 1 }, @@ -6259,13 +6951,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 185 + "__id__": 203 }, "y": { - "__id__": 186 + "__id__": 204 }, "z": { - "__id__": 187 + "__id__": 205 }, "space": 1 }, @@ -6291,16 +6983,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 189 + "__id__": 207 }, "limitY": { - "__id__": 190 + "__id__": 208 }, "limitZ": { - "__id__": 191 + "__id__": 209 }, "limit": { - "__id__": 192 + "__id__": 210 }, "dampen": 3, "separateAxes": false, @@ -6335,13 +7027,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 194 + "__id__": 212 }, "y": { - "__id__": 195 + "__id__": 213 }, "z": { - "__id__": 196 + "__id__": 214 } }, { @@ -6373,10 +7065,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 198 + "__id__": 216 }, "startFrame": { - "__id__": 199 + "__id__": 217 }, "cycleCount": 1, "_flipU": 0, @@ -6420,25 +7112,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 202 + "__id__": 220 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": false, "widthRatio": { - "__id__": 203 + "__id__": 221 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 204 + "__id__": 222 }, "colorOvertime": { - "__id__": 205 + "__id__": 223 }, "_space": 0, "_particleSystem": { - "__id__": 149 + "__id__": 167 } }, { @@ -6469,7 +7161,7 @@ "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 206 + "__id__": 224 } }, { @@ -6477,7 +7169,7 @@ "colorKeys": [], "alphaKeys": [ { - "__id__": 207 + "__id__": 225 } ], "mode": 0 @@ -6509,30 +7201,31 @@ "__type__": "cc.Node", "_name": "Control", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 134 + "__id__": 152 }, "_children": [ { - "__id__": 210 + "__id__": 228 }, { - "__id__": 213 + "__id__": 231 }, { - "__id__": 216 + "__id__": 234 } ], "_active": false, "_components": [ { - "__id__": 350 + "__id__": 368 }, { - "__id__": 351 + "__id__": 369 }, { - "__id__": 352 + "__id__": 370 } ], "_prefab": null, @@ -6569,17 +7262,18 @@ "__type__": "cc.Node", "_name": "Left", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 209 + "__id__": 227 }, "_children": [], "_active": true, "_components": [ { - "__id__": 211 + "__id__": 229 }, { - "__id__": 212 + "__id__": 230 } ], "_prefab": null, @@ -6616,8 +7310,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 228 }, "_enabled": true, "__prefab": null, @@ -6637,8 +7332,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 228 }, "_enabled": true, "__prefab": null, @@ -6666,17 +7362,18 @@ "__type__": "cc.Node", "_name": "Right", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 209 + "__id__": 227 }, "_children": [], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 232 }, { - "__id__": 215 + "__id__": 233 } ], "_prefab": null, @@ -6713,8 +7410,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 231 }, "_enabled": true, "__prefab": null, @@ -6734,8 +7432,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 231 }, "_enabled": true, "__prefab": null, @@ -6763,27 +7462,28 @@ "__type__": "cc.Node", "_name": "Tutorial", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 209 + "__id__": 227 }, "_children": [ { - "__id__": 217 + "__id__": 235 }, { - "__id__": 279 + "__id__": 297 }, { - "__id__": 341 + "__id__": 359 }, { - "__id__": 345 + "__id__": 363 } ], "_active": true, "_components": [ { - "__id__": 349 + "__id__": 367 } ], "_prefab": null, @@ -6820,20 +7520,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 216 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 218 + "__id__": 236 }, { - "__id__": 277 + "__id__": 295 }, { - "__id__": 278 + "__id__": 296 } ], "_prefab": null, @@ -6870,8 +7571,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 235 }, "_enabled": true, "__prefab": null, @@ -6883,60 +7585,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 219 + "__id__": 237 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 220 + "__id__": 238 }, "startSize": { - "__id__": 220 + "__id__": 238 }, "startSizeY": { - "__id__": 221 + "__id__": 239 }, "startSizeZ": { - "__id__": 222 + "__id__": 240 }, "startSpeed": { - "__id__": 223 + "__id__": 241 }, "startRotation3D": false, "startRotationX": { - "__id__": 224 + "__id__": 242 }, "startRotationY": { - "__id__": 225 + "__id__": 243 }, "startRotationZ": { - "__id__": 226 + "__id__": 244 }, "startRotation": { - "__id__": 226 + "__id__": 244 }, "startDelay": { - "__id__": 227 + "__id__": 245 }, "startLifetime": { - "__id__": 228 + "__id__": 246 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 229 + "__id__": 247 }, "rateOverTime": { - "__id__": 230 + "__id__": 248 }, "rateOverDistance": { - "__id__": 231 + "__id__": 249 }, "bursts": [ { - "__id__": 232 + "__id__": 250 } ], "_renderCulling": false, @@ -6947,37 +7649,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 234 + "__id__": 252 }, "_shapeModule": { - "__id__": 240 + "__id__": 258 }, "_sizeOvertimeModule": { - "__id__": 242 + "__id__": 260 }, "_velocityOvertimeModule": { - "__id__": 248 - }, - "_forceOvertimeModule": { - "__id__": 253 - }, - "_limitVelocityOvertimeModule": { - "__id__": 257 - }, - "_rotationOvertimeModule": { - "__id__": 262 - }, - "_textureAnimationModule": { "__id__": 266 }, - "_noiseModule": { - "__id__": 270 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 271 }, + "_limitVelocityOvertimeModule": { + "__id__": 275 + }, + "_rotationOvertimeModule": { + "__id__": 280 + }, + "_textureAnimationModule": { + "__id__": 284 + }, + "_noiseModule": { + "__id__": 288 + }, + "_trailModule": { + "__id__": 289 + }, "renderer": { - "__id__": 276 + "__id__": 294 }, "_prewarm": false, "_capacity": 100, @@ -7073,7 +7775,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 233 + "__id__": 251 } }, { @@ -7086,29 +7788,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 235 + "__id__": 253 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 236 + "__id__": 254 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 237 + "__id__": 255 } ], "alphaKeys": [ { - "__id__": 238 + "__id__": 256 }, { - "__id__": 239 + "__id__": 257 } ], "mode": 0 @@ -7149,7 +7851,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 241 + "__id__": 259 }, "length": 5, "boxThickness": { @@ -7190,23 +7892,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 243 + "__id__": 261 }, "x": { - "__id__": 245 + "__id__": 263 }, "y": { - "__id__": 246 + "__id__": 264 }, "z": { - "__id__": 247 + "__id__": 265 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 244 + "__id__": 262 }, "multiplier": 1 }, @@ -7280,16 +7982,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 249 + "__id__": 267 }, "y": { - "__id__": 250 + "__id__": 268 }, "z": { - "__id__": 251 + "__id__": 269 }, "speedModifier": { - "__id__": 252 + "__id__": 270 }, "space": 1 }, @@ -7321,13 +8023,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 254 + "__id__": 272 }, "y": { - "__id__": 255 + "__id__": 273 }, "z": { - "__id__": 256 + "__id__": 274 }, "space": 1 }, @@ -7353,16 +8055,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 258 + "__id__": 276 }, "limitY": { - "__id__": 259 + "__id__": 277 }, "limitZ": { - "__id__": 260 + "__id__": 278 }, "limit": { - "__id__": 261 + "__id__": 279 }, "dampen": 3, "separateAxes": false, @@ -7397,13 +8099,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 263 + "__id__": 281 }, "y": { - "__id__": 264 + "__id__": 282 }, "z": { - "__id__": 265 + "__id__": 283 } }, { @@ -7434,10 +8136,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 267 + "__id__": 285 }, "startFrame": { - "__id__": 269 + "__id__": 287 }, "cycleCount": 0, "_flipU": 0, @@ -7450,7 +8152,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 268 + "__id__": 286 }, "multiplier": 1 }, @@ -7517,25 +8219,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 272 + "__id__": 290 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 273 + "__id__": 291 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 274 + "__id__": 292 }, "colorOvertime": { - "__id__": 275 + "__id__": 293 }, "_space": 0, "_particleSystem": { - "__id__": 218 + "__id__": 236 } }, { @@ -7594,8 +8296,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 235 }, "_enabled": true, "__prefab": null, @@ -7605,8 +8308,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 235 }, "_enabled": true, "__prefab": null, @@ -7626,20 +8330,21 @@ "__type__": "cc.Node", "_name": "Tap Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 216 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 280 + "__id__": 298 }, { - "__id__": 339 + "__id__": 357 }, { - "__id__": 340 + "__id__": 358 } ], "_prefab": null, @@ -7676,8 +8381,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 279 + "__id__": 297 }, "_enabled": true, "__prefab": null, @@ -7689,60 +8395,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 281 + "__id__": 299 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 282 + "__id__": 300 }, "startSize": { - "__id__": 282 + "__id__": 300 }, "startSizeY": { - "__id__": 283 + "__id__": 301 }, "startSizeZ": { - "__id__": 284 + "__id__": 302 }, "startSpeed": { - "__id__": 285 + "__id__": 303 }, "startRotation3D": false, "startRotationX": { - "__id__": 286 + "__id__": 304 }, "startRotationY": { - "__id__": 287 + "__id__": 305 }, "startRotationZ": { - "__id__": 288 + "__id__": 306 }, "startRotation": { - "__id__": 288 + "__id__": 306 }, "startDelay": { - "__id__": 289 + "__id__": 307 }, "startLifetime": { - "__id__": 290 + "__id__": 308 }, "duration": 0.3, "loop": false, "simulationSpeed": 1, "playOnAwake": false, "gravityModifier": { - "__id__": 291 + "__id__": 309 }, "rateOverTime": { - "__id__": 292 + "__id__": 310 }, "rateOverDistance": { - "__id__": 293 + "__id__": 311 }, "bursts": [ { - "__id__": 294 + "__id__": 312 } ], "_renderCulling": false, @@ -7753,37 +8459,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 296 + "__id__": 314 }, "_shapeModule": { - "__id__": 302 + "__id__": 320 }, "_sizeOvertimeModule": { - "__id__": 304 + "__id__": 322 }, "_velocityOvertimeModule": { - "__id__": 310 - }, - "_forceOvertimeModule": { - "__id__": 315 - }, - "_limitVelocityOvertimeModule": { - "__id__": 319 - }, - "_rotationOvertimeModule": { - "__id__": 324 - }, - "_textureAnimationModule": { "__id__": 328 }, - "_noiseModule": { - "__id__": 332 - }, - "_trailModule": { + "_forceOvertimeModule": { "__id__": 333 }, + "_limitVelocityOvertimeModule": { + "__id__": 337 + }, + "_rotationOvertimeModule": { + "__id__": 342 + }, + "_textureAnimationModule": { + "__id__": 346 + }, + "_noiseModule": { + "__id__": 350 + }, + "_trailModule": { + "__id__": 351 + }, "renderer": { - "__id__": 338 + "__id__": 356 }, "_prewarm": false, "_capacity": 100, @@ -7879,7 +8585,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 295 + "__id__": 313 } }, { @@ -7892,29 +8598,29 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 297 + "__id__": 315 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 298 + "__id__": 316 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 299 + "__id__": 317 } ], "alphaKeys": [ { - "__id__": 300 + "__id__": 318 }, { - "__id__": 301 + "__id__": 319 } ], "mode": 0 @@ -7955,7 +8661,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 303 + "__id__": 321 }, "length": 5, "boxThickness": { @@ -7996,23 +8702,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 305 + "__id__": 323 }, "x": { - "__id__": 307 + "__id__": 325 }, "y": { - "__id__": 308 + "__id__": 326 }, "z": { - "__id__": 309 + "__id__": 327 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 306 + "__id__": 324 }, "multiplier": 1 }, @@ -8086,16 +8792,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 311 + "__id__": 329 }, "y": { - "__id__": 312 + "__id__": 330 }, "z": { - "__id__": 313 + "__id__": 331 }, "speedModifier": { - "__id__": 314 + "__id__": 332 }, "space": 1 }, @@ -8127,13 +8833,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 316 + "__id__": 334 }, "y": { - "__id__": 317 + "__id__": 335 }, "z": { - "__id__": 318 + "__id__": 336 }, "space": 1 }, @@ -8159,16 +8865,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 320 + "__id__": 338 }, "limitY": { - "__id__": 321 + "__id__": 339 }, "limitZ": { - "__id__": 322 + "__id__": 340 }, "limit": { - "__id__": 323 + "__id__": 341 }, "dampen": 3, "separateAxes": false, @@ -8203,13 +8909,13 @@ "_enable": false, "_separateAxes": false, "x": { - "__id__": 325 + "__id__": 343 }, "y": { - "__id__": 326 + "__id__": 344 }, "z": { - "__id__": 327 + "__id__": 345 } }, { @@ -8240,10 +8946,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 329 + "__id__": 347 }, "startFrame": { - "__id__": 331 + "__id__": 349 }, "cycleCount": 0, "_flipU": 0, @@ -8256,7 +8962,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 330 + "__id__": 348 }, "multiplier": 1 }, @@ -8323,25 +9029,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 334 + "__id__": 352 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 335 + "__id__": 353 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 336 + "__id__": 354 }, "colorOvertime": { - "__id__": 337 + "__id__": 355 }, "_space": 0, "_particleSystem": { - "__id__": 280 + "__id__": 298 } }, { @@ -8400,8 +9106,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 279 + "__id__": 297 }, "_enabled": true, "__prefab": null, @@ -8411,8 +9118,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 279 + "__id__": 297 }, "_enabled": true, "__prefab": null, @@ -8432,20 +9140,21 @@ "__type__": "cc.Node", "_name": "tap-L", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 216 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 342 + "__id__": 360 }, { - "__id__": 343 + "__id__": 361 }, { - "__id__": 344 + "__id__": 362 } ], "_prefab": null, @@ -8482,8 +9191,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8503,8 +9213,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8541,8 +9252,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 359 }, "_enabled": true, "__prefab": null, @@ -8570,20 +9282,21 @@ "__type__": "cc.Node", "_name": "tap_R", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 216 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 346 + "__id__": 364 }, { - "__id__": 347 + "__id__": 365 }, { - "__id__": 348 + "__id__": 366 } ], "_prefab": null, @@ -8620,8 +9333,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 363 }, "_enabled": true, "__prefab": null, @@ -8641,8 +9355,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 363 }, "_enabled": true, "__prefab": null, @@ -8679,8 +9394,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 363 }, "_enabled": true, "__prefab": null, @@ -8708,8 +9424,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 216 + "__id__": 234 }, "_enabled": true, "__prefab": null, @@ -8729,8 +9446,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 227 }, "_enabled": true, "__prefab": null, @@ -8750,16 +9468,17 @@ "__type__": "ae76dAs77NBYYKBvdVg8Tfa", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 227 }, "_enabled": true, "__prefab": null, "_left": { - "__id__": 210 + "__id__": 228 }, "_right": { - "__id__": 213 + "__id__": 231 }, "_id": "8ewMLfwFpP/YdmYCM/ZKig" }, @@ -8767,22 +9486,23 @@ "__type__": "58a5aCWE8VEqJK+0wznWL24", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 227 }, "_enabled": true, "__prefab": null, "_tapL": { - "__id__": 341 + "__id__": 359 }, "_tapR": { - "__id__": 345 + "__id__": 363 }, "_tapLEffect": { - "__id__": 218 + "__id__": 236 }, "_tapREffect": { - "__id__": 280 + "__id__": 298 }, "_id": "a2VeBOPQdNIJ03wdHnez8a" }, @@ -8790,8 +9510,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8811,8 +9532,9 @@ "__type__": "cc.Canvas", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8826,8 +9548,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 152 }, "_enabled": true, "__prefab": null, @@ -8855,27 +9578,28 @@ "__type__": "cc.Node", "_name": "OverPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 357 + "__id__": 375 }, { - "__id__": 360 + "__id__": 378 } ], "_active": false, "_components": [ { - "__id__": 431 + "__id__": 449 }, { - "__id__": 432 + "__id__": 450 }, { - "__id__": 433 + "__id__": 451 } ], "_prefab": null, @@ -8912,17 +9636,18 @@ "__type__": "cc.Node", "_name": "BG", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 358 + "__id__": 376 }, { - "__id__": 359 + "__id__": 377 } ], "_prefab": null, @@ -8959,8 +9684,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -8980,8 +9706,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 357 + "__id__": 375 }, "_enabled": true, "__prefab": null, @@ -9018,30 +9745,31 @@ "__type__": "cc.Node", "_name": "Leader_Board", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 356 + "__id__": 374 }, "_children": [ { - "__id__": 361 + "__id__": 379 }, { - "__id__": 365 + "__id__": 383 }, { - "__id__": 409 + "__id__": 427 }, { - "__id__": 421 + "__id__": 439 } ], "_active": true, "_components": [ { - "__id__": 429 + "__id__": 447 }, { - "__id__": 430 + "__id__": 448 } ], "_prefab": null, @@ -9078,20 +9806,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 360 + "__id__": 378 }, "_children": [], "_active": false, "_components": [ { - "__id__": 362 + "__id__": 380 }, { - "__id__": 363 + "__id__": 381 }, { - "__id__": 364 + "__id__": 382 } ], "_prefab": null, @@ -9128,8 +9857,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -9149,8 +9879,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -9184,14 +9915,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f84cfxlbRAEINXe5uu1h8C" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 361 + "__id__": 379 }, "_enabled": true, "__prefab": null, @@ -9219,27 +9974,28 @@ "__type__": "cc.Node", "_name": "ScrollView", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 360 + "__id__": 378 }, "_children": [ { - "__id__": 366 + "__id__": 384 } ], "_active": true, "_components": [ { - "__id__": 405 + "__id__": 423 }, { - "__id__": 406 + "__id__": 424 }, { - "__id__": 407 + "__id__": 425 }, { - "__id__": 408 + "__id__": 426 } ], "_prefab": null, @@ -9276,27 +10032,28 @@ "__type__": "cc.Node", "_name": "view", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 365 + "__id__": 383 }, "_children": [ { - "__id__": 367 + "__id__": 385 } ], "_active": true, "_components": [ { - "__id__": 401 + "__id__": 419 }, { - "__id__": 402 + "__id__": 420 }, { - "__id__": 403 + "__id__": 421 }, { - "__id__": 404 + "__id__": 422 } ], "_prefab": null, @@ -9333,24 +10090,25 @@ "__type__": "cc.Node", "_name": "content", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 366 + "__id__": 384 }, "_children": [ { - "__id__": 368 + "__id__": 386 }, { - "__id__": 376 + "__id__": 394 } ], "_active": true, "_components": [ { - "__id__": 399 + "__id__": 417 }, { - "__id__": 400 + "__id__": 418 } ], "_prefab": null, @@ -9387,17 +10145,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 367 + "__id__": 385 }, "_prefab": { - "__id__": 369 + "__id__": 387 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 368 + "__id__": 386 }, "asset": { "__uuid__": "44541b9d-0cbe-4e00-8819-64b15d93dea7", @@ -9405,7 +10163,7 @@ }, "fileId": "f9uSHaj7BMlIwLhcEY9s8R", "instance": { - "__id__": 370 + "__id__": 388 }, "targetOverrides": null }, @@ -9417,16 +10175,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 371 + "__id__": 389 }, { - "__id__": 373 + "__id__": 391 }, { - "__id__": 374 + "__id__": 392 }, { - "__id__": 375 + "__id__": 393 } ], "removedComponents": [] @@ -9434,7 +10192,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 372 + "__id__": 390 }, "propertyPath": [ "_name" @@ -9450,7 +10208,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 372 + "__id__": 390 }, "propertyPath": [ "_lpos" @@ -9465,7 +10223,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 372 + "__id__": 390 }, "propertyPath": [ "_lrot" @@ -9481,7 +10239,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 372 + "__id__": 390 }, "propertyPath": [ "_euler" @@ -9499,29 +10257,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 367 + "__id__": 385 }, "_children": [ { - "__id__": 377 + "__id__": 395 }, { - "__id__": 388 + "__id__": 406 }, { - "__id__": 392 + "__id__": 410 } ], "_active": true, "_components": [ { - "__id__": 396 + "__id__": 414 }, { - "__id__": 397 + "__id__": 415 }, { - "__id__": 398 + "__id__": 416 } ], "_prefab": null, @@ -9558,24 +10316,25 @@ "__type__": "cc.Node", "_name": "top", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 376 + "__id__": 394 }, "_children": [ { - "__id__": 378 + "__id__": 396 }, { - "__id__": 381 + "__id__": 399 } ], "_active": false, "_components": [ { - "__id__": 386 + "__id__": 404 }, { - "__id__": 387 + "__id__": 405 } ], "_prefab": null, @@ -9612,17 +10371,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 379 + "__id__": 397 }, { - "__id__": 380 + "__id__": 398 } ], "_prefab": null, @@ -9659,8 +10419,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 396 }, "_enabled": true, "__prefab": null, @@ -9680,8 +10441,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 396 }, "_enabled": true, "__prefab": null, @@ -9718,23 +10480,24 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 395 }, "_children": [], "_active": true, "_components": [ { - "__id__": 382 + "__id__": 400 }, { - "__id__": 383 + "__id__": 401 }, { - "__id__": 384 + "__id__": 402 }, { - "__id__": 385 + "__id__": 403 } ], "_prefab": null, @@ -9771,8 +10534,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 381 + "__id__": 399 }, "_enabled": true, "__prefab": null, @@ -9792,8 +10556,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 381 + "__id__": 399 }, "_enabled": true, "__prefab": null, @@ -9827,23 +10592,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "aaenWCd65LMJXVpGA3WMeH", "_enableOutline": true, - "_outlineWidth": 4, "_outlineColor": { "__type__": "cc.Color", "r": 96, "g": 96, "b": 96, "a": 255 - } + }, + "_outlineWidth": 4, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "aaenWCd65LMJXVpGA3WMeH" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 381 + "__id__": 399 }, "_enabled": true, "__prefab": null, @@ -9871,8 +10651,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 381 + "__id__": 399 }, "_enabled": true, "__prefab": null, @@ -9882,8 +10663,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9903,8 +10685,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 395 }, "_enabled": true, "__prefab": null, @@ -9934,19 +10717,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 376 + "__id__": 394 }, "_children": [], "_active": true, "_components": [ { - "__id__": 389 + "__id__": 407 }, { - "__id__": 390 + "__id__": 408 }, { - "__id__": 391 + "__id__": 409 } ], "_prefab": null, @@ -9983,8 +10766,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10004,8 +10788,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10039,14 +10824,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "e6dtJas8xPEb1IQWDWFon3" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 388 + "__id__": 406 }, "_enabled": true, "__prefab": null, @@ -10074,20 +10883,21 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 376 + "__id__": 394 }, "_children": [], "_active": true, "_components": [ { - "__id__": 393 + "__id__": 411 }, { - "__id__": 394 + "__id__": 412 }, { - "__id__": 395 + "__id__": 413 } ], "_prefab": null, @@ -10124,8 +10934,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 392 + "__id__": 410 }, "_enabled": true, "__prefab": null, @@ -10145,8 +10956,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 392 + "__id__": 410 }, "_enabled": true, "__prefab": null, @@ -10180,14 +10992,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "2cLZrKrAtP0I9qbh4fPBbW" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 392 + "__id__": 410 }, "_enabled": true, "__prefab": null, @@ -10215,8 +11051,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 394 }, "_enabled": true, "__prefab": null, @@ -10236,8 +11073,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 394 }, "_enabled": true, "__prefab": null, @@ -10274,19 +11112,20 @@ "__type__": "552d1g5QNpOeIBUm3Wr1J5c", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 394 }, "_enabled": true, "__prefab": null, "_bg": { - "__id__": 397 + "__id__": 415 }, "_scoreText": { - "__id__": 394 + "__id__": 412 }, "_topText": { - "__id__": 383 + "__id__": 401 }, "_highLightColor": { "__type__": "cc.Color", @@ -10301,8 +11140,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10322,8 +11162,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 385 }, "_enabled": true, "__prefab": null, @@ -10353,8 +11194,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10374,8 +11216,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10389,8 +11232,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10428,8 +11272,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 384 }, "_enabled": true, "__prefab": null, @@ -10457,8 +11302,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 383 }, "_enabled": true, "__prefab": null, @@ -10478,8 +11324,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 383 }, "_enabled": false, "__prefab": null, @@ -10516,8 +11363,9 @@ "__type__": "cc.ScrollView", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 383 }, "_enabled": true, "__prefab": null, @@ -10530,7 +11378,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 367 + "__id__": 385 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -10540,8 +11388,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 383 }, "_enabled": true, "__prefab": null, @@ -10569,30 +11418,31 @@ "__type__": "cc.Node", "_name": "ButtonY", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 360 + "__id__": 378 }, "_children": [ { - "__id__": 410 + "__id__": 428 }, { - "__id__": 413 + "__id__": 431 } ], "_active": true, "_components": [ { - "__id__": 416 + "__id__": 434 }, { - "__id__": 417 + "__id__": 435 }, { - "__id__": 418 + "__id__": 436 }, { - "__id__": 420 + "__id__": 438 } ], "_prefab": null, @@ -10629,17 +11479,18 @@ "__type__": "cc.Node", "_name": "Ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 409 + "__id__": 427 }, "_children": [], "_active": true, "_components": [ { - "__id__": 411 + "__id__": 429 }, { - "__id__": 412 + "__id__": 430 } ], "_prefab": null, @@ -10676,8 +11527,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, @@ -10697,8 +11549,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 410 + "__id__": 428 }, "_enabled": true, "__prefab": null, @@ -10732,23 +11585,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a9WlLOPXtITJ/mm95OuCjp" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 409 + "__id__": 427 }, "_children": [], "_active": true, "_components": [ { - "__id__": 414 + "__id__": 432 }, { - "__id__": 415 + "__id__": 433 } ], "_prefab": null, @@ -10785,8 +11662,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 413 + "__id__": 431 }, "_enabled": true, "__prefab": null, @@ -10806,8 +11684,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 413 + "__id__": 431 }, "_enabled": true, "__prefab": null, @@ -10844,8 +11723,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, @@ -10865,8 +11745,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, @@ -10903,14 +11784,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 419 + "__id__": 437 } ], "_interactable": true, @@ -10953,14 +11835,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 409 + "__id__": 427 }, "_id": "83tN1zwmxCxI7aJ2ug7LTQ" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 356 + "__id__": 374 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -10971,8 +11853,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 427 }, "_enabled": true, "__prefab": null, @@ -11000,24 +11883,25 @@ "__type__": "cc.Node", "_name": "ButtonN", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 360 + "__id__": 378 }, "_children": [ { - "__id__": 422 + "__id__": 440 } ], "_active": true, "_components": [ { - "__id__": 425 + "__id__": 443 }, { - "__id__": 426 + "__id__": 444 }, { - "__id__": 428 + "__id__": 446 } ], "_prefab": null, @@ -11054,17 +11938,18 @@ "__type__": "cc.Node", "_name": "Label", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 439 }, "_children": [], "_active": true, "_components": [ { - "__id__": 423 + "__id__": 441 }, { - "__id__": 424 + "__id__": 442 } ], "_prefab": null, @@ -11101,8 +11986,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 440 }, "_enabled": true, "__prefab": null, @@ -11122,8 +12008,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 440 }, "_enabled": true, "__prefab": null, @@ -11157,14 +12044,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "b5f4DqQ7VFO7QxxBEOXnaT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 439 }, "_enabled": true, "__prefab": null, @@ -11184,14 +12095,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 439 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 427 + "__id__": 445 } ], "_interactable": true, @@ -11243,14 +12155,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 421 + "__id__": 439 }, "_id": "05kavv3MFKp4R9iVYAgcDb" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 356 + "__id__": 374 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -11261,8 +12173,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 439 }, "_enabled": true, "__prefab": null, @@ -11290,8 +12203,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 378 }, "_enabled": true, "__prefab": null, @@ -11311,8 +12225,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 378 }, "_enabled": true, "__prefab": null, @@ -11349,8 +12264,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 356 + "__id__": 374 }, "_enabled": true, "__prefab": null, @@ -11370,8 +12286,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 356 + "__id__": 374 }, "_enabled": true, "__prefab": null, @@ -11399,26 +12316,27 @@ "__type__": "c5e2dm0qXVOuKP1ju7uyMtJ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 356 + "__id__": 374 }, "_enabled": true, "__prefab": null, "topScore": null, "yourScore": { - "__id__": 394 - }, - "_ticketMinus": { "__id__": 412 }, + "_ticketMinus": { + "__id__": 430 + }, "_buyTicketBtn": { - "__id__": 409 + "__id__": 427 }, "_quitBtn": { - "__id__": 421 + "__id__": 439 }, "_scoreUI": { - "__id__": 129 + "__id__": 147 }, "_scorePrefab": { "__uuid__": "35274179-f40e-4de9-a5d5-43fba9c12669", @@ -11433,17 +12351,17 @@ "__expectedType__": "cc.AudioClip" }, "_starSpeedCurve": { - "__id__": 434 + "__id__": 452 }, "_starScaleCurve": { - "__id__": 436 + "__id__": 454 }, "_id": "bbcyvzebBDsJfOOH9VNeON" }, { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 435 + "__id__": 453 } }, { @@ -11484,7 +12402,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 437 + "__id__": 455 } }, { @@ -11539,24 +12457,25 @@ "__type__": "cc.Node", "_name": "StartPanel", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 133 + "__id__": 151 }, "_children": [ { - "__id__": 439 + "__id__": 457 } ], "_active": false, "_components": [ { - "__id__": 465 + "__id__": 483 }, { - "__id__": 466 + "__id__": 484 }, { - "__id__": 467 + "__id__": 485 } ], "_prefab": null, @@ -11593,33 +12512,34 @@ "__type__": "cc.Node", "_name": "Wrapper", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 438 + "__id__": 456 }, "_children": [ { - "__id__": 440 + "__id__": 458 } ], "_active": true, "_components": [ { - "__id__": 459 + "__id__": 477 }, { - "__id__": 460 + "__id__": 478 }, { - "__id__": 461 + "__id__": 479 }, { - "__id__": 462 + "__id__": 480 }, { - "__id__": 463 + "__id__": 481 }, { - "__id__": 464 + "__id__": 482 } ], "_prefab": null, @@ -11656,30 +12576,31 @@ "__type__": "cc.Node", "_name": "Bg", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 439 + "__id__": 457 }, "_children": [ { - "__id__": 441 + "__id__": 459 }, { - "__id__": 445 + "__id__": 463 }, { - "__id__": 448 + "__id__": 466 }, { - "__id__": 451 + "__id__": 469 } ], "_active": true, "_components": [ { - "__id__": 457 + "__id__": 475 }, { - "__id__": 458 + "__id__": 476 } ], "_prefab": null, @@ -11716,20 +12637,21 @@ "__type__": "cc.Node", "_name": "Title", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 440 + "__id__": 458 }, "_children": [], "_active": true, "_components": [ { - "__id__": 442 + "__id__": 460 }, { - "__id__": 443 + "__id__": 461 }, { - "__id__": 444 + "__id__": 462 } ], "_prefab": null, @@ -11766,8 +12688,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 441 + "__id__": 459 }, "_enabled": true, "__prefab": null, @@ -11787,8 +12710,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 441 + "__id__": 459 }, "_enabled": true, "__prefab": null, @@ -11825,8 +12749,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 441 + "__id__": 459 }, "_enabled": true, "__prefab": null, @@ -11854,17 +12779,18 @@ "__type__": "cc.Node", "_name": "Bear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 440 + "__id__": 458 }, "_children": [], "_active": false, "_components": [ { - "__id__": 446 + "__id__": 464 }, { - "__id__": 447 + "__id__": 465 } ], "_prefab": null, @@ -11901,8 +12827,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 463 }, "_enabled": true, "__prefab": null, @@ -11922,8 +12849,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 463 }, "_enabled": false, "__prefab": null, @@ -11957,17 +12885,18 @@ "__type__": "cc.Node", "_name": "Rabit", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 440 + "__id__": 458 }, "_children": [], "_active": true, "_components": [ { - "__id__": 449 + "__id__": 467 }, { - "__id__": 450 + "__id__": 468 } ], "_prefab": null, @@ -12004,8 +12933,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 466 }, "_enabled": true, "__prefab": null, @@ -12025,8 +12955,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 466 }, "_enabled": true, "__prefab": null, @@ -12063,23 +12994,24 @@ "__type__": "cc.Node", "_name": "StartButton", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 440 + "__id__": 458 }, "_children": [], "_active": true, "_components": [ { - "__id__": 452 + "__id__": 470 }, { - "__id__": 453 + "__id__": 471 }, { - "__id__": 454 + "__id__": 472 }, { - "__id__": 456 + "__id__": 474 } ], "_prefab": null, @@ -12116,8 +13048,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 469 }, "_enabled": true, "__prefab": null, @@ -12137,8 +13070,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 469 }, "_enabled": true, "__prefab": null, @@ -12175,14 +13109,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 469 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 455 + "__id__": 473 } ], "_interactable": true, @@ -12225,14 +13160,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 451 + "__id__": 469 }, "_id": "b5HEsyyjZJ8Yb2u2q1fD82" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 133 + "__id__": 151 }, "component": "", "_componentId": "ecf07La1rNA8YjY0h97yfWf", @@ -12243,8 +13178,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 469 }, "_enabled": true, "__prefab": null, @@ -12272,8 +13208,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12293,8 +13230,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -12331,8 +13269,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12352,8 +13291,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12367,8 +13307,9 @@ "__type__": "cc.Graphics", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12406,8 +13347,9 @@ "__type__": "cc.Mask", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12421,8 +13363,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12447,13 +13390,14 @@ "__type__": "5a603ZsBhVNCKhnWeS0+jrG", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 457 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 463 + "__id__": 481 }, "_id": "21CWF/h19B4IC/OI3ayhGG" }, @@ -12461,8 +13405,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 456 }, "_enabled": true, "__prefab": null, @@ -12482,8 +13427,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 456 }, "_enabled": true, "__prefab": null, @@ -12520,8 +13466,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 456 }, "_enabled": true, "__prefab": null, @@ -12549,8 +13496,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, @@ -12570,8 +13518,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, @@ -12599,26 +13548,27 @@ "__type__": "ecf07La1rNA8YjY0h97yfWf", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 133 + "__id__": 151 }, "_enabled": true, "__prefab": null, "_scoreLabel": { - "__id__": 471 + "__id__": 489 }, "_ticketLabel": { - "__id__": 474 + "__id__": 492 }, "_buffFx": null, "_controlPanel": { - "__id__": 209 + "__id__": 227 }, "_startPanel": { - "__id__": 438 + "__id__": 456 }, "_overPanel": { - "__id__": 356 + "__id__": 374 }, "_id": "449hzGcyZL+Lsj/r1gnEMe" }, @@ -12626,8 +13576,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12661,23 +13612,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "f5byB1+jNCNqjN+Tt3NUoI" }, { "__type__": "cc.Node", "_name": "Score", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 130 + "__id__": 148 }, "_children": [], "_active": true, "_components": [ { - "__id__": 473 + "__id__": 491 }, { - "__id__": 471 + "__id__": 489 } ], "_prefab": null, @@ -12714,8 +13689,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 472 + "__id__": 490 }, "_enabled": true, "__prefab": null, @@ -12735,8 +13711,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 475 + "__id__": 493 }, "_enabled": true, "__prefab": null, @@ -12770,23 +13747,47 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "a4GwzAXlxGDYYLQa2rIEsn" }, { "__type__": "cc.Node", "_name": "ticket", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 494 }, "_children": [], "_active": true, "_components": [ { - "__id__": 484 + "__id__": 502 }, { - "__id__": 474 + "__id__": 492 } ], "_prefab": null, @@ -12823,30 +13824,31 @@ "__type__": "cc.Node", "_name": "Ticket_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 477 + "__id__": 495 }, { - "__id__": 475 + "__id__": 493 } ], "_active": true, "_components": [ { - "__id__": 480 + "__id__": 498 }, { - "__id__": 481 + "__id__": 499 }, { - "__id__": 482 + "__id__": 500 }, { - "__id__": 483 + "__id__": 501 } ], "_prefab": null, @@ -12883,17 +13885,18 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 494 }, "_children": [], "_active": true, "_components": [ { - "__id__": 478 + "__id__": 496 }, { - "__id__": 479 + "__id__": 497 } ], "_prefab": null, @@ -12930,8 +13933,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -12951,8 +13955,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -12989,8 +13994,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13010,8 +14016,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13048,8 +14055,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13077,8 +14085,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13108,8 +14117,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 475 + "__id__": 493 }, "_enabled": true, "__prefab": null, @@ -13129,30 +14139,31 @@ "__type__": "cc.Node", "_name": "Time_Bar", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 486 + "__id__": 504 }, { - "__id__": 490 + "__id__": 508 } ], "_active": true, "_components": [ { - "__id__": 503 + "__id__": 521 }, { - "__id__": 504 + "__id__": 522 }, { - "__id__": 505 + "__id__": 523 }, { - "__id__": 506 + "__id__": 524 } ], "_prefab": null, @@ -13189,20 +14200,21 @@ "__type__": "cc.Node", "_name": "Fill", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 485 + "__id__": 503 }, "_children": [], "_active": true, "_components": [ { - "__id__": 487 + "__id__": 505 }, { - "__id__": 488 + "__id__": 506 }, { - "__id__": 489 + "__id__": 507 } ], "_prefab": null, @@ -13239,8 +14251,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13260,8 +14273,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13298,8 +14312,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 504 }, "_enabled": true, "__prefab": null, @@ -13327,27 +14342,28 @@ "__type__": "cc.Node", "_name": "Node", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 485 + "__id__": 503 }, "_children": [ { - "__id__": 491 + "__id__": 509 }, { - "__id__": 497 + "__id__": 515 } ], "_active": true, "_components": [ { - "__id__": 500 + "__id__": 518 }, { - "__id__": 501 + "__id__": 519 }, { - "__id__": 502 + "__id__": 520 } ], "_prefab": null, @@ -13384,21 +14400,22 @@ "__type__": "cc.Node", "_name": "icon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 490 + "__id__": 508 }, "_children": [ { - "__id__": 492 + "__id__": 510 } ], "_active": true, "_components": [ { - "__id__": 495 + "__id__": 513 }, { - "__id__": 496 + "__id__": 514 } ], "_prefab": null, @@ -13435,17 +14452,18 @@ "__type__": "cc.Node", "_name": "Clock", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 491 + "__id__": 509 }, "_children": [], "_active": true, "_components": [ { - "__id__": 493 + "__id__": 511 }, { - "__id__": 494 + "__id__": 512 } ], "_prefab": null, @@ -13482,8 +14500,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 510 }, "_enabled": true, "__prefab": null, @@ -13503,8 +14522,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 510 }, "_enabled": true, "__prefab": null, @@ -13541,8 +14561,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 509 }, "_enabled": true, "__prefab": null, @@ -13562,8 +14583,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 509 }, "_enabled": true, "__prefab": null, @@ -13600,17 +14622,18 @@ "__type__": "cc.Node", "_name": "Timer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 490 + "__id__": 508 }, "_children": [], "_active": true, "_components": [ { - "__id__": 498 + "__id__": 516 }, { - "__id__": 499 + "__id__": 517 } ], "_prefab": null, @@ -13647,8 +14670,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 497 + "__id__": 515 }, "_enabled": true, "__prefab": null, @@ -13668,8 +14692,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 497 + "__id__": 515 }, "_enabled": true, "__prefab": null, @@ -13703,14 +14728,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "9eDkBPfeFAN5w/ou1UXmvK" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 508 }, "_enabled": true, "__prefab": null, @@ -13730,8 +14779,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 508 }, "_enabled": true, "__prefab": null, @@ -13761,8 +14811,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 508 }, "_enabled": true, "__prefab": null, @@ -13790,8 +14841,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 503 }, "_enabled": true, "__prefab": null, @@ -13811,8 +14863,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 503 }, "_enabled": true, "__prefab": null, @@ -13849,8 +14902,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 503 }, "_enabled": true, "__prefab": null, @@ -13878,19 +14932,20 @@ "__type__": "204c1A707JPjYYnhqfMvkXj", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 503 }, "_enabled": true, "__prefab": null, "_timeLabel": { - "__id__": 499 + "__id__": 517 }, "_fill": { - "__id__": 488 + "__id__": 506 }, "_timeIcon": { - "__id__": 492 + "__id__": 510 }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", @@ -13902,33 +14957,34 @@ "__type__": "cc.Node", "_name": "Button", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 132 + "__id__": 150 }, "_children": [ { - "__id__": 508 + "__id__": 526 }, { - "__id__": 511 + "__id__": 529 } ], "_active": true, "_components": [ { - "__id__": 514 + "__id__": 532 }, { - "__id__": 515 + "__id__": 533 }, { - "__id__": 516 + "__id__": 534 }, { - "__id__": 518 + "__id__": 536 }, { - "__id__": 519 + "__id__": 537 } ], "_prefab": null, @@ -13965,17 +15021,18 @@ "__type__": "cc.Node", "_name": "Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 509 + "__id__": 527 }, { - "__id__": 510 + "__id__": 528 } ], "_prefab": null, @@ -14012,8 +15069,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -14033,8 +15091,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -14071,17 +15130,18 @@ "__type__": "cc.Node", "_name": "No_Sound", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [], "_active": false, "_components": [ { - "__id__": 512 + "__id__": 530 }, { - "__id__": 513 + "__id__": 531 } ], "_prefab": null, @@ -14118,8 +15178,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 511 + "__id__": 529 }, "_enabled": true, "__prefab": null, @@ -14139,8 +15200,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 511 + "__id__": 529 }, "_enabled": true, "__prefab": null, @@ -14177,8 +15239,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14198,8 +15261,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14236,14 +15300,15 @@ "__type__": "cc.Button", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 517 + "__id__": 535 } ], "_interactable": true, @@ -14286,14 +15351,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 507 + "__id__": 525 }, "_id": "1cDmuMEIFEs5ImBNG5Gm0F" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 507 + "__id__": 525 }, "component": "", "_componentId": "fe619HtEX1OQq7oeACKrANd", @@ -14304,8 +15369,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14333,16 +15399,17 @@ "__type__": "fe619HtEX1OQq7oeACKrANd", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "__prefab": null, "_unMute": { - "__id__": 508 + "__id__": 526 }, "_mute": { - "__id__": 511 + "__id__": 529 }, "_id": "adeG5FRP1GpLzDXol2pxU+" }, @@ -14350,8 +15417,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 132 + "__id__": 150 }, "_enabled": true, "__prefab": null, @@ -14371,8 +15439,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 132 + "__id__": 150 }, "_enabled": true, "__prefab": null, @@ -14400,20 +15469,21 @@ "__type__": "cc.Node", "_name": "avt sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [], "_active": true, "_components": [ { - "__id__": 523 + "__id__": 541 }, { - "__id__": 524 + "__id__": 542 }, { - "__id__": 525 + "__id__": 543 } ], "_prefab": null, @@ -14450,8 +15520,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14471,8 +15542,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14509,8 +15581,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14538,20 +15611,21 @@ "__type__": "cc.Node", "_name": "username", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 131 + "__id__": 149 }, "_children": [], "_active": true, "_components": [ { - "__id__": 527 + "__id__": 545 }, { - "__id__": 528 + "__id__": 546 }, { - "__id__": 529 + "__id__": 547 } ], "_prefab": null, @@ -14588,8 +15662,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 526 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14609,8 +15684,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 526 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14644,14 +15720,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, "_id": "adCA7B1wlPGrpl/gYGZWzQ" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 526 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14679,8 +15779,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14700,8 +15801,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14738,8 +15840,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 131 + "__id__": 149 }, "_enabled": true, "__prefab": null, @@ -14767,8 +15870,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14788,8 +15892,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14826,8 +15931,9 @@ "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14855,8 +15961,9 @@ "__type__": "cc.Layout", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 148 }, "_enabled": true, "__prefab": null, @@ -14886,8 +15993,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14907,8 +16015,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 147 }, "_enabled": true, "__prefab": null, @@ -14945,8 +16054,9 @@ "__type__": "02a884WNWtExrO21yAjQDWZ", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 135 }, "_enabled": true, "__prefab": null, @@ -15076,33 +16186,34 @@ "__type__": "cc.Node", "_name": "Goal trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [ { - "__id__": 546 + "__id__": 564 }, { - "__id__": 558 + "__id__": 576 }, { - "__id__": 565 + "__id__": 583 }, { - "__id__": 607 + "__id__": 625 } ], "_active": true, "_components": [ { - "__id__": 611 + "__id__": 629 }, { - "__id__": 612 + "__id__": 630 }, { - "__id__": 613 + "__id__": 631 } ], "_prefab": null, @@ -15139,27 +16250,28 @@ "__type__": "cc.Node", "_name": "Slide", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 545 + "__id__": 563 }, "_children": [ { - "__id__": 547 + "__id__": 565 }, { - "__id__": 550 + "__id__": 568 }, { - "__id__": 553 + "__id__": 571 } ], "_active": true, "_components": [ { - "__id__": 556 + "__id__": 574 }, { - "__id__": 557 + "__id__": 575 } ], "_prefab": null, @@ -15196,17 +16308,18 @@ "__type__": "cc.Node", "_name": "Slide2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [], "_active": true, "_components": [ { - "__id__": 548 + "__id__": 566 }, { - "__id__": 549 + "__id__": 567 } ], "_prefab": null, @@ -15243,8 +16356,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 565 }, "_enabled": true, "__prefab": null, @@ -15264,8 +16378,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 565 }, "_enabled": true, "__prefab": null, @@ -15302,17 +16417,18 @@ "__type__": "cc.Node", "_name": "x2 copy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [], "_active": true, "_components": [ { - "__id__": 551 + "__id__": 569 }, { - "__id__": 552 + "__id__": 570 } ], "_prefab": null, @@ -15349,8 +16465,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 550 + "__id__": 568 }, "_enabled": true, "__prefab": null, @@ -15370,8 +16487,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 550 + "__id__": 568 }, "_enabled": true, "__prefab": null, @@ -15408,17 +16526,18 @@ "__type__": "cc.Node", "_name": "x2 copy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 546 + "__id__": 564 }, "_children": [], "_active": true, "_components": [ { - "__id__": 554 + "__id__": 572 }, { - "__id__": 555 + "__id__": 573 } ], "_prefab": null, @@ -15455,8 +16574,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 553 + "__id__": 571 }, "_enabled": true, "__prefab": null, @@ -15476,8 +16596,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 553 + "__id__": 571 }, "_enabled": true, "__prefab": null, @@ -15514,8 +16635,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -15535,8 +16657,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "__prefab": null, @@ -15573,21 +16696,22 @@ "__type__": "cc.Node", "_name": "Goal", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 545 + "__id__": 563 }, "_children": [ { - "__id__": 559 + "__id__": 577 }, { - "__id__": 561 + "__id__": 579 } ], "_active": true, "_components": [ { - "__id__": 564 + "__id__": 582 } ], "_prefab": null, @@ -15624,14 +16748,15 @@ "__type__": "cc.Node", "_name": "Goal2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 576 }, "_children": [], "_active": false, "_components": [ { - "__id__": 560 + "__id__": 578 } ], "_prefab": null, @@ -15668,8 +16793,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 577 }, "_enabled": true, "__prefab": null, @@ -15689,17 +16815,18 @@ "__type__": "cc.Node", "_name": "Goal1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 576 }, "_children": [], "_active": true, "_components": [ { - "__id__": 562 + "__id__": 580 }, { - "__id__": 563 + "__id__": 581 } ], "_prefab": null, @@ -15736,8 +16863,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 579 }, "_enabled": true, "__prefab": null, @@ -15757,8 +16885,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 579 }, "_enabled": true, "__prefab": null, @@ -15795,8 +16924,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 576 }, "_enabled": true, "__prefab": null, @@ -15816,21 +16946,22 @@ "__type__": "cc.Node", "_name": "Ear", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 545 + "__id__": 563 }, "_children": [ { - "__id__": 566 + "__id__": 584 }, { - "__id__": 585 + "__id__": 603 } ], "_active": true, "_components": [ { - "__id__": 606 + "__id__": 624 } ], "_prefab": null, @@ -15867,17 +16998,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 565 + "__id__": 583 }, "_prefab": { - "__id__": 567 + "__id__": 585 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 566 + "__id__": 584 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -15885,7 +17016,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 568 + "__id__": 586 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -15898,37 +17029,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 569 + "__id__": 587 }, { - "__id__": 571 + "__id__": 589 }, { - "__id__": 572 + "__id__": 590 }, { - "__id__": 573 + "__id__": 591 }, { - "__id__": 574 + "__id__": 592 }, { - "__id__": 576 + "__id__": 594 }, { - "__id__": 577 + "__id__": 595 }, { - "__id__": 578 + "__id__": 596 }, { - "__id__": 579 + "__id__": 597 }, { - "__id__": 581 + "__id__": 599 }, { - "__id__": 583 + "__id__": 601 } ], "removedComponents": [] @@ -15936,7 +17067,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 570 + "__id__": 588 }, "propertyPath": [ "_name" @@ -15952,7 +17083,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 570 + "__id__": 588 }, "propertyPath": [ "_lpos" @@ -15967,7 +17098,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 570 + "__id__": 588 }, "propertyPath": [ "_lrot" @@ -15983,7 +17114,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 570 + "__id__": 588 }, "propertyPath": [ "_euler" @@ -15998,7 +17129,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 575 + "__id__": 593 }, "propertyPath": [ "_lrot" @@ -16020,7 +17151,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 575 + "__id__": 593 }, "propertyPath": [ "_euler" @@ -16035,7 +17166,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 570 + "__id__": 588 }, "propertyPath": [ "_layer" @@ -16045,7 +17176,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 575 + "__id__": 593 }, "propertyPath": [ "_layer" @@ -16055,7 +17186,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 580 + "__id__": 598 }, "propertyPath": [ "_layer" @@ -16071,7 +17202,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 582 + "__id__": 600 }, "propertyPath": [ "_layer" @@ -16087,7 +17218,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 584 + "__id__": 602 }, "propertyPath": [ "_rotationOvertimeModule", @@ -16106,17 +17237,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 565 + "__id__": 583 }, "_prefab": { - "__id__": 586 + "__id__": 604 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 585 + "__id__": 603 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -16124,7 +17255,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 587 + "__id__": 605 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -16137,43 +17268,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 588 + "__id__": 606 }, { - "__id__": 590 + "__id__": 608 }, { - "__id__": 591 + "__id__": 609 }, { - "__id__": 592 + "__id__": 610 }, { - "__id__": 593 + "__id__": 611 }, { - "__id__": 594 + "__id__": 612 }, { - "__id__": 596 + "__id__": 614 }, { - "__id__": 597 + "__id__": 615 }, { - "__id__": 598 + "__id__": 616 }, { - "__id__": 599 + "__id__": 617 }, { - "__id__": 601 + "__id__": 619 }, { - "__id__": 602 + "__id__": 620 }, { - "__id__": 604 + "__id__": 622 } ], "removedComponents": [] @@ -16181,7 +17312,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_name" @@ -16197,7 +17328,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_lpos" @@ -16212,7 +17343,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_lrot" @@ -16228,7 +17359,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_euler" @@ -16243,7 +17374,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_layer" @@ -16253,7 +17384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 613 }, "propertyPath": [ "_lrot" @@ -16275,7 +17406,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 613 }, "propertyPath": [ "_euler" @@ -16290,7 +17421,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 589 + "__id__": 607 }, "propertyPath": [ "_lscale" @@ -16305,7 +17436,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 613 }, "propertyPath": [ "_lscale" @@ -16320,7 +17451,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 600 + "__id__": 618 }, "propertyPath": [ "_rotationOvertimeModule", @@ -16338,7 +17469,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 613 }, "propertyPath": [ "_layer" @@ -16348,7 +17479,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 621 }, "propertyPath": [ "_layer" @@ -16364,7 +17495,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 605 + "__id__": 623 }, "propertyPath": [ "_layer" @@ -16381,8 +17512,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 565 + "__id__": 583 }, "_enabled": true, "__prefab": null, @@ -16402,20 +17534,21 @@ "__type__": "cc.Node", "_name": "Trigger", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 545 + "__id__": 563 }, "_children": [], "_active": true, "_components": [ { - "__id__": 608 + "__id__": 626 }, { - "__id__": 609 + "__id__": 627 }, { - "__id__": 610 + "__id__": 628 } ], "_prefab": null, @@ -16452,8 +17585,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 625 }, "_enabled": true, "__prefab": null, @@ -16473,8 +17607,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 625 }, "_enabled": true, "__prefab": null, @@ -16547,8 +17682,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 625 }, "_enabled": true, "__prefab": null, @@ -16556,7 +17692,7 @@ "bullet": false, "awakeOnLoad": true, "_group": 2, - "_type": 1, + "_type": 3, "_allowSleep": true, "_gravityScale": 1, "_linearDamping": 0, @@ -16574,8 +17710,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 563 }, "_enabled": true, "__prefab": null, @@ -16595,16 +17732,17 @@ "__type__": "ce7b7e0d6BHlaRFoKBZN0h/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 563 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 609 + "__id__": 627 }, "_animation": { - "__id__": 613 + "__id__": 631 }, "_score": 100, "_goalFx": { @@ -16617,8 +17755,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 563 }, "_enabled": true, "__prefab": null, @@ -16643,23 +17782,24 @@ "__type__": "cc.Node", "_name": "goal border", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 615 + "__id__": 633 }, { - "__id__": 616 + "__id__": 634 }, { - "__id__": 617 + "__id__": 635 }, { - "__id__": 618 + "__id__": 636 } ], "_prefab": null, @@ -16696,8 +17836,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 632 }, "_enabled": true, "__prefab": null, @@ -16717,8 +17858,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 632 }, "_enabled": true, "__prefab": null, @@ -16841,8 +17983,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 632 }, "_enabled": true, "__prefab": null, @@ -16995,8 +18138,9 @@ "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 632 }, "_enabled": true, "__prefab": null, @@ -17022,20 +18166,24 @@ "__type__": "cc.Node", "_name": "Mutil ball", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 113 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 620 + "__id__": 638 }, { - "__id__": 621 + "__id__": 639 }, { - "__id__": 622 + "__id__": 640 + }, + { + "__id__": 641 } ], "_prefab": null, @@ -17072,8 +18220,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 619 + "__id__": 637 }, "_enabled": true, "__prefab": null, @@ -17093,8 +18242,9 @@ "__type__": "cc.PolygonCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 619 + "__id__": 637 }, "_enabled": true, "__prefab": null, @@ -17147,19 +18297,20 @@ "__type__": "e3b5fa7tUtAbK3rQJ/G2Rox", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 619 + "__id__": 637 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 621 + "__id__": 639 }, "_portLeft": { - "__id__": 566 + "__id__": 584 }, "_portRight": { - "__id__": 585 + "__id__": 603 }, "_fx": { "__uuid__": "7afbc379-62e2-4721-b6d4-be47b00b6db2", @@ -17171,31 +18322,60 @@ }, "_id": "cf4OeeWmpFIouLcLflIG+0" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 637 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "d2sv3bvqRKzbum6FNL9yAv" + }, { "__type__": "cc.Node", "_name": "Enemies", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 624 - }, - { - "__id__": 640 + "__id__": 643 }, { "__id__": 659 }, { "__id__": 678 + }, + { + "__id__": 697 } ], "_active": true, "_components": [ { - "__id__": 697 + "__id__": 716 } ], "_prefab": null, @@ -17232,27 +18412,28 @@ "__type__": "cc.Node", "_name": "Enemy", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 623 + "__id__": 642 }, "_children": [ { - "__id__": 625 + "__id__": 644 }, { - "__id__": 632 + "__id__": 651 }, { - "__id__": 634 + "__id__": 653 } ], "_active": true, "_components": [ { - "__id__": 636 + "__id__": 655 }, { - "__id__": 637 + "__id__": 656 } ], "_prefab": null, @@ -17289,635 +18470,9 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 624 - }, - "_children": [ - { - "__id__": 626 - } - ], - "_active": true, - "_components": [ - { - "__id__": 629 - }, - { - "__id__": 630 - }, - { - "__id__": 631 - } - ], - "_prefab": null, - "_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": "4bjRuzC6JA4YSK3sesvsEo" - }, - { - "__type__": "cc.Node", - "_name": "Sprite", - "_objFlags": 0, - "_parent": { - "__id__": 625 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 627 - }, - { - "__id__": 628 - } - ], - "_prefab": null, - "_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": "48Jq3qKO1OGYNU6ZZolKvh" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 626 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 70, - "height": 140 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.2 - }, - "_id": "ebhHsb7llCta2cZSbXZgep" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 626 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "fb1a89fb-ec4f-4930-8ea1-69bae5672115@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": "88ElJ1/DxFXqzhEg9WWF2Q" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 625 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "3dLokjN9RCIaKnLpB9O8B2" - }, - { - "__type__": "cc.BoxCollider2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 625 - }, - "_enabled": true, - "__prefab": null, - "tag": 0, - "_group": 32, - "_density": 1.5, - "_sensor": false, - "_friction": 2, - "_restitution": 1, - "_offset": { - "__type__": "cc.Vec2", - "x": 0, - "y": 40 - }, - "_size": { - "__type__": "cc.Size", - "width": 60, - "height": 120 - }, - "_id": "90kf5VGjJC+aNU9ffPOlxP" - }, - { - "__type__": "cc.RigidBody2D", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 625 - }, - "_enabled": true, - "__prefab": null, - "enabledContactListener": true, - "bullet": false, - "awakeOnLoad": true, - "_group": 32, - "_type": 1, - "_allowSleep": true, - "_gravityScale": 0, - "_linearDamping": 0, - "_angularDamping": 0, - "_linearVelocity": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_angularVelocity": 0, - "_fixedRotation": false, - "_id": "8dvhScRPxNGJcgc4DlI+sg" - }, - { - "__type__": "cc.Node", - "_name": "P1", - "_objFlags": 0, - "_parent": { - "__id__": 624 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 633 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -169.459, - "y": 132.267, - "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": "8cAELd4oVHZZUzcef+oECU" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 632 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "bcs4nt6iVGCIzi/qJKQox5" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 624 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 635 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 175.176, - "y": 132.267, - "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": "5bVXjFjUxMvodltqkonJVs" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 634 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "e9iqRWdJJOC4/vSnwQPd77" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 624 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "5aXYxmrtNPBYpfAg4Gkf81" - }, - { - "__type__": "bed15fuvPJLIp1O3BWg43ad", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 624 - }, - "_enabled": true, - "__prefab": null, - "_collider": { - "__id__": 630 - }, - "_sprite": { - "__id__": 628 - }, - "_patrolPoint1": { - "__id__": 632 - }, - "_patrolPoint2": { - "__id__": 634 - }, - "_speed": 50, - "_requireGoal": 3, - "_curveY": true, - "_patrolCurve": { - "__id__": 638 - }, - "_multiplierCurve": 120, - "_hitSound": { - "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", - "__expectedType__": "cc.AudioClip" - }, - "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" - }, - { - "__type__": "cc.AnimationCurve", - "_curve": { - "__id__": 639 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": -3.8915712265701936, - "rightTangentWeight": 1, - "leftTangent": -3.8915712265701936, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 2, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 4.0305559132334166, - "rightTangentWeight": 1, - "leftTangent": 4.0305559132334166, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 2, - "postExtrapolation": 1 - }, - { - "__type__": "cc.Node", - "_name": "Enemy-001", - "_objFlags": 0, - "_parent": { - "__id__": 623 - }, - "_children": [ - { - "__id__": 641 - }, - { - "__id__": 644 - }, - { - "__id__": 651 - }, - { - "__id__": 653 - } - ], - "_active": true, - "_components": [ - { - "__id__": 655 - }, - { - "__id__": 656 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -250, - "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": "18+kT+2ZpPfZ3DuSbkDNqt" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 640 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 642 - }, - { - "__id__": 643 - } - ], - "_prefab": null, - "_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": "dfwes+qExMp4Xkg0S2bPFN" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 641 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "b3QsrO+N1IWreCZ073kIKU" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 641 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "642a0a34-3288-4c16-af42-9bbe0cb6b982@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": "54brAva/tASoR7Cs2hb9XM" - }, - { - "__type__": "cc.Node", - "_name": "Collider", - "_objFlags": 0, - "_parent": { - "__id__": 640 + "__id__": 643 }, "_children": [ { @@ -17964,12 +18519,13 @@ "y": 0, "z": 0 }, - "_id": "2dKupfM6NIVJ5ph4/l5wL7" + "_id": "4bjRuzC6JA4YSK3sesvsEo" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 644 }, @@ -18011,12 +18567,13 @@ "y": 0, "z": 0 }, - "_id": "e5sOYx2TdOZ5pw7fSJzYGP" + "_id": "48Jq3qKO1OGYNU6ZZolKvh" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 645 }, @@ -18032,12 +18589,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "1acIwAvGFDHpQ7W32wdiTl" + "_id": "ebhHsb7llCta2cZSbXZgep" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 645 }, @@ -18070,12 +18628,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "edH7a2QpFKyJ4ZBRqBNtXw" + "_id": "88ElJ1/DxFXqzhEg9WWF2Q" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 644 }, @@ -18091,12 +18650,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "a9MSuZkD1HfrYtuRU3K6Hg" + "_id": "3dLokjN9RCIaKnLpB9O8B2" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 644 }, @@ -18118,12 +18678,13 @@ "width": 60, "height": 120 }, - "_id": "dbmeH3gmFAvJs/bigqXRgW" + "_id": "90kf5VGjJC+aNU9ffPOlxP" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 644 }, @@ -18145,14 +18706,15 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "f8X/fpNaJN96ke6JV6G2jG" + "_id": "8dvhScRPxNGJcgc4DlI+sg" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 640 + "__id__": 643 }, "_children": [], "_active": true, @@ -18164,8 +18726,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -150, - "y": 0, + "x": -169.459, + "y": 132.267, "z": 0 }, "_lrot": { @@ -18189,12 +18751,13 @@ "y": 0, "z": 0 }, - "_id": "93XXm9KPBI745uONch5Ey3" + "_id": "8cAELd4oVHZZUzcef+oECU" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 651 }, @@ -18210,14 +18773,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "9a2ukUnK5Bf4E5CJd460bA" + "_id": "bcs4nt6iVGCIzi/qJKQox5" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 640 + "__id__": 643 }, "_children": [], "_active": true, @@ -18229,8 +18793,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 150, - "y": 0, + "x": 175.176, + "y": 132.267, "z": 0 }, "_lrot": { @@ -18254,12 +18818,13 @@ "y": 0, "z": 0 }, - "_id": "90vylvvqtAdLfFBo8AOZfm" + "_id": "5bVXjFjUxMvodltqkonJVs" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 653 }, @@ -18275,14 +18840,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "fc8oJrocxPLIookMyx8Bfd" + "_id": "e9iqRWdJJOC4/vSnwQPd77" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 640 + "__id__": 643 }, "_enabled": true, "__prefab": null, @@ -18296,14 +18862,15 @@ "x": 0.5, "y": 0.5 }, - "_id": "ce6BIEMllOCrkTeCoYehH+" + "_id": "5aXYxmrtNPBYpfAg4Gkf81" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 640 + "__id__": 643 }, "_enabled": true, "__prefab": null, @@ -18320,17 +18887,17 @@ "__id__": 653 }, "_speed": 50, - "_requireGoal": 6, - "_curveY": false, + "_requireGoal": 3, + "_curveY": true, "_patrolCurve": { "__id__": 657 }, - "_multiplierCurve": 100, + "_multiplierCurve": 120, "_hitSound": { "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" + "_id": "9cJaywMb9Fr4Z0zlx1Pdcb" }, { "__type__": "cc.AnimationCurve", @@ -18349,11 +18916,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": -3.8915712265701936, + "rightTangentWeight": 1, + "leftTangent": -3.8915712265701936, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null }, @@ -18361,11 +18928,11 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 0, - "leftTangent": 0, - "leftTangentWeight": 0, + "value": 0, + "rightTangent": 4.0305559132334166, + "rightTangentWeight": 1, + "leftTangent": 4.0305559132334166, + "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": null } @@ -18375,10 +18942,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-002", + "_name": "Enemy-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 623 + "__id__": 642 }, "_children": [ { @@ -18406,7 +18974,55 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 260, + "x": 0, + "y": -250, + "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": "18+kT+2ZpPfZ3DuSbkDNqt" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 659 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 661 + }, + { + "__id__": 662 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, "y": 0, "z": 0 }, @@ -18431,59 +19047,13 @@ "y": 0, "z": 0 }, - "_id": "3bkG+zegpB94dI5U9Q0LVJ" - }, - { - "__type__": "cc.Node", - "_name": "track", - "_objFlags": 0, - "_parent": { - "__id__": 659 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 661 - }, - { - "__id__": 662 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": -27, - "y": -10, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0.3007057995042731, - "w": 0.9537169507482269 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 35 - }, - "_id": "0fb9aAQzxJmpJuIyfU0LxT" + "_id": "dfwes+qExMp4Xkg0S2bPFN" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 660 }, @@ -18491,7 +19061,7 @@ "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 226.876, + "width": 300, "height": 24 }, "_anchorPoint": { @@ -18499,12 +19069,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "3dwb9NRslLfbbldbD2IvaW" + "_id": "b3QsrO+N1IWreCZ073kIKU" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 660 }, @@ -18537,12 +19108,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "d1X9XR9AhNMZ2xa0bfjLLC" + "_id": "54brAva/tASoR7Cs2hb9XM" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 659 }, @@ -18591,12 +19163,13 @@ "y": 0, "z": 0 }, - "_id": "63BhIjzuxL15qwv7qilwht" + "_id": "2dKupfM6NIVJ5ph4/l5wL7" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 663 }, @@ -18638,12 +19211,13 @@ "y": 0, "z": 0 }, - "_id": "e2Y3RO9uZKPoHdQPc8daYR" + "_id": "e5sOYx2TdOZ5pw7fSJzYGP" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 664 }, @@ -18659,12 +19233,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "39GHia0vRIi758HkCQL8fw" + "_id": "1acIwAvGFDHpQ7W32wdiTl" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 664 }, @@ -18697,12 +19272,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1e4E3UyplK1aI1+HIDhaB5" + "_id": "edH7a2QpFKyJ4ZBRqBNtXw" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 663 }, @@ -18718,12 +19294,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "70yWcTOSRLQ50NgGpIPEG8" + "_id": "a9MSuZkD1HfrYtuRU3K6Hg" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 663 }, @@ -18745,12 +19322,13 @@ "width": 60, "height": 120 }, - "_id": "a5nzPxrVpMS5j7KCF0oDwU" + "_id": "dbmeH3gmFAvJs/bigqXRgW" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 663 }, @@ -18772,12 +19350,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "35hgHRw69MJ7I3tWeYN+H9" + "_id": "f8X/fpNaJN96ke6JV6G2jG" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 659 }, @@ -18791,8 +19370,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -110, - "y": -70, + "x": -150, + "y": 0, "z": 0 }, "_lrot": { @@ -18816,12 +19395,13 @@ "y": 0, "z": 0 }, - "_id": "f2QtNSZqpBYKqmXuSnmt7C" + "_id": "93XXm9KPBI745uONch5Ey3" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 670 }, @@ -18837,12 +19417,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "e93U3nTmNLTIAKaXDV0toz" + "_id": "9a2ukUnK5Bf4E5CJd460bA" }, { "__type__": "cc.Node", "_name": "P2", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 659 }, @@ -18856,8 +19437,8 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 60, - "y": 50, + "x": 150, + "y": 0, "z": 0 }, "_lrot": { @@ -18881,12 +19462,13 @@ "y": 0, "z": 0 }, - "_id": "18syyLG5JD+6vpsWTS+Bzm" + "_id": "90vylvvqtAdLfFBo8AOZfm" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 672 }, @@ -18902,12 +19484,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "58fmdnUz5AVoBSvQryrlMl" + "_id": "fc8oJrocxPLIookMyx8Bfd" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 659 }, @@ -18923,12 +19506,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "4f2IYDJzJGPJwceFFVPOGU" + "_id": "ce6BIEMllOCrkTeCoYehH+" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 659 }, @@ -18947,7 +19531,7 @@ "__id__": 672 }, "_speed": 50, - "_requireGoal": 9, + "_requireGoal": 6, "_curveY": false, "_patrolCurve": { "__id__": 676 @@ -18957,7 +19541,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "99Yu77Ej9N4JRBZjD+OE2I" + "_id": "f2+Qohf8JAhZ3Xqi9g9xV1" }, { "__type__": "cc.AnimationCurve", @@ -19002,10 +19586,11 @@ }, { "__type__": "cc.Node", - "_name": "Enemy-003", + "_name": "Enemy-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 623 + "__id__": 642 }, "_children": [ { @@ -19033,7 +19618,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -260, + "x": 260, "y": 0, "z": 0 }, @@ -19058,12 +19643,13 @@ "y": 0, "z": 0 }, - "_id": "19gmNDihVIn4xuf9iziUSy" + "_id": "3bkG+zegpB94dI5U9Q0LVJ" }, { "__type__": "cc.Node", "_name": "track", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 678 }, @@ -19080,7 +19666,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": 27, + "x": -27, "y": -10, "z": 0 }, @@ -19088,7 +19674,7 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": -0.3007057995042731, + "z": 0.3007057995042731, "w": 0.9537169507482269 }, "_lscale": { @@ -19103,14 +19689,15 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": -35 + "z": 35 }, - "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + "_id": "0fb9aAQzxJmpJuIyfU0LxT" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 679 }, @@ -19126,12 +19713,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "84ir6nNMBLrJaw+40xTeMD" + "_id": "3dwb9NRslLfbbldbD2IvaW" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 679 }, @@ -19164,12 +19752,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "c026nvSg5CxaNhluijpnn1" + "_id": "d1X9XR9AhNMZ2xa0bfjLLC" }, { "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 678 }, @@ -19218,12 +19807,13 @@ "y": 0, "z": 0 }, - "_id": "02y1iq6YBEi4UmUD/dUrQm" + "_id": "63BhIjzuxL15qwv7qilwht" }, { "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 682 }, @@ -19265,12 +19855,13 @@ "y": 0, "z": 0 }, - "_id": "54ZsdxJ/JJMbU42gWOmIub" + "_id": "e2Y3RO9uZKPoHdQPc8daYR" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 683 }, @@ -19286,12 +19877,13 @@ "x": 0.5, "y": 0.2 }, - "_id": "5aeDOQ0g9A/bQVO09g2tFb" + "_id": "39GHia0vRIi758HkCQL8fw" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 683 }, @@ -19324,12 +19916,13 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, - "_id": "1foQovVslMkLPZzV4es3Um" + "_id": "1e4E3UyplK1aI1+HIDhaB5" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 682 }, @@ -19338,19 +19931,20 @@ "_contentSize": { "__type__": "cc.Size", "width": 100, - "height": 200 + "height": 100 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, "y": 0.5 }, - "_id": "8fouZJwQ5MppLz9Pav+hx6" + "_id": "70yWcTOSRLQ50NgGpIPEG8" }, { "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 682 }, @@ -19372,12 +19966,13 @@ "width": 60, "height": 120 }, - "_id": "d1Wh3Y56pGG7X0UK9MekQo" + "_id": "a5nzPxrVpMS5j7KCF0oDwU" }, { "__type__": "cc.RigidBody2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 682 }, @@ -19399,12 +19994,13 @@ }, "_angularVelocity": 0, "_fixedRotation": false, - "_id": "e51xRew7JNGasctJYhFzdF" + "_id": "35hgHRw69MJ7I3tWeYN+H9" }, { "__type__": "cc.Node", "_name": "P1", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 678 }, @@ -19418,72 +20014,7 @@ "_prefab": null, "_lpos": { "__type__": "cc.Vec3", - "x": -60, - "y": 50, - "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": "d52oxxykFMJL/MfH67D28m" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 689 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "791JhDbJBOOLnBiCInRkHn" - }, - { - "__type__": "cc.Node", - "_name": "P2", - "_objFlags": 0, - "_parent": { - "__id__": 678 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 692 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 110, + "x": -110, "y": -70, "z": 0 }, @@ -19508,12 +20039,80 @@ "y": 0, "z": 0 }, - "_id": "16WrC1orpD5YetagBRhOGm" + "_id": "f2QtNSZqpBYKqmXuSnmt7C" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 689 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "e93U3nTmNLTIAKaXDV0toz" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 678 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 692 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 60, + "y": 50, + "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": "18syyLG5JD+6vpsWTS+Bzm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 691 }, @@ -19529,12 +20128,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "468h3XWxdP6YnLbAcnzSyh" + "_id": "58fmdnUz5AVoBSvQryrlMl" }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 678 }, @@ -19550,12 +20150,13 @@ "x": 0.5, "y": 0.5 }, - "_id": "c2KFWisGtBTr1xYF0ZRDd6" + "_id": "4f2IYDJzJGPJwceFFVPOGU" }, { "__type__": "bed15fuvPJLIp1O3BWg43ad", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 678 }, @@ -19574,7 +20175,7 @@ "__id__": 691 }, "_speed": 50, - "_requireGoal": 12, + "_requireGoal": 9, "_curveY": false, "_patrolCurve": { "__id__": 695 @@ -19584,7 +20185,7 @@ "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", "__expectedType__": "cc.AudioClip" }, - "_id": "2bedVMe25Ou4KcU4DmnB4q" + "_id": "99Yu77Ej9N4JRBZjD+OE2I" }, { "__type__": "cc.AnimationCurve", @@ -19627,12 +20228,657 @@ "preExtrapolation": 2, "postExtrapolation": 1 }, + { + "__type__": "cc.Node", + "_name": "Enemy-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 642 + }, + "_children": [ + { + "__id__": 698 + }, + { + "__id__": 701 + }, + { + "__id__": 708 + }, + { + "__id__": 710 + } + ], + "_active": true, + "_components": [ + { + "__id__": 712 + }, + { + "__id__": 713 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -260, + "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": "19gmNDihVIn4xuf9iziUSy" + }, + { + "__type__": "cc.Node", + "_name": "track", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 697 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 699 + }, + { + "__id__": 700 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 27, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": -0.3007057995042731, + "w": 0.9537169507482269 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -35 + }, + "_id": "41sKcYdmVOkbN0YNJ1ZOsb" + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 698 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 226.876, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "84ir6nNMBLrJaw+40xTeMD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 698 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "642a0a34-3288-4c16-af42-9bbe0cb6b982@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": "c026nvSg5CxaNhluijpnn1" + }, + { + "__type__": "cc.Node", + "_name": "Collider", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 697 + }, + "_children": [ + { + "__id__": 702 + } + ], + "_active": true, + "_components": [ + { + "__id__": 705 + }, + { + "__id__": 706 + }, + { + "__id__": 707 + } + ], + "_prefab": null, + "_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": "02y1iq6YBEi4UmUD/dUrQm" + }, + { + "__type__": "cc.Node", + "_name": "Sprite", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 701 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 703 + }, + { + "__id__": 704 + } + ], + "_prefab": null, + "_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": "54ZsdxJ/JJMbU42gWOmIub" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 140 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.2 + }, + "_id": "5aeDOQ0g9A/bQVO09g2tFb" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "fb1a89fb-ec4f-4930-8ea1-69bae5672115@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": "1foQovVslMkLPZzV4es3Um" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 701 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 200 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "8fouZJwQ5MppLz9Pav+hx6" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 701 + }, + "_enabled": true, + "__prefab": null, + "tag": 0, + "_group": 32, + "_density": 1.5, + "_sensor": false, + "_friction": 2, + "_restitution": 1, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 40 + }, + "_size": { + "__type__": "cc.Size", + "width": 60, + "height": 120 + }, + "_id": "d1Wh3Y56pGG7X0UK9MekQo" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 701 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 32, + "_type": 1, + "_allowSleep": true, + "_gravityScale": 0, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "e51xRew7JNGasctJYhFzdF" + }, + { + "__type__": "cc.Node", + "_name": "P1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 697 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 709 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -60, + "y": 50, + "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": "d52oxxykFMJL/MfH67D28m" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 708 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "791JhDbJBOOLnBiCInRkHn" + }, + { + "__type__": "cc.Node", + "_name": "P2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 697 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 711 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 110, + "y": -70, + "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": "16WrC1orpD5YetagBRhOGm" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 710 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "468h3XWxdP6YnLbAcnzSyh" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 697 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "c2KFWisGtBTr1xYF0ZRDd6" + }, + { + "__type__": "bed15fuvPJLIp1O3BWg43ad", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 697 + }, + "_enabled": true, + "__prefab": null, + "_collider": { + "__id__": 706 + }, + "_sprite": { + "__id__": 704 + }, + "_patrolPoint1": { + "__id__": 708 + }, + "_patrolPoint2": { + "__id__": 710 + }, + "_speed": 50, + "_requireGoal": 12, + "_curveY": false, + "_patrolCurve": { + "__id__": 714 + }, + "_multiplierCurve": 100, + "_hitSound": { + "__uuid__": "ac267249-4228-4a86-b4d4-39f84a210668", + "__expectedType__": "cc.AudioClip" + }, + "_id": "2bedVMe25Ou4KcU4DmnB4q" + }, + { + "__type__": "cc.AnimationCurve", + "_curve": { + "__id__": 715 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 1 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 0, + "leftTangent": 0, + "leftTangentWeight": 0, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 2, + "postExtrapolation": 1 + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 642 }, "_enabled": true, "__prefab": null, @@ -19652,27 +20898,28 @@ "__type__": "cc.Node", "_name": "Flippers", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 699 + "__id__": 718 }, { - "__id__": 714 + "__id__": 733 }, { - "__id__": 729 + "__id__": 748 }, { - "__id__": 744 + "__id__": 763 } ], "_active": true, "_components": [ { - "__id__": 759 + "__id__": 778 } ], "_prefab": null, @@ -19711,23 +20958,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 698 + "__id__": 717 }, "_children": [ { - "__id__": 700 + "__id__": 719 } ], "_active": true, "_components": [ { - "__id__": 709 + "__id__": 728 }, { - "__id__": 712 + "__id__": 731 }, { - "__id__": 713 + "__id__": 732 } ], "_prefab": null, @@ -19766,29 +21013,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 699 + "__id__": 718 }, "_children": [ { - "__id__": 701 + "__id__": 720 }, { - "__id__": 704 + "__id__": 723 } ], "_active": true, "_components": [ { - "__id__": 707 + "__id__": 726 }, { - "__id__": 708 + "__id__": 727 }, { - "__id__": 710 + "__id__": 729 }, { - "__id__": 711 + "__id__": 730 } ], "_prefab": null, @@ -19825,17 +21072,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 700 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 702 + "__id__": 721 }, { - "__id__": 703 + "__id__": 722 } ], "_prefab": null, @@ -19872,8 +21120,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 701 + "__id__": 720 }, "_enabled": true, "__prefab": null, @@ -19893,8 +21142,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 701 + "__id__": 720 }, "_enabled": true, "__prefab": null, @@ -19931,17 +21181,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 700 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 705 + "__id__": 724 }, { - "__id__": 706 + "__id__": 725 } ], "_prefab": null, @@ -19978,8 +21229,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -19999,8 +21251,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -20039,7 +21292,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 719 }, "_enabled": true, "__prefab": null, @@ -20067,7 +21320,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 719 }, "_enabled": true, "__prefab": null, @@ -20083,7 +21336,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 709 + "__id__": 728 }, "_enableLimit": true, "_lowerAngle": -60, @@ -20099,7 +21352,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 699 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -20127,7 +21380,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 719 }, "_enabled": true, "__prefab": null, @@ -20205,8 +21458,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 719 }, "_enabled": true, "__prefab": null, @@ -20226,16 +21480,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 699 + "__id__": 718 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 713 + "__id__": 732 }, "_hingeJoint": { - "__id__": 708 + "__id__": 727 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -20250,8 +21505,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 699 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -20274,23 +21530,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 698 + "__id__": 717 }, "_children": [ { - "__id__": 715 + "__id__": 734 } ], "_active": true, "_components": [ { - "__id__": 724 + "__id__": 743 }, { - "__id__": 727 + "__id__": 746 }, { - "__id__": 728 + "__id__": 747 } ], "_prefab": null, @@ -20329,29 +21585,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 714 + "__id__": 733 }, "_children": [ { - "__id__": 716 + "__id__": 735 }, { - "__id__": 719 + "__id__": 738 } ], "_active": true, "_components": [ { - "__id__": 722 + "__id__": 741 }, { - "__id__": 723 + "__id__": 742 }, { - "__id__": 725 + "__id__": 744 }, { - "__id__": 726 + "__id__": 745 } ], "_prefab": null, @@ -20388,17 +21644,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 715 + "__id__": 734 }, "_children": [], "_active": true, "_components": [ { - "__id__": 717 + "__id__": 736 }, { - "__id__": 718 + "__id__": 737 } ], "_prefab": null, @@ -20435,8 +21692,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 735 }, "_enabled": true, "__prefab": null, @@ -20456,8 +21714,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 735 }, "_enabled": true, "__prefab": null, @@ -20494,17 +21753,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 715 + "__id__": 734 }, "_children": [], "_active": true, "_components": [ { - "__id__": 720 + "__id__": 739 }, { - "__id__": 721 + "__id__": 740 } ], "_prefab": null, @@ -20541,8 +21801,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20562,8 +21823,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 738 }, "_enabled": true, "__prefab": null, @@ -20602,7 +21864,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 734 }, "_enabled": true, "__prefab": null, @@ -20630,7 +21892,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 734 }, "_enabled": true, "__prefab": null, @@ -20646,7 +21908,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 724 + "__id__": 743 }, "_enableLimit": true, "_lowerAngle": 0, @@ -20662,7 +21924,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 733 }, "_enabled": true, "__prefab": null, @@ -20690,7 +21952,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 734 }, "_enabled": true, "__prefab": null, @@ -20783,8 +22045,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 734 }, "_enabled": true, "__prefab": null, @@ -20804,16 +22067,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 733 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 728 + "__id__": 747 }, "_hingeJoint": { - "__id__": 723 + "__id__": 742 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -20828,8 +22092,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 733 }, "_enabled": true, "__prefab": null, @@ -20852,23 +22117,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 698 + "__id__": 717 }, "_children": [ { - "__id__": 730 + "__id__": 749 } ], "_active": true, "_components": [ { - "__id__": 739 + "__id__": 758 }, { - "__id__": 742 + "__id__": 761 }, { - "__id__": 743 + "__id__": 762 } ], "_prefab": null, @@ -20907,29 +22172,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 729 + "__id__": 748 }, "_children": [ { - "__id__": 731 + "__id__": 750 }, { - "__id__": 734 + "__id__": 753 } ], "_active": true, "_components": [ { - "__id__": 737 + "__id__": 756 }, { - "__id__": 738 + "__id__": 757 }, { - "__id__": 740 + "__id__": 759 }, { - "__id__": 741 + "__id__": 760 } ], "_prefab": null, @@ -20966,17 +22231,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 730 + "__id__": 749 }, "_children": [], "_active": true, "_components": [ { - "__id__": 732 + "__id__": 751 }, { - "__id__": 733 + "__id__": 752 } ], "_prefab": null, @@ -21013,8 +22279,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 750 }, "_enabled": true, "__prefab": null, @@ -21034,8 +22301,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 750 }, "_enabled": true, "__prefab": null, @@ -21072,17 +22340,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 730 + "__id__": 749 }, "_children": [], "_active": true, "_components": [ { - "__id__": 735 + "__id__": 754 }, { - "__id__": 736 + "__id__": 755 } ], "_prefab": null, @@ -21119,8 +22388,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21140,8 +22410,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 734 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21180,7 +22451,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 749 }, "_enabled": true, "__prefab": null, @@ -21208,7 +22479,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 749 }, "_enabled": true, "__prefab": null, @@ -21224,7 +22495,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 739 + "__id__": 758 }, "_enableLimit": true, "_lowerAngle": 0, @@ -21240,7 +22511,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 748 }, "_enabled": true, "__prefab": null, @@ -21268,7 +22539,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 749 }, "_enabled": true, "__prefab": null, @@ -21361,8 +22632,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 749 }, "_enabled": true, "__prefab": null, @@ -21382,16 +22654,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 748 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 743 + "__id__": 762 }, "_hingeJoint": { - "__id__": 738 + "__id__": 757 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -21406,8 +22679,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 748 }, "_enabled": true, "__prefab": null, @@ -21430,23 +22704,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 698 + "__id__": 717 }, "_children": [ { - "__id__": 745 + "__id__": 764 } ], "_active": true, "_components": [ { - "__id__": 754 + "__id__": 773 }, { - "__id__": 757 + "__id__": 776 }, { - "__id__": 758 + "__id__": 777 } ], "_prefab": null, @@ -21485,29 +22759,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 744 + "__id__": 763 }, "_children": [ { - "__id__": 746 + "__id__": 765 }, { - "__id__": 749 + "__id__": 768 } ], "_active": true, "_components": [ { - "__id__": 752 + "__id__": 771 }, { - "__id__": 753 + "__id__": 772 }, { - "__id__": 755 + "__id__": 774 }, { - "__id__": 756 + "__id__": 775 } ], "_prefab": null, @@ -21544,17 +22818,18 @@ "__type__": "cc.Node", "_name": "Glow", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 745 + "__id__": 764 }, "_children": [], "_active": true, "_components": [ { - "__id__": 747 + "__id__": 766 }, { - "__id__": 748 + "__id__": 767 } ], "_prefab": null, @@ -21591,8 +22866,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 746 + "__id__": 765 }, "_enabled": true, "__prefab": null, @@ -21612,8 +22888,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 746 + "__id__": 765 }, "_enabled": true, "__prefab": null, @@ -21650,17 +22927,18 @@ "__type__": "cc.Node", "_name": "Sprite", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 745 + "__id__": 764 }, "_children": [], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 769 }, { - "__id__": 751 + "__id__": 770 } ], "_prefab": null, @@ -21697,8 +22975,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -21718,8 +22997,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 768 }, "_enabled": true, "__prefab": null, @@ -21758,7 +23038,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 745 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21786,7 +23066,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 745 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21802,7 +23082,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 754 + "__id__": 773 }, "_enableLimit": true, "_lowerAngle": -60, @@ -21818,7 +23098,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 744 + "__id__": 763 }, "_enabled": true, "__prefab": null, @@ -21846,7 +23126,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 745 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21924,8 +23204,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 745 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21945,16 +23226,17 @@ "__type__": "85a1du42gFMrIHUG6qev0l/", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 744 + "__id__": 763 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 758 + "__id__": 777 }, "_hingeJoint": { - "__id__": 753 + "__id__": 772 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -21969,8 +23251,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 744 + "__id__": 763 }, "_enabled": true, "__prefab": null, @@ -21991,8 +23274,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 698 + "__id__": 717 }, "_enabled": true, "__prefab": null, @@ -22012,6 +23296,7 @@ "__type__": "cc.Node", "_name": "Outter", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -22019,13 +23304,16 @@ "_active": true, "_components": [ { - "__id__": 761 + "__id__": 780 }, { - "__id__": 762 + "__id__": 781 }, { - "__id__": 763 + "__id__": 782 + }, + { + "__id__": 783 } ], "_prefab": null, @@ -22062,8 +23350,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 779 }, "_enabled": true, "__prefab": null, @@ -22083,8 +23372,9 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 779 }, "_enabled": true, "__prefab": null, @@ -22110,230 +23400,260 @@ "__type__": "ca8a0x4KJRGNJFfMRlEhSED", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 779 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 762 + "__id__": 781 }, "_id": "63rfzsm3REkprs+s68PCRK" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 779 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "f6MJOYeolKUrrAzM5NvYev" + }, { "__type__": "cc.Node", "_name": "SpawnManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 765 + "__id__": 785 }, { - "__id__": 768 + "__id__": 788 }, { - "__id__": 771 + "__id__": 791 }, { - "__id__": 774 + "__id__": 794 }, { - "__id__": 777 + "__id__": 797 }, { - "__id__": 780 + "__id__": 800 }, { - "__id__": 783 + "__id__": 803 }, { - "__id__": 786 + "__id__": 806 }, { - "__id__": 789 + "__id__": 809 }, { - "__id__": 792 + "__id__": 812 }, { - "__id__": 795 + "__id__": 815 }, { - "__id__": 798 + "__id__": 818 }, { - "__id__": 801 + "__id__": 821 }, { - "__id__": 804 + "__id__": 824 }, { - "__id__": 807 + "__id__": 827 }, { - "__id__": 810 + "__id__": 830 }, { - "__id__": 813 + "__id__": 833 }, { - "__id__": 816 + "__id__": 836 }, { - "__id__": 819 + "__id__": 839 }, { - "__id__": 822 + "__id__": 842 }, { - "__id__": 825 + "__id__": 845 }, { - "__id__": 828 + "__id__": 848 }, { - "__id__": 831 + "__id__": 851 }, { - "__id__": 834 + "__id__": 854 }, { - "__id__": 837 + "__id__": 857 }, { - "__id__": 840 + "__id__": 860 }, { - "__id__": 843 + "__id__": 863 }, { - "__id__": 846 + "__id__": 866 }, { - "__id__": 849 + "__id__": 869 }, { - "__id__": 852 + "__id__": 872 }, { - "__id__": 855 + "__id__": 875 }, { - "__id__": 858 + "__id__": 878 }, { - "__id__": 861 + "__id__": 881 }, { - "__id__": 864 + "__id__": 884 }, { - "__id__": 867 + "__id__": 887 }, { - "__id__": 870 + "__id__": 890 }, { - "__id__": 873 + "__id__": 893 }, { - "__id__": 876 + "__id__": 896 }, { - "__id__": 879 + "__id__": 899 }, { - "__id__": 882 + "__id__": 902 }, { - "__id__": 885 + "__id__": 905 }, { - "__id__": 888 + "__id__": 908 }, { - "__id__": 891 + "__id__": 911 }, { - "__id__": 894 + "__id__": 914 }, { - "__id__": 897 + "__id__": 917 }, { - "__id__": 900 + "__id__": 920 }, { - "__id__": 903 + "__id__": 923 }, { - "__id__": 906 + "__id__": 926 }, { - "__id__": 909 + "__id__": 929 }, { - "__id__": 912 + "__id__": 932 }, { - "__id__": 915 + "__id__": 935 }, { - "__id__": 918 + "__id__": 938 }, { - "__id__": 921 + "__id__": 941 }, { - "__id__": 924 + "__id__": 944 }, { - "__id__": 927 + "__id__": 947 }, { - "__id__": 930 + "__id__": 950 }, { - "__id__": 933 + "__id__": 953 }, { - "__id__": 936 + "__id__": 956 }, { - "__id__": 939 + "__id__": 959 }, { - "__id__": 942 + "__id__": 962 }, { - "__id__": 945 + "__id__": 965 }, { - "__id__": 948 + "__id__": 968 }, { - "__id__": 951 + "__id__": 971 }, { - "__id__": 954 + "__id__": 974 }, { - "__id__": 957 + "__id__": 977 }, { - "__id__": 960 + "__id__": 980 } ], "_active": true, "_components": [ { - "__id__": 963 + "__id__": 983 }, { - "__id__": 964 + "__id__": 984 } ], "_prefab": null, @@ -22370,17 +23690,18 @@ "__type__": "cc.Node", "_name": "spawn point", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 766 + "__id__": 786 }, { - "__id__": 767 + "__id__": 787 } ], "_prefab": null, @@ -22417,8 +23738,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 765 + "__id__": 785 }, "_enabled": true, "__prefab": null, @@ -22438,8 +23760,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 765 + "__id__": 785 }, "_enabled": true, "__prefab": null, @@ -22476,17 +23799,18 @@ "__type__": "cc.Node", "_name": "spawn point-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 769 + "__id__": 789 }, { - "__id__": 770 + "__id__": 790 } ], "_prefab": null, @@ -22523,8 +23847,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 768 + "__id__": 788 }, "_enabled": true, "__prefab": null, @@ -22544,8 +23869,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 768 + "__id__": 788 }, "_enabled": true, "__prefab": null, @@ -22582,17 +23908,18 @@ "__type__": "cc.Node", "_name": "spawn point-002", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 772 + "__id__": 792 }, { - "__id__": 773 + "__id__": 793 } ], "_prefab": null, @@ -22629,8 +23956,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 771 + "__id__": 791 }, "_enabled": true, "__prefab": null, @@ -22650,8 +23978,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 771 + "__id__": 791 }, "_enabled": true, "__prefab": null, @@ -22688,17 +24017,18 @@ "__type__": "cc.Node", "_name": "spawn point-003", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 775 + "__id__": 795 }, { - "__id__": 776 + "__id__": 796 } ], "_prefab": null, @@ -22735,8 +24065,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 794 }, "_enabled": true, "__prefab": null, @@ -22756,8 +24087,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 794 }, "_enabled": true, "__prefab": null, @@ -22794,17 +24126,18 @@ "__type__": "cc.Node", "_name": "spawn point-004", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 778 + "__id__": 798 }, { - "__id__": 779 + "__id__": 799 } ], "_prefab": null, @@ -22841,8 +24174,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 797 }, "_enabled": true, "__prefab": null, @@ -22862,8 +24196,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 797 }, "_enabled": true, "__prefab": null, @@ -22900,17 +24235,18 @@ "__type__": "cc.Node", "_name": "spawn point-005", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 781 + "__id__": 801 }, { - "__id__": 782 + "__id__": 802 } ], "_prefab": null, @@ -22947,8 +24283,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 780 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -22968,8 +24305,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 780 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23006,17 +24344,18 @@ "__type__": "cc.Node", "_name": "spawn point-006", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 784 + "__id__": 804 }, { - "__id__": 785 + "__id__": 805 } ], "_prefab": null, @@ -23053,8 +24392,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 803 }, "_enabled": true, "__prefab": null, @@ -23074,8 +24414,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 803 }, "_enabled": true, "__prefab": null, @@ -23112,17 +24453,18 @@ "__type__": "cc.Node", "_name": "spawn point-007", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 787 + "__id__": 807 }, { - "__id__": 788 + "__id__": 808 } ], "_prefab": null, @@ -23159,8 +24501,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 786 + "__id__": 806 }, "_enabled": true, "__prefab": null, @@ -23180,8 +24523,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 786 + "__id__": 806 }, "_enabled": true, "__prefab": null, @@ -23218,17 +24562,18 @@ "__type__": "cc.Node", "_name": "spawn point-008", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 790 + "__id__": 810 }, { - "__id__": 791 + "__id__": 811 } ], "_prefab": null, @@ -23265,8 +24610,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 809 }, "_enabled": true, "__prefab": null, @@ -23286,8 +24632,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 809 }, "_enabled": true, "__prefab": null, @@ -23324,17 +24671,18 @@ "__type__": "cc.Node", "_name": "spawn point-009", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 793 + "__id__": 813 }, { - "__id__": 794 + "__id__": 814 } ], "_prefab": null, @@ -23371,8 +24719,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 812 }, "_enabled": true, "__prefab": null, @@ -23392,8 +24741,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 812 }, "_enabled": true, "__prefab": null, @@ -23430,17 +24780,18 @@ "__type__": "cc.Node", "_name": "spawn point-010", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 796 + "__id__": 816 }, { - "__id__": 797 + "__id__": 817 } ], "_prefab": null, @@ -23477,8 +24828,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 795 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23498,8 +24850,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 795 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23536,17 +24889,18 @@ "__type__": "cc.Node", "_name": "spawn point-011", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 799 + "__id__": 819 }, { - "__id__": 800 + "__id__": 820 } ], "_prefab": null, @@ -23583,8 +24937,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 798 + "__id__": 818 }, "_enabled": true, "__prefab": null, @@ -23604,8 +24959,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 798 + "__id__": 818 }, "_enabled": true, "__prefab": null, @@ -23642,17 +24998,18 @@ "__type__": "cc.Node", "_name": "spawn point-014", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 802 + "__id__": 822 }, { - "__id__": 803 + "__id__": 823 } ], "_prefab": null, @@ -23689,8 +25046,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 801 + "__id__": 821 }, "_enabled": true, "__prefab": null, @@ -23710,8 +25068,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 801 + "__id__": 821 }, "_enabled": true, "__prefab": null, @@ -23748,17 +25107,18 @@ "__type__": "cc.Node", "_name": "spawn point-015", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 805 + "__id__": 825 }, { - "__id__": 806 + "__id__": 826 } ], "_prefab": null, @@ -23795,8 +25155,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 804 + "__id__": 824 }, "_enabled": true, "__prefab": null, @@ -23816,8 +25177,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 804 + "__id__": 824 }, "_enabled": true, "__prefab": null, @@ -23854,17 +25216,18 @@ "__type__": "cc.Node", "_name": "spawn point-016", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 808 + "__id__": 828 }, { - "__id__": 809 + "__id__": 829 } ], "_prefab": null, @@ -23901,8 +25264,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 827 }, "_enabled": true, "__prefab": null, @@ -23922,8 +25286,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 827 }, "_enabled": true, "__prefab": null, @@ -23960,17 +25325,18 @@ "__type__": "cc.Node", "_name": "spawn point-017", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 811 + "__id__": 831 }, { - "__id__": 812 + "__id__": 832 } ], "_prefab": null, @@ -24007,8 +25373,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 810 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24028,8 +25395,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 810 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24066,17 +25434,18 @@ "__type__": "cc.Node", "_name": "spawn point-020", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 814 + "__id__": 834 }, { - "__id__": 815 + "__id__": 835 } ], "_prefab": null, @@ -24113,8 +25482,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 813 + "__id__": 833 }, "_enabled": true, "__prefab": null, @@ -24134,8 +25504,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 813 + "__id__": 833 }, "_enabled": true, "__prefab": null, @@ -24172,17 +25543,18 @@ "__type__": "cc.Node", "_name": "spawn point-021", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 817 + "__id__": 837 }, { - "__id__": 818 + "__id__": 838 } ], "_prefab": null, @@ -24219,8 +25591,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 816 + "__id__": 836 }, "_enabled": true, "__prefab": null, @@ -24240,8 +25613,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 816 + "__id__": 836 }, "_enabled": true, "__prefab": null, @@ -24278,17 +25652,18 @@ "__type__": "cc.Node", "_name": "spawn point-022", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 820 + "__id__": 840 }, { - "__id__": 821 + "__id__": 841 } ], "_prefab": null, @@ -24325,8 +25700,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 839 }, "_enabled": true, "__prefab": null, @@ -24346,8 +25722,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 839 }, "_enabled": true, "__prefab": null, @@ -24384,17 +25761,18 @@ "__type__": "cc.Node", "_name": "spawn point-023", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 823 + "__id__": 843 }, { - "__id__": 824 + "__id__": 844 } ], "_prefab": null, @@ -24431,8 +25809,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 822 + "__id__": 842 }, "_enabled": true, "__prefab": null, @@ -24452,8 +25831,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 822 + "__id__": 842 }, "_enabled": true, "__prefab": null, @@ -24490,17 +25870,18 @@ "__type__": "cc.Node", "_name": "spawn point-024", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 826 + "__id__": 846 }, { - "__id__": 827 + "__id__": 847 } ], "_prefab": null, @@ -24537,8 +25918,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 825 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24558,8 +25940,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 825 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24596,17 +25979,18 @@ "__type__": "cc.Node", "_name": "spawn point-025", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 829 + "__id__": 849 }, { - "__id__": 830 + "__id__": 850 } ], "_prefab": null, @@ -24643,8 +26027,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 848 }, "_enabled": true, "__prefab": null, @@ -24664,8 +26049,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 848 }, "_enabled": true, "__prefab": null, @@ -24702,17 +26088,18 @@ "__type__": "cc.Node", "_name": "spawn point-026", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 832 + "__id__": 852 }, { - "__id__": 833 + "__id__": 853 } ], "_prefab": null, @@ -24749,8 +26136,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 831 + "__id__": 851 }, "_enabled": true, "__prefab": null, @@ -24770,8 +26158,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 831 + "__id__": 851 }, "_enabled": true, "__prefab": null, @@ -24808,17 +26197,18 @@ "__type__": "cc.Node", "_name": "spawn point-027", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 835 + "__id__": 855 }, { - "__id__": 836 + "__id__": 856 } ], "_prefab": null, @@ -24855,8 +26245,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 834 + "__id__": 854 }, "_enabled": true, "__prefab": null, @@ -24876,8 +26267,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 834 + "__id__": 854 }, "_enabled": true, "__prefab": null, @@ -24914,17 +26306,18 @@ "__type__": "cc.Node", "_name": "spawn point-028", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 838 + "__id__": 858 }, { - "__id__": 839 + "__id__": 859 } ], "_prefab": null, @@ -24961,8 +26354,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 857 }, "_enabled": true, "__prefab": null, @@ -24982,8 +26376,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 857 }, "_enabled": true, "__prefab": null, @@ -25020,17 +26415,18 @@ "__type__": "cc.Node", "_name": "spawn point-029", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 841 + "__id__": 861 }, { - "__id__": 842 + "__id__": 862 } ], "_prefab": null, @@ -25067,8 +26463,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 860 }, "_enabled": true, "__prefab": null, @@ -25088,8 +26485,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 860 }, "_enabled": true, "__prefab": null, @@ -25126,17 +26524,18 @@ "__type__": "cc.Node", "_name": "spawn point-030", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 844 + "__id__": 864 }, { - "__id__": 845 + "__id__": 865 } ], "_prefab": null, @@ -25173,8 +26572,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 863 }, "_enabled": true, "__prefab": null, @@ -25194,8 +26594,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 863 }, "_enabled": true, "__prefab": null, @@ -25232,17 +26633,18 @@ "__type__": "cc.Node", "_name": "spawn point-031", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 847 + "__id__": 867 }, { - "__id__": 848 + "__id__": 868 } ], "_prefab": null, @@ -25279,8 +26681,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 846 + "__id__": 866 }, "_enabled": true, "__prefab": null, @@ -25300,8 +26703,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 846 + "__id__": 866 }, "_enabled": true, "__prefab": null, @@ -25338,17 +26742,18 @@ "__type__": "cc.Node", "_name": "spawn point-032", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 850 + "__id__": 870 }, { - "__id__": 851 + "__id__": 871 } ], "_prefab": null, @@ -25385,8 +26790,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 849 + "__id__": 869 }, "_enabled": true, "__prefab": null, @@ -25406,8 +26812,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 849 + "__id__": 869 }, "_enabled": true, "__prefab": null, @@ -25444,17 +26851,18 @@ "__type__": "cc.Node", "_name": "spawn point-033", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 853 + "__id__": 873 }, { - "__id__": 854 + "__id__": 874 } ], "_prefab": null, @@ -25491,8 +26899,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 872 }, "_enabled": true, "__prefab": null, @@ -25512,8 +26921,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 872 }, "_enabled": true, "__prefab": null, @@ -25550,17 +26960,18 @@ "__type__": "cc.Node", "_name": "spawn point-034", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 856 + "__id__": 876 }, { - "__id__": 857 + "__id__": 877 } ], "_prefab": null, @@ -25597,8 +27008,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 855 + "__id__": 875 }, "_enabled": true, "__prefab": null, @@ -25618,8 +27030,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 855 + "__id__": 875 }, "_enabled": true, "__prefab": null, @@ -25656,17 +27069,18 @@ "__type__": "cc.Node", "_name": "spawn point-035", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 859 + "__id__": 879 }, { - "__id__": 860 + "__id__": 880 } ], "_prefab": null, @@ -25703,8 +27117,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 878 }, "_enabled": true, "__prefab": null, @@ -25724,8 +27139,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 878 }, "_enabled": true, "__prefab": null, @@ -25762,17 +27178,18 @@ "__type__": "cc.Node", "_name": "spawn point-036", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 862 + "__id__": 882 }, { - "__id__": 863 + "__id__": 883 } ], "_prefab": null, @@ -25809,8 +27226,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 881 }, "_enabled": true, "__prefab": null, @@ -25830,8 +27248,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 881 }, "_enabled": true, "__prefab": null, @@ -25868,17 +27287,18 @@ "__type__": "cc.Node", "_name": "spawn point-037", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 865 + "__id__": 885 }, { - "__id__": 866 + "__id__": 886 } ], "_prefab": null, @@ -25915,8 +27335,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 864 + "__id__": 884 }, "_enabled": true, "__prefab": null, @@ -25936,8 +27357,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 864 + "__id__": 884 }, "_enabled": true, "__prefab": null, @@ -25974,17 +27396,18 @@ "__type__": "cc.Node", "_name": "spawn point-038", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 868 + "__id__": 888 }, { - "__id__": 869 + "__id__": 889 } ], "_prefab": null, @@ -26021,8 +27444,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 867 + "__id__": 887 }, "_enabled": true, "__prefab": null, @@ -26042,8 +27466,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 867 + "__id__": 887 }, "_enabled": true, "__prefab": null, @@ -26080,17 +27505,18 @@ "__type__": "cc.Node", "_name": "spawn point-039", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 871 + "__id__": 891 }, { - "__id__": 872 + "__id__": 892 } ], "_prefab": null, @@ -26127,8 +27553,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 890 }, "_enabled": true, "__prefab": null, @@ -26148,8 +27575,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 890 }, "_enabled": true, "__prefab": null, @@ -26186,17 +27614,18 @@ "__type__": "cc.Node", "_name": "spawn point-040", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 874 + "__id__": 894 }, { - "__id__": 875 + "__id__": 895 } ], "_prefab": null, @@ -26233,8 +27662,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 893 }, "_enabled": true, "__prefab": null, @@ -26254,8 +27684,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 893 }, "_enabled": true, "__prefab": null, @@ -26292,17 +27723,18 @@ "__type__": "cc.Node", "_name": "spawn point-041", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 877 + "__id__": 897 }, { - "__id__": 878 + "__id__": 898 } ], "_prefab": null, @@ -26339,8 +27771,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 876 + "__id__": 896 }, "_enabled": true, "__prefab": null, @@ -26360,8 +27793,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 876 + "__id__": 896 }, "_enabled": true, "__prefab": null, @@ -26398,17 +27832,18 @@ "__type__": "cc.Node", "_name": "spawn point-043", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 880 + "__id__": 900 }, { - "__id__": 881 + "__id__": 901 } ], "_prefab": null, @@ -26445,8 +27880,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 899 }, "_enabled": true, "__prefab": null, @@ -26466,8 +27902,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 899 }, "_enabled": true, "__prefab": null, @@ -26504,17 +27941,18 @@ "__type__": "cc.Node", "_name": "spawn point-044", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 883 + "__id__": 903 }, { - "__id__": 884 + "__id__": 904 } ], "_prefab": null, @@ -26551,8 +27989,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 882 + "__id__": 902 }, "_enabled": true, "__prefab": null, @@ -26572,8 +28011,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 882 + "__id__": 902 }, "_enabled": true, "__prefab": null, @@ -26610,17 +28050,18 @@ "__type__": "cc.Node", "_name": "spawn point-045", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 886 + "__id__": 906 }, { - "__id__": 887 + "__id__": 907 } ], "_prefab": null, @@ -26657,8 +28098,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 885 + "__id__": 905 }, "_enabled": true, "__prefab": null, @@ -26678,8 +28120,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 885 + "__id__": 905 }, "_enabled": true, "__prefab": null, @@ -26716,17 +28159,18 @@ "__type__": "cc.Node", "_name": "spawn point-047", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 889 + "__id__": 909 }, { - "__id__": 890 + "__id__": 910 } ], "_prefab": null, @@ -26763,8 +28207,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 888 + "__id__": 908 }, "_enabled": true, "__prefab": null, @@ -26784,8 +28229,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 888 + "__id__": 908 }, "_enabled": true, "__prefab": null, @@ -26822,17 +28268,18 @@ "__type__": "cc.Node", "_name": "spawn point-048", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 892 + "__id__": 912 }, { - "__id__": 893 + "__id__": 913 } ], "_prefab": null, @@ -26869,8 +28316,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 891 + "__id__": 911 }, "_enabled": true, "__prefab": null, @@ -26890,8 +28338,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 891 + "__id__": 911 }, "_enabled": true, "__prefab": null, @@ -26928,17 +28377,18 @@ "__type__": "cc.Node", "_name": "spawn point-049", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 895 + "__id__": 915 }, { - "__id__": 896 + "__id__": 916 } ], "_prefab": null, @@ -26975,8 +28425,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 914 }, "_enabled": true, "__prefab": null, @@ -26996,8 +28447,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 914 }, "_enabled": true, "__prefab": null, @@ -27034,17 +28486,18 @@ "__type__": "cc.Node", "_name": "spawn point-050", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 898 + "__id__": 918 }, { - "__id__": 899 + "__id__": 919 } ], "_prefab": null, @@ -27081,8 +28534,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 917 }, "_enabled": true, "__prefab": null, @@ -27102,8 +28556,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 917 }, "_enabled": true, "__prefab": null, @@ -27140,17 +28595,18 @@ "__type__": "cc.Node", "_name": "spawn point-051", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 901 + "__id__": 921 }, { - "__id__": 902 + "__id__": 922 } ], "_prefab": null, @@ -27187,8 +28643,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 900 + "__id__": 920 }, "_enabled": true, "__prefab": null, @@ -27208,8 +28665,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 900 + "__id__": 920 }, "_enabled": true, "__prefab": null, @@ -27246,17 +28704,18 @@ "__type__": "cc.Node", "_name": "spawn point-052", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 904 + "__id__": 924 }, { - "__id__": 905 + "__id__": 925 } ], "_prefab": null, @@ -27293,8 +28752,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 903 + "__id__": 923 }, "_enabled": true, "__prefab": null, @@ -27314,8 +28774,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 903 + "__id__": 923 }, "_enabled": true, "__prefab": null, @@ -27352,17 +28813,18 @@ "__type__": "cc.Node", "_name": "spawn point-053", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 907 + "__id__": 927 }, { - "__id__": 908 + "__id__": 928 } ], "_prefab": null, @@ -27399,8 +28861,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 906 + "__id__": 926 }, "_enabled": true, "__prefab": null, @@ -27420,8 +28883,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 906 + "__id__": 926 }, "_enabled": true, "__prefab": null, @@ -27458,17 +28922,18 @@ "__type__": "cc.Node", "_name": "spawn point-018", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 910 + "__id__": 930 }, { - "__id__": 911 + "__id__": 931 } ], "_prefab": null, @@ -27505,8 +28970,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 929 }, "_enabled": true, "__prefab": null, @@ -27526,8 +28992,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 929 }, "_enabled": true, "__prefab": null, @@ -27564,17 +29031,18 @@ "__type__": "cc.Node", "_name": "spawn point-019", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 913 + "__id__": 933 }, { - "__id__": 914 + "__id__": 934 } ], "_prefab": null, @@ -27611,8 +29079,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 912 + "__id__": 932 }, "_enabled": true, "__prefab": null, @@ -27632,8 +29101,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 912 + "__id__": 932 }, "_enabled": true, "__prefab": null, @@ -27670,17 +29140,18 @@ "__type__": "cc.Node", "_name": "spawn point-042", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 916 + "__id__": 936 }, { - "__id__": 917 + "__id__": 937 } ], "_prefab": null, @@ -27717,8 +29188,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 915 + "__id__": 935 }, "_enabled": true, "__prefab": null, @@ -27738,8 +29210,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 915 + "__id__": 935 }, "_enabled": true, "__prefab": null, @@ -27776,17 +29249,18 @@ "__type__": "cc.Node", "_name": "spawn point-046", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 919 + "__id__": 939 }, { - "__id__": 920 + "__id__": 940 } ], "_prefab": null, @@ -27823,8 +29297,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 938 }, "_enabled": true, "__prefab": null, @@ -27844,8 +29319,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 938 }, "_enabled": true, "__prefab": null, @@ -27882,17 +29358,18 @@ "__type__": "cc.Node", "_name": "spawn point-054", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 922 + "__id__": 942 }, { - "__id__": 923 + "__id__": 943 } ], "_prefab": null, @@ -27929,8 +29406,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 921 + "__id__": 941 }, "_enabled": true, "__prefab": null, @@ -27950,8 +29428,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 921 + "__id__": 941 }, "_enabled": true, "__prefab": null, @@ -27988,17 +29467,18 @@ "__type__": "cc.Node", "_name": "spawn point-055", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 925 + "__id__": 945 }, { - "__id__": 926 + "__id__": 946 } ], "_prefab": null, @@ -28035,8 +29515,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 924 + "__id__": 944 }, "_enabled": true, "__prefab": null, @@ -28056,8 +29537,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 924 + "__id__": 944 }, "_enabled": true, "__prefab": null, @@ -28094,17 +29576,18 @@ "__type__": "cc.Node", "_name": "spawn point-012", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 928 + "__id__": 948 }, { - "__id__": 929 + "__id__": 949 } ], "_prefab": null, @@ -28141,8 +29624,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 947 }, "_enabled": true, "__prefab": null, @@ -28162,8 +29646,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 947 }, "_enabled": true, "__prefab": null, @@ -28200,17 +29685,18 @@ "__type__": "cc.Node", "_name": "spawn point-013", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 931 + "__id__": 951 }, { - "__id__": 932 + "__id__": 952 } ], "_prefab": null, @@ -28247,8 +29733,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 930 + "__id__": 950 }, "_enabled": true, "__prefab": null, @@ -28268,8 +29755,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 930 + "__id__": 950 }, "_enabled": true, "__prefab": null, @@ -28306,17 +29794,18 @@ "__type__": "cc.Node", "_name": "spawn point-058", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 934 + "__id__": 954 }, { - "__id__": 935 + "__id__": 955 } ], "_prefab": null, @@ -28353,8 +29842,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 933 + "__id__": 953 }, "_enabled": true, "__prefab": null, @@ -28374,8 +29864,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 933 + "__id__": 953 }, "_enabled": true, "__prefab": null, @@ -28412,17 +29903,18 @@ "__type__": "cc.Node", "_name": "spawn point-059", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 937 + "__id__": 957 }, { - "__id__": 938 + "__id__": 958 } ], "_prefab": null, @@ -28459,8 +29951,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 936 + "__id__": 956 }, "_enabled": true, "__prefab": null, @@ -28480,8 +29973,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 936 + "__id__": 956 }, "_enabled": true, "__prefab": null, @@ -28518,17 +30012,18 @@ "__type__": "cc.Node", "_name": "spawn point-056", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 940 + "__id__": 960 }, { - "__id__": 941 + "__id__": 961 } ], "_prefab": null, @@ -28565,8 +30060,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 939 + "__id__": 959 }, "_enabled": true, "__prefab": null, @@ -28586,8 +30082,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 939 + "__id__": 959 }, "_enabled": true, "__prefab": null, @@ -28624,17 +30121,18 @@ "__type__": "cc.Node", "_name": "spawn point-057", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 943 + "__id__": 963 }, { - "__id__": 944 + "__id__": 964 } ], "_prefab": null, @@ -28671,8 +30169,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 942 + "__id__": 962 }, "_enabled": true, "__prefab": null, @@ -28692,8 +30191,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 942 + "__id__": 962 }, "_enabled": true, "__prefab": null, @@ -28730,17 +30230,18 @@ "__type__": "cc.Node", "_name": "spawn point-060", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 946 + "__id__": 966 }, { - "__id__": 947 + "__id__": 967 } ], "_prefab": null, @@ -28777,8 +30278,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 965 }, "_enabled": true, "__prefab": null, @@ -28798,8 +30300,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 965 }, "_enabled": true, "__prefab": null, @@ -28836,17 +30339,18 @@ "__type__": "cc.Node", "_name": "spawn point-061", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 949 + "__id__": 969 }, { - "__id__": 950 + "__id__": 970 } ], "_prefab": null, @@ -28883,8 +30387,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 968 }, "_enabled": true, "__prefab": null, @@ -28904,8 +30409,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 968 }, "_enabled": true, "__prefab": null, @@ -28942,17 +30448,18 @@ "__type__": "cc.Node", "_name": "spawn point-062", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 952 + "__id__": 972 }, { - "__id__": 953 + "__id__": 973 } ], "_prefab": null, @@ -28989,8 +30496,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 951 + "__id__": 971 }, "_enabled": true, "__prefab": null, @@ -29010,8 +30518,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 951 + "__id__": 971 }, "_enabled": true, "__prefab": null, @@ -29048,17 +30557,18 @@ "__type__": "cc.Node", "_name": "spawn point-065", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 955 + "__id__": 975 }, { - "__id__": 956 + "__id__": 976 } ], "_prefab": null, @@ -29095,8 +30605,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 954 + "__id__": 974 }, "_enabled": true, "__prefab": null, @@ -29116,8 +30627,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 954 + "__id__": 974 }, "_enabled": true, "__prefab": null, @@ -29154,17 +30666,18 @@ "__type__": "cc.Node", "_name": "spawn point-063", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 958 + "__id__": 978 }, { - "__id__": 959 + "__id__": 979 } ], "_prefab": null, @@ -29201,8 +30714,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 957 + "__id__": 977 }, "_enabled": true, "__prefab": null, @@ -29222,8 +30736,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 957 + "__id__": 977 }, "_enabled": true, "__prefab": null, @@ -29260,17 +30775,18 @@ "__type__": "cc.Node", "_name": "spawn point-064", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 764 + "__id__": 784 }, "_children": [], "_active": true, "_components": [ { - "__id__": 961 + "__id__": 981 }, { - "__id__": 962 + "__id__": 982 } ], "_prefab": null, @@ -29307,8 +30823,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 960 + "__id__": 980 }, "_enabled": true, "__prefab": null, @@ -29328,8 +30845,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 960 + "__id__": 980 }, "_enabled": true, "__prefab": null, @@ -29366,8 +30884,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 784 }, "_enabled": true, "__prefab": null, @@ -29387,222 +30906,223 @@ "__type__": "402d0NRh/pCFotZG+o5aE8p", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 784 }, "_enabled": true, "__prefab": null, "_objects": [ { - "__id__": 965 + "__id__": 985 }, { - "__id__": 966 + "__id__": 986 } ], "_boosters": [ { - "__id__": 967 + "__id__": 987 } ], "_spawnPoints": [ { - "__id__": 765 + "__id__": 785 }, { - "__id__": 768 + "__id__": 788 }, { - "__id__": 771 + "__id__": 791 }, { - "__id__": 774 + "__id__": 794 }, { - "__id__": 777 + "__id__": 797 }, { - "__id__": 780 + "__id__": 800 }, { - "__id__": 783 + "__id__": 803 }, { - "__id__": 786 + "__id__": 806 }, { - "__id__": 789 + "__id__": 809 }, { - "__id__": 792 + "__id__": 812 }, { - "__id__": 795 + "__id__": 815 }, { - "__id__": 798 + "__id__": 818 }, { - "__id__": 801 + "__id__": 821 }, { - "__id__": 804 + "__id__": 824 }, { - "__id__": 807 + "__id__": 827 }, { - "__id__": 810 + "__id__": 830 }, { - "__id__": 813 + "__id__": 833 }, { - "__id__": 816 + "__id__": 836 }, { - "__id__": 819 + "__id__": 839 }, { - "__id__": 822 + "__id__": 842 }, { - "__id__": 825 + "__id__": 845 }, { - "__id__": 828 + "__id__": 848 }, { - "__id__": 831 + "__id__": 851 }, { - "__id__": 834 + "__id__": 854 }, { - "__id__": 837 + "__id__": 857 }, { - "__id__": 840 + "__id__": 860 }, { - "__id__": 843 + "__id__": 863 }, { - "__id__": 846 + "__id__": 866 }, { - "__id__": 849 + "__id__": 869 }, { - "__id__": 852 + "__id__": 872 }, { - "__id__": 855 + "__id__": 875 }, { - "__id__": 858 + "__id__": 878 }, { - "__id__": 861 + "__id__": 881 }, { - "__id__": 864 + "__id__": 884 }, { - "__id__": 867 + "__id__": 887 }, { - "__id__": 870 + "__id__": 890 }, { - "__id__": 873 + "__id__": 893 }, { - "__id__": 876 + "__id__": 896 }, { - "__id__": 879 + "__id__": 899 }, { - "__id__": 882 + "__id__": 902 }, { - "__id__": 885 + "__id__": 905 }, { - "__id__": 888 + "__id__": 908 }, { - "__id__": 891 + "__id__": 911 }, { - "__id__": 894 + "__id__": 914 }, { - "__id__": 897 + "__id__": 917 }, { - "__id__": 900 + "__id__": 920 }, { - "__id__": 903 + "__id__": 923 }, { - "__id__": 906 + "__id__": 926 }, { - "__id__": 909 + "__id__": 929 }, { - "__id__": 912 + "__id__": 932 }, { - "__id__": 915 + "__id__": 935 }, { - "__id__": 918 + "__id__": 938 }, { - "__id__": 921 + "__id__": 941 }, { - "__id__": 924 + "__id__": 944 }, { - "__id__": 927 + "__id__": 947 }, { - "__id__": 930 + "__id__": 950 }, { - "__id__": 933 + "__id__": 953 }, { - "__id__": 936 + "__id__": 956 }, { - "__id__": 939 + "__id__": 959 }, { - "__id__": 942 + "__id__": 962 }, { - "__id__": 945 + "__id__": 965 }, { - "__id__": 948 + "__id__": 968 }, { - "__id__": 951 + "__id__": 971 }, { - "__id__": 954 + "__id__": 974 }, { - "__id__": 957 + "__id__": 977 }, { - "__id__": 960 + "__id__": 980 } ], "_spawnTime": 1.5, @@ -29647,6 +31167,7 @@ "__type__": "cc.Node", "_name": "trail render", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29654,10 +31175,10 @@ "_active": true, "_components": [ { - "__id__": 969 + "__id__": 989 }, { - "__id__": 970 + "__id__": 990 } ], "_prefab": null, @@ -29694,8 +31215,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 968 + "__id__": 988 }, "_enabled": true, "__prefab": null, @@ -29715,8 +31237,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 968 + "__id__": 988 }, "_enabled": true, "__prefab": null, @@ -29753,6 +31276,7 @@ "__type__": "cc.Node", "_name": "BallHolder", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, @@ -29760,7 +31284,7 @@ "_active": true, "_components": [ { - "__id__": 972 + "__id__": 992 } ], "_prefab": null, @@ -29797,8 +31321,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 971 + "__id__": 991 }, "_enabled": true, "__prefab": null, @@ -29818,21 +31343,22 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 974 + "__id__": 994 }, { - "__id__": 1108 + "__id__": 1129 } ], "_active": true, "_components": [ { - "__id__": 1242 + "__id__": 1264 } ], "_prefab": null, @@ -29869,27 +31395,28 @@ "__type__": "cc.Node", "_name": "Cannon", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 973 + "__id__": 993 }, "_children": [ { - "__id__": 975 + "__id__": 995 }, { - "__id__": 979 + "__id__": 1000 } ], "_active": true, "_components": [ { - "__id__": 1105 + "__id__": 1126 }, { - "__id__": 1106 + "__id__": 1127 }, { - "__id__": 1107 + "__id__": 1128 } ], "_prefab": null, @@ -29926,20 +31453,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 974 + "__id__": 994 }, "_children": [], "_active": true, "_components": [ { - "__id__": 976 + "__id__": 996 }, { - "__id__": 977 + "__id__": 997 }, { - "__id__": 978 + "__id__": 998 + }, + { + "__id__": 999 } ], "_prefab": null, @@ -29976,8 +31507,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 975 + "__id__": 995 }, "_enabled": true, "__prefab": null, @@ -29997,8 +31529,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 975 + "__id__": 995 }, "_enabled": true, "__prefab": null, @@ -30035,15 +31568,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 975 + "__id__": 995 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -30058,25 +31592,54 @@ }, "_id": "aa22GqQU9HNafuaOg32tCe" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 995 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "9d+q90InNG5qbArwDgK+N9" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 974 + "__id__": 994 }, "_children": [ { - "__id__": 980 + "__id__": 1001 }, { - "__id__": 1039 + "__id__": 1060 } ], "_active": false, "_components": [ { - "__id__": 1104 + "__id__": 1125 } ], "_prefab": null, @@ -30084,7 +31647,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 }, "_lrot": { "__type__": "cc.Quat", @@ -30113,20 +31676,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 979 + "__id__": 1000 }, "_children": [], "_active": true, "_components": [ { - "__id__": 981 + "__id__": 1002 }, { - "__id__": 1037 + "__id__": 1058 }, { - "__id__": 1038 + "__id__": 1059 } ], "_prefab": null, @@ -30163,8 +31727,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 1001 }, "_enabled": true, "__prefab": null, @@ -30177,60 +31742,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 982 + "__id__": 1003 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 983 + "__id__": 1004 }, "startSize": { - "__id__": 983 + "__id__": 1004 }, "startSizeY": { - "__id__": 984 + "__id__": 1005 }, "startSizeZ": { - "__id__": 985 + "__id__": 1006 }, "startSpeed": { - "__id__": 986 + "__id__": 1007 }, "startRotation3D": false, "startRotationX": { - "__id__": 987 + "__id__": 1008 }, "startRotationY": { - "__id__": 988 + "__id__": 1009 }, "startRotationZ": { - "__id__": 989 + "__id__": 1010 }, "startRotation": { - "__id__": 989 + "__id__": 1010 }, "startDelay": { - "__id__": 990 + "__id__": 1011 }, "startLifetime": { - "__id__": 991 + "__id__": 1012 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 992 + "__id__": 1013 }, "rateOverTime": { - "__id__": 993 + "__id__": 1014 }, "rateOverDistance": { - "__id__": 994 + "__id__": 1015 }, "bursts": [ { - "__id__": 995 + "__id__": 1016 } ], "_renderCulling": false, @@ -30241,37 +31806,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 997 + "__id__": 1018 }, "_shapeModule": { - "__id__": 999 + "__id__": 1020 }, "_sizeOvertimeModule": { - "__id__": 1001 - }, - "_velocityOvertimeModule": { - "__id__": 1007 - }, - "_forceOvertimeModule": { - "__id__": 1013 - }, - "_limitVelocityOvertimeModule": { - "__id__": 1017 - }, - "_rotationOvertimeModule": { "__id__": 1022 }, + "_velocityOvertimeModule": { + "__id__": 1028 + }, + "_forceOvertimeModule": { + "__id__": 1034 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1038 + }, + "_rotationOvertimeModule": { + "__id__": 1043 + }, "_textureAnimationModule": { - "__id__": 1026 + "__id__": 1047 }, "_noiseModule": { - "__id__": 1030 + "__id__": 1051 }, "_trailModule": { - "__id__": 1031 + "__id__": 1052 }, "renderer": { - "__id__": 1036 + "__id__": 1057 }, "_prewarm": false, "_capacity": 8, @@ -30371,7 +31936,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 996 + "__id__": 1017 } }, { @@ -30384,7 +31949,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 998 + "__id__": 1019 } }, { @@ -30413,7 +31978,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1000 + "__id__": 1021 }, "length": 5, "boxThickness": { @@ -30454,23 +32019,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1002 + "__id__": 1023 }, "x": { - "__id__": 1004 + "__id__": 1025 }, "y": { - "__id__": 1005 + "__id__": 1026 }, "z": { - "__id__": 1006 + "__id__": 1027 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1003 + "__id__": 1024 }, "multiplier": 1 }, @@ -30531,16 +32096,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1008 + "__id__": 1029 }, "y": { - "__id__": 1009 + "__id__": 1030 }, "z": { - "__id__": 1011 + "__id__": 1032 }, "speedModifier": { - "__id__": 1012 + "__id__": 1033 }, "space": 1 }, @@ -30554,7 +32119,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1010 + "__id__": 1031 }, "multiplier": 1 }, @@ -30609,13 +32174,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1014 + "__id__": 1035 }, "y": { - "__id__": 1015 + "__id__": 1036 }, "z": { - "__id__": 1016 + "__id__": 1037 }, "space": 1 }, @@ -30641,16 +32206,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1018 + "__id__": 1039 }, "limitY": { - "__id__": 1019 + "__id__": 1040 }, "limitZ": { - "__id__": 1020 + "__id__": 1041 }, "limit": { - "__id__": 1021 + "__id__": 1042 }, "dampen": 3, "separateAxes": false, @@ -30685,13 +32250,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1023 + "__id__": 1044 }, "y": { - "__id__": 1024 + "__id__": 1045 }, "z": { - "__id__": 1025 + "__id__": 1046 } }, { @@ -30725,10 +32290,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1027 + "__id__": 1048 }, "startFrame": { - "__id__": 1029 + "__id__": 1050 }, "cycleCount": 0, "_flipU": 0, @@ -30741,7 +32306,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1028 + "__id__": 1049 }, "multiplier": 1 }, @@ -30808,25 +32373,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1032 + "__id__": 1053 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1033 + "__id__": 1054 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1034 + "__id__": 1055 }, "colorOvertime": { - "__id__": 1035 + "__id__": 1056 }, "_space": 0, "_particleSystem": { - "__id__": 981 + "__id__": 1002 } }, { @@ -30885,8 +32450,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 1001 }, "_enabled": true, "__prefab": null, @@ -30896,8 +32462,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 1001 }, "_enabled": true, "__prefab": null, @@ -30919,19 +32486,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 979 + "__id__": 1000 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1040 + "__id__": 1061 }, { - "__id__": 1102 + "__id__": 1123 }, { - "__id__": 1103 + "__id__": 1124 } ], "_prefab": null, @@ -30970,7 +32537,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1060 }, "_enabled": true, "__prefab": null, @@ -30983,60 +32550,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1041 + "__id__": 1062 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1042 + "__id__": 1063 }, "startSize": { - "__id__": 1042 + "__id__": 1063 }, "startSizeY": { - "__id__": 1043 + "__id__": 1064 }, "startSizeZ": { - "__id__": 1044 + "__id__": 1065 }, "startSpeed": { - "__id__": 1045 + "__id__": 1066 }, "startRotation3D": false, "startRotationX": { - "__id__": 1046 + "__id__": 1067 }, "startRotationY": { - "__id__": 1047 + "__id__": 1068 }, "startRotationZ": { - "__id__": 1048 + "__id__": 1069 }, "startRotation": { - "__id__": 1048 + "__id__": 1069 }, "startDelay": { - "__id__": 1049 + "__id__": 1070 }, "startLifetime": { - "__id__": 1050 + "__id__": 1071 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1051 + "__id__": 1072 }, "rateOverTime": { - "__id__": 1052 + "__id__": 1073 }, "rateOverDistance": { - "__id__": 1053 + "__id__": 1074 }, "bursts": [ { - "__id__": 1054 + "__id__": 1075 } ], "_renderCulling": false, @@ -31047,37 +32614,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1056 + "__id__": 1077 }, "_shapeModule": { - "__id__": 1065 + "__id__": 1086 }, "_sizeOvertimeModule": { - "__id__": 1067 + "__id__": 1088 }, "_velocityOvertimeModule": { - "__id__": 1073 + "__id__": 1094 }, "_forceOvertimeModule": { - "__id__": 1078 + "__id__": 1099 }, "_limitVelocityOvertimeModule": { - "__id__": 1082 + "__id__": 1103 }, "_rotationOvertimeModule": { - "__id__": 1087 + "__id__": 1108 }, "_textureAnimationModule": { - "__id__": 1091 + "__id__": 1112 }, "_noiseModule": { - "__id__": 1095 + "__id__": 1116 }, "_trailModule": { - "__id__": 1096 + "__id__": 1117 }, "renderer": { - "__id__": 1101 + "__id__": 1122 }, "_prewarm": false, "_capacity": 100, @@ -31175,7 +32742,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1055 + "__id__": 1076 } }, { @@ -31188,38 +32755,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1057 + "__id__": 1078 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1058 + "__id__": 1079 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1059 + "__id__": 1080 }, { - "__id__": 1060 + "__id__": 1081 }, { - "__id__": 1061 + "__id__": 1082 } ], "alphaKeys": [ { - "__id__": 1062 + "__id__": 1083 }, { - "__id__": 1063 + "__id__": 1084 }, { - "__id__": 1064 + "__id__": 1085 } ], "mode": 0 @@ -31287,7 +32854,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1066 + "__id__": 1087 }, "length": 5, "boxThickness": { @@ -31328,23 +32895,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1068 + "__id__": 1089 }, "x": { - "__id__": 1070 + "__id__": 1091 }, "y": { - "__id__": 1071 + "__id__": 1092 }, "z": { - "__id__": 1072 + "__id__": 1093 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1069 + "__id__": 1090 }, "multiplier": 1 }, @@ -31405,16 +32972,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1074 + "__id__": 1095 }, "y": { - "__id__": 1075 + "__id__": 1096 }, "z": { - "__id__": 1076 + "__id__": 1097 }, "speedModifier": { - "__id__": 1077 + "__id__": 1098 }, "space": 1 }, @@ -31446,13 +33013,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1079 + "__id__": 1100 }, "y": { - "__id__": 1080 + "__id__": 1101 }, "z": { - "__id__": 1081 + "__id__": 1102 }, "space": 1 }, @@ -31478,16 +33045,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1083 + "__id__": 1104 }, "limitY": { - "__id__": 1084 + "__id__": 1105 }, "limitZ": { - "__id__": 1085 + "__id__": 1106 }, "limit": { - "__id__": 1086 + "__id__": 1107 }, "dampen": 0.05, "separateAxes": false, @@ -31522,13 +33089,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1088 + "__id__": 1109 }, "y": { - "__id__": 1089 + "__id__": 1110 }, "z": { - "__id__": 1090 + "__id__": 1111 } }, { @@ -31560,10 +33127,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1092 + "__id__": 1113 }, "startFrame": { - "__id__": 1094 + "__id__": 1115 }, "cycleCount": 1, "_flipU": 0, @@ -31576,7 +33143,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1093 + "__id__": 1114 }, "multiplier": 1 }, @@ -31644,25 +33211,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1097 + "__id__": 1118 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1098 + "__id__": 1119 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1099 + "__id__": 1120 }, "colorOvertime": { - "__id__": 1100 + "__id__": 1121 }, "_space": 0, "_particleSystem": { - "__id__": 1040 + "__id__": 1061 } }, { @@ -31721,8 +33288,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1060 }, "_enabled": true, "__prefab": null, @@ -31732,8 +33300,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1060 }, "_enabled": true, "__prefab": null, @@ -31753,8 +33322,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 979 + "__id__": 1000 }, "_enabled": true, "__prefab": null, @@ -31774,8 +33344,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 974 + "__id__": 994 }, "_enabled": true, "__prefab": null, @@ -31795,16 +33366,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 974 + "__id__": 994 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 978 + "__id__": 998 }, "_animation": { - "__id__": 1107 + "__id__": 1128 }, "_force": 40, "_soundFx": { @@ -31818,8 +33390,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 974 + "__id__": 994 }, "_enabled": true, "__prefab": null, @@ -31840,27 +33413,28 @@ "__type__": "cc.Node", "_name": "Cannon-001", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 973 + "__id__": 993 }, "_children": [ { - "__id__": 1109 + "__id__": 1130 }, { - "__id__": 1113 + "__id__": 1135 } ], "_active": true, "_components": [ { - "__id__": 1239 + "__id__": 1261 }, { - "__id__": 1240 + "__id__": 1262 }, { - "__id__": 1241 + "__id__": 1263 } ], "_prefab": null, @@ -31897,20 +33471,24 @@ "__type__": "cc.Node", "_name": "Collider", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1108 + "__id__": 1129 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1110 + "__id__": 1131 }, { - "__id__": 1111 + "__id__": 1132 }, { - "__id__": 1112 + "__id__": 1133 + }, + { + "__id__": 1134 } ], "_prefab": null, @@ -31947,8 +33525,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1130 }, "_enabled": true, "__prefab": null, @@ -31968,8 +33547,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1130 }, "_enabled": true, "__prefab": null, @@ -32006,15 +33586,16 @@ "__type__": "cc.BoxCollider2D", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1130 }, "_enabled": true, "__prefab": null, "tag": 0, - "_group": 1, + "_group": 2, "_density": 1, - "_sensor": false, + "_sensor": true, "_friction": 0.2, "_restitution": 0, "_offset": { @@ -32029,25 +33610,54 @@ }, "_id": "c1aD7E3gBP3atNyjPkK0ug" }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1130 + }, + "_enabled": true, + "__prefab": null, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 2, + "_type": 0, + "_allowSleep": true, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "d6oX1QC5pC0Jnbvh3uPRs0" + }, { "__type__": "cc.Node", "_name": "Fx", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1108 + "__id__": 1129 }, "_children": [ { - "__id__": 1114 + "__id__": 1136 }, { - "__id__": 1173 + "__id__": 1195 } ], "_active": false, "_components": [ { - "__id__": 1238 + "__id__": 1260 } ], "_prefab": null, @@ -32055,7 +33665,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 0 + "z": 10 }, "_lrot": { "__type__": "cc.Quat", @@ -32084,20 +33694,21 @@ "__type__": "cc.Node", "_name": "Particle", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1113 + "__id__": 1135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1115 + "__id__": 1137 }, { - "__id__": 1171 + "__id__": 1193 }, { - "__id__": 1172 + "__id__": 1194 } ], "_prefab": null, @@ -32134,8 +33745,9 @@ "__type__": "cc.ParticleSystem", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1114 + "__id__": 1136 }, "_enabled": true, "__prefab": null, @@ -32148,60 +33760,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1116 + "__id__": 1138 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1117 + "__id__": 1139 }, "startSize": { - "__id__": 1117 + "__id__": 1139 }, "startSizeY": { - "__id__": 1118 + "__id__": 1140 }, "startSizeZ": { - "__id__": 1119 + "__id__": 1141 }, "startSpeed": { - "__id__": 1120 + "__id__": 1142 }, "startRotation3D": false, "startRotationX": { - "__id__": 1121 + "__id__": 1143 }, "startRotationY": { - "__id__": 1122 + "__id__": 1144 }, "startRotationZ": { - "__id__": 1123 + "__id__": 1145 }, "startRotation": { - "__id__": 1123 + "__id__": 1145 }, "startDelay": { - "__id__": 1124 + "__id__": 1146 }, "startLifetime": { - "__id__": 1125 + "__id__": 1147 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1126 + "__id__": 1148 }, "rateOverTime": { - "__id__": 1127 + "__id__": 1149 }, "rateOverDistance": { - "__id__": 1128 + "__id__": 1150 }, "bursts": [ { - "__id__": 1129 + "__id__": 1151 } ], "_renderCulling": false, @@ -32212,37 +33824,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1131 + "__id__": 1153 }, "_shapeModule": { - "__id__": 1133 + "__id__": 1155 }, "_sizeOvertimeModule": { - "__id__": 1135 + "__id__": 1157 }, "_velocityOvertimeModule": { - "__id__": 1141 + "__id__": 1163 }, "_forceOvertimeModule": { - "__id__": 1147 + "__id__": 1169 }, "_limitVelocityOvertimeModule": { - "__id__": 1151 + "__id__": 1173 }, "_rotationOvertimeModule": { - "__id__": 1156 + "__id__": 1178 }, "_textureAnimationModule": { - "__id__": 1160 + "__id__": 1182 }, "_noiseModule": { - "__id__": 1164 + "__id__": 1186 }, "_trailModule": { - "__id__": 1165 + "__id__": 1187 }, "renderer": { - "__id__": 1170 + "__id__": 1192 }, "_prewarm": false, "_capacity": 8, @@ -32342,7 +33954,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1130 + "__id__": 1152 } }, { @@ -32355,7 +33967,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1132 + "__id__": 1154 } }, { @@ -32384,7 +33996,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1134 + "__id__": 1156 }, "length": 5, "boxThickness": { @@ -32425,23 +34037,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1136 + "__id__": 1158 }, "x": { - "__id__": 1138 + "__id__": 1160 }, "y": { - "__id__": 1139 + "__id__": 1161 }, "z": { - "__id__": 1140 + "__id__": 1162 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1137 + "__id__": 1159 }, "multiplier": 1 }, @@ -32502,16 +34114,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1142 + "__id__": 1164 }, "y": { - "__id__": 1143 + "__id__": 1165 }, "z": { - "__id__": 1145 + "__id__": 1167 }, "speedModifier": { - "__id__": 1146 + "__id__": 1168 }, "space": 1 }, @@ -32525,7 +34137,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1144 + "__id__": 1166 }, "multiplier": 1 }, @@ -32580,13 +34192,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1148 + "__id__": 1170 }, "y": { - "__id__": 1149 + "__id__": 1171 }, "z": { - "__id__": 1150 + "__id__": 1172 }, "space": 1 }, @@ -32612,16 +34224,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1152 + "__id__": 1174 }, "limitY": { - "__id__": 1153 + "__id__": 1175 }, "limitZ": { - "__id__": 1154 + "__id__": 1176 }, "limit": { - "__id__": 1155 + "__id__": 1177 }, "dampen": 3, "separateAxes": false, @@ -32656,13 +34268,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1157 + "__id__": 1179 }, "y": { - "__id__": 1158 + "__id__": 1180 }, "z": { - "__id__": 1159 + "__id__": 1181 } }, { @@ -32696,10 +34308,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1161 + "__id__": 1183 }, "startFrame": { - "__id__": 1163 + "__id__": 1185 }, "cycleCount": 0, "_flipU": 0, @@ -32712,7 +34324,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1162 + "__id__": 1184 }, "multiplier": 1 }, @@ -32779,25 +34391,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1166 + "__id__": 1188 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1167 + "__id__": 1189 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1168 + "__id__": 1190 }, "colorOvertime": { - "__id__": 1169 + "__id__": 1191 }, "_space": 0, "_particleSystem": { - "__id__": 1115 + "__id__": 1137 } }, { @@ -32856,8 +34468,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1114 + "__id__": 1136 }, "_enabled": true, "__prefab": null, @@ -32867,8 +34480,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1114 + "__id__": 1136 }, "_enabled": true, "__prefab": null, @@ -32890,19 +34504,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1113 + "__id__": 1135 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1174 + "__id__": 1196 }, { - "__id__": 1236 + "__id__": 1258 }, { - "__id__": 1237 + "__id__": 1259 } ], "_prefab": null, @@ -32941,7 +34555,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1173 + "__id__": 1195 }, "_enabled": true, "__prefab": null, @@ -32954,60 +34568,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1175 + "__id__": 1197 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1176 + "__id__": 1198 }, "startSize": { - "__id__": 1176 + "__id__": 1198 }, "startSizeY": { - "__id__": 1177 + "__id__": 1199 }, "startSizeZ": { - "__id__": 1178 + "__id__": 1200 }, "startSpeed": { - "__id__": 1179 + "__id__": 1201 }, "startRotation3D": false, "startRotationX": { - "__id__": 1180 + "__id__": 1202 }, "startRotationY": { - "__id__": 1181 + "__id__": 1203 }, "startRotationZ": { - "__id__": 1182 + "__id__": 1204 }, "startRotation": { - "__id__": 1182 + "__id__": 1204 }, "startDelay": { - "__id__": 1183 + "__id__": 1205 }, "startLifetime": { - "__id__": 1184 + "__id__": 1206 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1185 + "__id__": 1207 }, "rateOverTime": { - "__id__": 1186 + "__id__": 1208 }, "rateOverDistance": { - "__id__": 1187 + "__id__": 1209 }, "bursts": [ { - "__id__": 1188 + "__id__": 1210 } ], "_renderCulling": false, @@ -33018,37 +34632,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1190 - }, - "_shapeModule": { - "__id__": 1199 - }, - "_sizeOvertimeModule": { - "__id__": 1201 - }, - "_velocityOvertimeModule": { - "__id__": 1207 - }, - "_forceOvertimeModule": { "__id__": 1212 }, - "_limitVelocityOvertimeModule": { - "__id__": 1216 - }, - "_rotationOvertimeModule": { + "_shapeModule": { "__id__": 1221 }, - "_textureAnimationModule": { - "__id__": 1225 + "_sizeOvertimeModule": { + "__id__": 1223 }, - "_noiseModule": { + "_velocityOvertimeModule": { "__id__": 1229 }, + "_forceOvertimeModule": { + "__id__": 1234 + }, + "_limitVelocityOvertimeModule": { + "__id__": 1238 + }, + "_rotationOvertimeModule": { + "__id__": 1243 + }, + "_textureAnimationModule": { + "__id__": 1247 + }, + "_noiseModule": { + "__id__": 1251 + }, "_trailModule": { - "__id__": 1230 + "__id__": 1252 }, "renderer": { - "__id__": 1235 + "__id__": 1257 }, "_prewarm": false, "_capacity": 100, @@ -33146,7 +34760,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1189 + "__id__": 1211 } }, { @@ -33159,38 +34773,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1191 + "__id__": 1213 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1192 + "__id__": 1214 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1193 + "__id__": 1215 }, { - "__id__": 1194 + "__id__": 1216 }, { - "__id__": 1195 + "__id__": 1217 } ], "alphaKeys": [ { - "__id__": 1196 + "__id__": 1218 }, { - "__id__": 1197 + "__id__": 1219 }, { - "__id__": 1198 + "__id__": 1220 } ], "mode": 0 @@ -33258,7 +34872,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1200 + "__id__": 1222 }, "length": 5, "boxThickness": { @@ -33299,23 +34913,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1202 + "__id__": 1224 }, "x": { - "__id__": 1204 + "__id__": 1226 }, "y": { - "__id__": 1205 + "__id__": 1227 }, "z": { - "__id__": 1206 + "__id__": 1228 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1203 + "__id__": 1225 }, "multiplier": 1 }, @@ -33376,16 +34990,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1208 + "__id__": 1230 }, "y": { - "__id__": 1209 + "__id__": 1231 }, "z": { - "__id__": 1210 + "__id__": 1232 }, "speedModifier": { - "__id__": 1211 + "__id__": 1233 }, "space": 1 }, @@ -33417,13 +35031,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1213 + "__id__": 1235 }, "y": { - "__id__": 1214 + "__id__": 1236 }, "z": { - "__id__": 1215 + "__id__": 1237 }, "space": 1 }, @@ -33449,16 +35063,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1217 + "__id__": 1239 }, "limitY": { - "__id__": 1218 + "__id__": 1240 }, "limitZ": { - "__id__": 1219 + "__id__": 1241 }, "limit": { - "__id__": 1220 + "__id__": 1242 }, "dampen": 0.05, "separateAxes": false, @@ -33493,13 +35107,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1222 + "__id__": 1244 }, "y": { - "__id__": 1223 + "__id__": 1245 }, "z": { - "__id__": 1224 + "__id__": 1246 } }, { @@ -33531,10 +35145,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1226 + "__id__": 1248 }, "startFrame": { - "__id__": 1228 + "__id__": 1250 }, "cycleCount": 1, "_flipU": 0, @@ -33547,7 +35161,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1227 + "__id__": 1249 }, "multiplier": 1 }, @@ -33615,25 +35229,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1231 + "__id__": 1253 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1232 + "__id__": 1254 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1233 + "__id__": 1255 }, "colorOvertime": { - "__id__": 1234 + "__id__": 1256 }, "_space": 0, "_particleSystem": { - "__id__": 1174 + "__id__": 1196 } }, { @@ -33692,8 +35306,9 @@ "__type__": "cc.UIMeshRenderer", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1173 + "__id__": 1195 }, "_enabled": true, "__prefab": null, @@ -33703,8 +35318,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1173 + "__id__": 1195 }, "_enabled": true, "__prefab": null, @@ -33724,8 +35340,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1113 + "__id__": 1135 }, "_enabled": true, "__prefab": null, @@ -33745,8 +35362,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1129 }, "_enabled": true, "__prefab": null, @@ -33766,16 +35384,17 @@ "__type__": "1f970S32ylOnofatPpSgI1Z", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1129 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1112 + "__id__": 1133 }, "_animation": { - "__id__": 1241 + "__id__": 1263 }, "_force": 40, "_soundFx": { @@ -33789,8 +35408,9 @@ "__type__": "cc.Animation", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1129 }, "_enabled": true, "__prefab": null, @@ -33811,8 +35431,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 973 + "__id__": 993 }, "_enabled": true, "__prefab": null, @@ -33832,24 +35453,25 @@ "__type__": "cc.Node", "_name": "PopupManager", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 9 }, "_children": [ { - "__id__": 1244 + "__id__": 1266 }, { - "__id__": 1247 + "__id__": 1269 } ], "_active": true, "_components": [ { - "__id__": 1252 + "__id__": 1274 }, { - "__id__": 1253 + "__id__": 1275 } ], "_prefab": null, @@ -33886,17 +35508,18 @@ "__type__": "cc.Node", "_name": "Popup", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1243 + "__id__": 1265 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1245 + "__id__": 1267 }, { - "__id__": 1246 + "__id__": 1268 } ], "_prefab": null, @@ -33933,8 +35556,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1244 + "__id__": 1266 }, "_enabled": true, "__prefab": null, @@ -33954,8 +35578,9 @@ "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1244 + "__id__": 1266 }, "_enabled": true, "__prefab": null, @@ -33989,23 +35614,24 @@ "__type__": "cc.Node", "_name": "Event", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { - "__id__": 1243 + "__id__": 1265 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1248 + "__id__": 1270 }, { - "__id__": 1249 + "__id__": 1271 }, { - "__id__": 1250 + "__id__": 1272 }, { - "__id__": 1251 + "__id__": 1273 } ], "_prefab": null, @@ -34042,14 +35668,15 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, "_contentSize": { "__type__": "cc.Size", - "width": 382.74, + "width": 382.73828125, "height": 167.2 }, "_anchorPoint": { @@ -34063,8 +35690,9 @@ "__type__": "cc.Label", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, @@ -34098,23 +35726,38 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_id": "f9v7293dRFq4t2NzaL5CLg", "_enableOutline": true, - "_outlineWidth": 8, "_outlineColor": { "__type__": "cc.Color", "r": 255, "g": 102, "b": 0, "a": 255 - } + }, + "_outlineWidth": 8, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "f9v7293dRFq4t2NzaL5CLg" }, { "__type__": "cc.Widget", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, @@ -34142,8 +35785,9 @@ "__type__": "cc.LabelOutline", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1247 + "__id__": 1269 }, "_enabled": true, "__prefab": null, @@ -34153,8 +35797,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1243 + "__id__": 1265 }, "_enabled": true, "__prefab": null, @@ -34174,23 +35819,24 @@ "__type__": "e458eXZXIRECKR9l03TkgQv", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1243 + "__id__": 1265 }, "_enabled": true, "__prefab": null, "_popup": { - "__id__": 1244 + "__id__": 1266 }, "_label": { - "__id__": 1249 + "__id__": 1271 }, "_stickers": [ { - "__id__": 1254 + "__id__": 1276 }, { - "__id__": 1255 + "__id__": 1277 } ], "_id": "ebx5eaCQhFnYEdDdBHEy9W" @@ -34237,6 +35883,7 @@ "__type__": "85b9aaRsZBAn5sUxS5RQ3EF", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { "__id__": 9 }, @@ -34252,10 +35899,10 @@ "__expectedType__": "cc.Prefab" }, "_topContainer": { - "__id__": 1258 + "__id__": 1280 }, "_ballHolder": { - "__id__": 971 + "__id__": 991 }, "_ballSpawnPosition": { "__type__": "cc.Vec3", @@ -34294,6 +35941,7 @@ "__type__": "cc.Node", "_name": "TopContainer", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 2 }, @@ -34301,7 +35949,7 @@ "_active": true, "_components": [ { - "__id__": 1259 + "__id__": 1281 } ], "_prefab": null, @@ -34338,8 +35986,9 @@ "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, + "__editorExtras__": {}, "node": { - "__id__": 1258 + "__id__": 1280 }, "_enabled": true, "__prefab": null, @@ -34431,53 +36080,53 @@ "instance": null, "targetOverrides": [ { - "__id__": 1264 + "__id__": 1286 }, { - "__id__": 1267 + "__id__": 1289 }, { - "__id__": 1269 + "__id__": 1291 }, { - "__id__": 1272 + "__id__": 1294 }, { - "__id__": 1274 + "__id__": 1296 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 566 + "__id__": 584 }, { - "__id__": 585 + "__id__": 603 }, { - "__id__": 135 + "__id__": 153 }, { - "__id__": 368 + "__id__": 386 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 585 + "__id__": 603 }, "sourceInfo": { - "__id__": 1265 + "__id__": 1287 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 585 + "__id__": 603 }, "targetInfo": { - "__id__": 1266 + "__id__": 1288 } }, { @@ -34495,17 +36144,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 470 + "__id__": 488 }, "sourceInfo": null, "propertyPath": [ "_buffFx" ], "target": { - "__id__": 135 + "__id__": 153 }, "targetInfo": { - "__id__": 1268 + "__id__": 1290 } }, { @@ -34517,20 +36166,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 566 + "__id__": 584 }, "sourceInfo": { - "__id__": 1270 + "__id__": 1292 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 566 + "__id__": 584 }, "targetInfo": { - "__id__": 1271 + "__id__": 1293 } }, { @@ -34548,17 +36197,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 433 + "__id__": 451 }, "sourceInfo": null, "propertyPath": [ "topScore" ], "target": { - "__id__": 368 + "__id__": 386 }, "targetInfo": { - "__id__": 1273 + "__id__": 1295 } }, { @@ -34570,20 +36219,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 135 + "__id__": 153 }, "sourceInfo": { - "__id__": 1275 + "__id__": 1297 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 135 + "__id__": 153 }, "targetInfo": { - "__id__": 1276 + "__id__": 1298 } }, { @@ -34601,22 +36250,28 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 1278 + "__id__": 1300 }, "shadows": { - "__id__": 1279 + "__id__": 1301 }, "_skybox": { - "__id__": 1280 + "__id__": 1302 }, "fog": { - "__id__": 1281 + "__id__": 1303 }, "octree": { - "__id__": 1282 + "__id__": 1304 + }, + "skin": { + "__id__": 1305 }, "lightProbeInfo": { - "__id__": 1283 + "__id__": 1306 + }, + "postSettings": { + "__id__": 1307 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false @@ -34680,6 +36335,7 @@ "z": 0 }, "_distance": 0, + "_planeBias": 1, "_shadowColor": { "__type__": "cc.Color", "r": 76, @@ -34745,6 +36401,12 @@ }, "_depth": 8 }, + { + "__type__": "cc.SkinInfo", + "_enabled": true, + "_blurRadius": 0.01, + "_sssIntensity": 3 + }, { "__type__": "cc.LightProbeInfo", "_giScale": 1, @@ -34754,6 +36416,11 @@ "_showProbe": true, "_showWireframe": true, "_showConvex": false, - "_data": null + "_data": null, + "_lightProbeSphereVolume": 1 + }, + { + "__type__": "cc.PostSettingsInfo", + "_toneMappingType": 0 } ] \ No newline at end of file diff --git a/assets/_Game/Scripts/Booster/BoosterBase.ts b/assets/_Game/Scripts/Booster/BoosterBase.ts index 88714a4..06a4523 100644 --- a/assets/_Game/Scripts/Booster/BoosterBase.ts +++ b/assets/_Game/Scripts/Booster/BoosterBase.ts @@ -1,10 +1,10 @@ -import { _decorator, CCFloat, Collider2D, Component, Contact2DType, Animation, AudioClip, CCString } from 'cc'; -import ObjectPool from '../Pool/ObjectPool'; -import { EventManger } from '../Manager/EventManger'; +import { _decorator, Animation, AudioClip, CCFloat, CCString, Collider2D, Component, Contact2DType } from 'cc'; import GameEvent from '../Events/GameEvent'; -import IPoolable from '../Pool/IPoolable'; -import Utilities from '../Utilities'; +import { EventManger } from '../Manager/EventManger'; import { SoundManager } from '../Manager/SoundManager'; +import IPoolable from '../Pool/IPoolable'; +import ObjectPool from '../Pool/ObjectPool'; +import Utilities from '../Utilities'; const { ccclass, property } = _decorator; @ccclass('BoosterBase') @@ -17,18 +17,20 @@ export class BoosterBase extends Component implements IPoolable { private _animation: Animation; @property(CCString) public readonly displayName: string = 'CHEESE'; - @property(CCFloat) protected time: number = 10; + private _enabled: boolean = true; + protected onLoad(): void { this._collider.on(Contact2DType.BEGIN_CONTACT, this.onContactBegin, this); - this._collider.enabled = false; + this._enabled = false; } private onContactBegin(self: Collider2D, other: Collider2D) { + if (!this._enabled) return; this.boosterActive(); - this._collider.enabled = false; + this._enabled = false; SoundManager.instance.playSfx(this._collectSound); EventManger.instance.emit(GameEvent.ObjectRelease, this.node); ObjectPool.release(this.node); @@ -39,9 +41,9 @@ export class BoosterBase extends Component implements IPoolable { async onGet() { this._animation.play(); await Utilities.delay(this._animation.defaultClip.duration); - this._collider.enabled = true; + this._enabled = true; } onRelease() { - this._collider.enabled = false; + this._enabled = false; } } diff --git a/assets/_Game/Scripts/Environments/CumulativeBar.ts b/assets/_Game/Scripts/Environments/CumulativeBar.ts index 2e08e1c..32c252c 100644 --- a/assets/_Game/Scripts/Environments/CumulativeBar.ts +++ b/assets/_Game/Scripts/Environments/CumulativeBar.ts @@ -1,29 +1,29 @@ import { _decorator, + AudioClip, + CCFloat, CCInteger, clamp, + clamp01, Component, lerp, - Sprite, Node, - tween, + ParticleSystem, Prefab, + randomRange, + Sprite, + tween, Tween, Vec3, - AudioClip, - randomRange, - CCFloat, - clamp01, - ParticleSystem, } from 'cc'; -import { EventManger } from '../Manager/EventManger'; -import GameEvent from '../Events/GameEvent'; -import ScoreType from '../Enum/ScoreType'; -import Utilities from '../Utilities'; -import { GameManager } from '../Manager/GameManager'; import BoosterType from '../Enum/BoosterType'; -import ObjectPool from '../Pool/ObjectPool'; +import ScoreType from '../Enum/ScoreType'; +import GameEvent from '../Events/GameEvent'; +import { EventManger } from '../Manager/EventManger'; +import { GameManager } from '../Manager/GameManager'; import { SoundManager } from '../Manager/SoundManager'; +import ObjectPool from '../Pool/ObjectPool'; +import Utilities from '../Utilities'; import { SequenceSound } from './SequenceSound'; const { ccclass, property } = _decorator; @@ -145,8 +145,10 @@ export class CumulativeBar extends Component { }, ) .call(async () => { - const fx = this._fxPool.get(ParticleSystem, this.node); - fx.node.setWorldPosition(star.worldPosition); + const fx = this._fxPool.get(ParticleSystem, GameManager.instance.topContainer); + const pos = star.getWorldPosition(); + pos.z = 10; + fx.node.setWorldPosition(pos); this._starPool.release(star); SoundManager.instance.playSfx(this._collectStartSoundFx); await Utilities.waitUntil(() => { @@ -234,7 +236,9 @@ export class CumulativeBar extends Component { } if (selectReward) { const fx = selectReward.pool.get(ParticleSystem, GameManager.instance.topContainer); - fx.node.setWorldPosition(this.node.worldPosition); + const pos = this.node.getWorldPosition(); + pos.z = 10; + fx.node.setWorldPosition(pos); SoundManager.instance.playSfx(selectReward.sound); await Utilities.waitUntil(() => fx.isStopped, 0.1); selectReward.pool.release(fx); diff --git a/assets/_Game/Scripts/Environments/ScoreObject.ts b/assets/_Game/Scripts/Environments/ScoreObject.ts index c4b102c..776ba43 100644 --- a/assets/_Game/Scripts/Environments/ScoreObject.ts +++ b/assets/_Game/Scripts/Environments/ScoreObject.ts @@ -1,6 +1,7 @@ import { _decorator, Animation, + AudioClip, CCInteger, Collider2D, Color, @@ -8,15 +9,14 @@ import { Contact2DType, Sprite, Vec3, - AudioClip, } from 'cc'; +import GameEvent from '../Events/GameEvent'; +import { EventManger } from '../Manager/EventManger'; import { GameManager } from '../Manager/GameManager'; +import { SoundManager } from '../Manager/SoundManager'; import IPoolable from '../Pool/IPoolable'; import ObjectPool from '../Pool/ObjectPool'; import Utilities from '../Utilities'; -import { EventManger } from '../Manager/EventManger'; -import GameEvent from '../Events/GameEvent'; -import { SoundManager } from '../Manager/SoundManager'; const { ccclass, property } = _decorator; @ccclass('ScoreObject') @@ -40,10 +40,12 @@ export class ScoreObject extends Component implements IPoolable { private _originColor: Color; private _isHit = false; + private _enabled: boolean = true; + protected onLoad(): void { this._collider.on(Contact2DType.BEGIN_CONTACT, this.onContactBegin, this); this._originColor = this._sprite.color.clone(); - this._collider.enabled = false; + this._enabled = false; } protected update(dt: number): void { @@ -66,9 +68,10 @@ export class ScoreObject extends Component implements IPoolable { } private async onContactBegin(selfCollider: Collider2D, otherCollider: Collider2D) { + if (!this._enabled) return; if (this._isHit) return; if (this._hitSound) SoundManager.instance.playSfx(this._hitSound); - this._collider.enabled = false; + this._enabled = false; // let center = this.node.getWorldPosition(); // let other = otherCollider.node.getWorldPosition(); // this._flyDirection = center.subtract(other); @@ -88,12 +91,12 @@ export class ScoreObject extends Component implements IPoolable { public async onGet() { this._animation.play(this._animation.clips[0].name); await Utilities.delay(this._animation.clips[0].duration); - this._collider.enabled = true; + this._enabled = true; } public onRelease() { this._isHit = false; - this._collider.enabled = false; + this._enabled = false; this.node.angle = 0; this.node.setScale(Vec3.ONE); this._sprite.color = this._originColor; diff --git a/assets/_Game/Scripts/Extension/Extension.ts b/assets/_Game/Scripts/Extension/Extension.ts index 371edfc..3032299 100644 --- a/assets/_Game/Scripts/Extension/Extension.ts +++ b/assets/_Game/Scripts/Extension/Extension.ts @@ -23,6 +23,9 @@ declare module 'cc' { setPositionX(x: number): void; setPositionY(y: number): void; setPositionZ(z: number): void; + setWorldPositionX(x: number): void; + setWorldPositionY(y: number): void; + setWorldPositionZ(z: number): void; translateX(x: number, ns?: NodeSpace): void; translateY(y: number, ns?: NodeSpace): void; translateZ(z: number, ns?: NodeSpace): void; @@ -87,6 +90,18 @@ Node.prototype.setPositionZ = function (z: number): void { this.position = new Vec3(this.position.x, this.position.y, z); }; +Node.prototype.setWorldPositionX = function (x: number): void { + this.worldPosition = new Vec3(x, this.worldPosition.y, this.worldPosition.z); +}; + +Node.prototype.setWorldPositionY = function (y: number): void { + this.worldPosition = new Vec3(this.worldPosition.x, y, this.worldPosition.z); +}; + +Node.prototype.setWorldPositionZ = function (z: number): void { + this.worldPosition = new Vec3(this.worldPosition.x, this.worldPosition.y, z); +}; + Node.prototype.translateX = function (x: number, ns?: NodeSpace): void { this.translate(new Vec3(x, 0), ns); }; diff --git a/assets/_Game/Scripts/GamePlay/Cannon.ts b/assets/_Game/Scripts/GamePlay/Cannon.ts index 47aded0..1f63b8a 100644 --- a/assets/_Game/Scripts/GamePlay/Cannon.ts +++ b/assets/_Game/Scripts/GamePlay/Cannon.ts @@ -1,5 +1,7 @@ import { _decorator, + Animation, + AudioClip, CCInteger, Collider2D, Component, @@ -7,17 +9,15 @@ import { EventHandler, tween, Vec2, - Animation, Vec3, - AudioClip, } from 'cc'; +import TimeConfig from '../Enum/TimeConfig'; +import { CameraController } from '../Environments/CameraController'; +import GameEvent from '../Events/GameEvent'; +import { EventManger } from '../Manager/EventManger'; +import { SoundManager } from '../Manager/SoundManager'; import Utilities from '../Utilities'; import { Ball } from './Ball'; -import TimeConfig from '../Enum/TimeConfig'; -import { EventManger } from '../Manager/EventManger'; -import GameEvent from '../Events/GameEvent'; -import { CameraController } from '../Environments/CameraController'; -import { SoundManager } from '../Manager/SoundManager'; const { ccclass, property } = _decorator; @ccclass('Cannon') @@ -35,21 +35,24 @@ export class Cannon extends Component { @property({ type: EventHandler, visible: true }) private onDone: EventHandler[] = []; + private _enabled: boolean = true; + protected onLoad(): void { this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this); EventManger.instance.on(GameEvent.BallOut, this.onBallOut, this); } private async onBeginContact(self: Collider2D, other: Collider2D) { + if (!this._enabled) return; const ball = other.getComponent(Ball); - this._collider.enabled = false; + this._enabled = false; if (ball) { - ball.setActiveRigi(false); + ball.clearRigiState(false); tween(ball.node).to(0.1, { worldPosition: this.node.worldPosition }).start(); await Utilities.delay(TimeConfig.DelayCannonFire); CameraController.instance.shake(0.2); this._animation.play(); - ball.setActiveRigi(true); + ball.clearRigiState(true); ball.throwBall(new Vec2(0, this._force)); SoundManager.instance.playSfx(this._soundFx); await Utilities.delay(TimeConfig.DelayCannonDone); @@ -60,7 +63,7 @@ export class Cannon extends Component { private onBallOut() { tween(this._collider.node) - .to(0.5, { scale: Vec3.ONE }, { easing: 'backOut', onComplete: () => (this._collider.enabled = true) }) + .to(0.5, { scale: Vec3.ONE }, { easing: 'backOut', onComplete: () => (this._enabled = true) }) .start(); } } diff --git a/assets/_Game/Scripts/GamePlay/Goal.ts b/assets/_Game/Scripts/GamePlay/Goal.ts index d4dc932..e212ec9 100644 --- a/assets/_Game/Scripts/GamePlay/Goal.ts +++ b/assets/_Game/Scripts/GamePlay/Goal.ts @@ -1,5 +1,6 @@ import { _decorator, + Animation, AudioClip, CCInteger, Collider2D, @@ -7,17 +8,16 @@ import { Contact2DType, ParticleSystem, Prefab, - Animation, } from 'cc'; -import { GameManager } from '../Manager/GameManager'; -import Utilities from '../Utilities'; -import ObjectPool from '../Pool/ObjectPool'; -import { Ball } from './Ball'; -import { SoundManager } from '../Manager/SoundManager'; -import { CameraController } from '../Environments/CameraController'; import TimeConfig from '../Enum/TimeConfig'; -import { EventManger } from '../Manager/EventManger'; +import { CameraController } from '../Environments/CameraController'; import GameEvent from '../Events/GameEvent'; +import { EventManger } from '../Manager/EventManger'; +import { GameManager } from '../Manager/GameManager'; +import { SoundManager } from '../Manager/SoundManager'; +import ObjectPool from '../Pool/ObjectPool'; +import Utilities from '../Utilities'; +import { Ball } from './Ball'; const { ccclass, property } = _decorator; @ccclass('Goal') @@ -42,8 +42,8 @@ export class Goal extends Component { const ball = otherCollider.getComponent(Ball); if (ball) { GameManager.instance.goal(this._score, ball.node.getWorldPosition()); - ball.setActiveRigi(false); - const fx = this._goalFxPool.get(ParticleSystem, this.node); + ball.clearRigiState(false); + const fx = this._goalFxPool.get(ParticleSystem, GameManager.instance.topContainer); const pos = ball.node.getWorldPosition(); pos.z = 10; fx.node.setWorldPosition(pos); diff --git a/assets/_Game/Scripts/GamePlay/MutilBall.ts b/assets/_Game/Scripts/GamePlay/MutilBall.ts index f38679f..6bec0e0 100644 --- a/assets/_Game/Scripts/GamePlay/MutilBall.ts +++ b/assets/_Game/Scripts/GamePlay/MutilBall.ts @@ -1,11 +1,11 @@ -import { _decorator, Collider2D, Component, Contact2DType, Vec2, Node, ParticleSystem, Prefab, AudioClip } from 'cc'; +import { _decorator, AudioClip, Collider2D, Component, Contact2DType, Node, ParticleSystem, Prefab, Vec2 } from 'cc'; +import TimeConfig from '../Enum/TimeConfig'; +import { CameraController } from '../Environments/CameraController'; import { GameManager } from '../Manager/GameManager'; +import { SoundManager } from '../Manager/SoundManager'; +import ObjectPool from '../Pool/ObjectPool'; import Utilities from '../Utilities'; import { Ball } from './Ball'; -import TimeConfig from '../Enum/TimeConfig'; -import ObjectPool from '../Pool/ObjectPool'; -import { CameraController } from '../Environments/CameraController'; -import { SoundManager } from '../Manager/SoundManager'; const { ccclass, property } = _decorator; @ccclass('MultiBall') @@ -26,6 +26,8 @@ export class MultiBall extends Component { private _trigged = false; private _fxPool: ObjectPool; + private _enabled: boolean = true; + protected onLoad(): void { this._fxPool = new ObjectPool(this._fx, 2, true); this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this); @@ -34,13 +36,17 @@ export class MultiBall extends Component { protected lateUpdate(dt: number): void { if (this._trigged) { CameraController.instance.shake(0.2); - this._originBall.setActiveRigi(true); const ball1 = this._originBall; + ball1.clearRigiState(false); const ball2 = GameManager.instance.spawnBall(false, false); + ball2.clearRigiState(false); + ball1.node.setWorldPosition(this._portRight.worldPosition); + ball1.clearRigiState(true); ball1.addForce(new Vec2(20, 0)); ball2.node.setWorldPosition(this._portLeft.worldPosition); + ball2.clearRigiState(true); ball2.addForce(new Vec2(-20, 0)); this._trigged = false; @@ -48,16 +54,18 @@ export class MultiBall extends Component { } private async onBeginContact(selfCollider: Collider2D, otherCollider: Collider2D) { + if (!this._enabled) return; if (this._trigged) return; - this._collider.enabled = false; + this._enabled = false; this._originBall = otherCollider.getComponent(Ball); - this._originBall.setActiveRigi(false); this._trigged = true; - const fx = this._fxPool.get(ParticleSystem, this.node); - fx.node.setWorldPosition(this.node.worldPosition); + const fx = this._fxPool.get(ParticleSystem, GameManager.instance.topContainer); + const pos = this.node.getWorldPosition(); + pos.z = 10; + fx.node.setWorldPosition(pos); SoundManager.instance.playSfx(this._soundFX); await Utilities.delay(TimeConfig.DelayMultiBall); - this._collider.enabled = true; + this._enabled = true; await Utilities.waitUntil(() => fx.isStopped); this._fxPool.release(fx); } diff --git a/assets/_Game/Scripts/Gameplay/Ball.ts b/assets/_Game/Scripts/Gameplay/Ball.ts index fefd691..6690154 100644 --- a/assets/_Game/Scripts/Gameplay/Ball.ts +++ b/assets/_Game/Scripts/Gameplay/Ball.ts @@ -1,35 +1,34 @@ import { _decorator, + Animation, AudioClip, CCFloat, + CircleCollider2D, Collider2D, Component, Contact2DType, Director, director, - EventTarget, - IPhysics2DContact, - RigidBody2D, - Vec2, + ERigidBody2DType, geometry, + IPhysics2DContact, math, - Vec3, + Node, ParticleSystem, Prefab, - CircleCollider2D, - Animation, + RigidBody2D, Sprite, - Node, - SpriteFrame, + Vec2, + Vec3, } from 'cc'; -import IPoolable from '../Pool/IPoolable'; -import { SoundManager } from '../Manager/SoundManager'; import PhysicsGroup from '../Enum/PhysicGroup'; +import { SequenceSound } from '../Environments/SequenceSound'; +import GameEvent from '../Events/GameEvent'; +import { EventManger } from '../Manager/EventManger'; +import { SoundManager } from '../Manager/SoundManager'; +import IPoolable from '../Pool/IPoolable'; import ObjectPool from '../Pool/ObjectPool'; import Utilities from '../Utilities'; -import { EventManger } from '../Manager/EventManger'; -import GameEvent from '../Events/GameEvent'; -import { SequenceSound } from '../Environments/SequenceSound'; const { ccclass, property } = _decorator; @ccclass('Ball') @@ -226,18 +225,16 @@ export class Ball extends Component implements IPoolable { this._buffParticle.play(); } - public setActiveRigi(value: boolean) { - // this._rigidBody.enabled = value; - if (!value) { - this._rigidBody.linearVelocity = Vec2.ZERO.clone(); - this._rigidBody.angularVelocity = 0; - } + public clearRigiState(active: boolean) { + this._rigidBody.type = active ? ERigidBody2DType.Dynamic : ERigidBody2DType.Kinematic; + this._rigidBody.linearVelocity = Vec2.ZERO.clone(); + this._rigidBody.angularVelocity = 0; } onGet() { + this.clearRigiState(true); this._isJumping = false; this._isHit = false; - this._rigidBody.enabled = true; this._parent = this.node.getParent(); this._fireParticle.rateOverDistance.constant = 0; this._fireParticle.rateOverTime.constant = 0; diff --git a/settings/v2/packages/engine.json b/settings/v2/packages/engine.json index 8589c55..b2701eb 100644 --- a/settings/v2/packages/engine.json +++ b/settings/v2/packages/engine.json @@ -107,7 +107,7 @@ "_value": false }, "tiled-map": { - "_value": true + "_value": false }, "spine": { "_value": false @@ -118,6 +118,9 @@ "marionette": { "_value": false }, + "procedural-animation": { + "_value": false + }, "custom-pipeline": { "_value": false } @@ -135,7 +138,6 @@ "particle-2d", "physics-2d-box2d", "profiler", - "tiled-map", "tween", "ui", "websocket"