From e32a66cfc9930db3f7e4da673828cf581b4771b3 Mon Sep 17 00:00:00 2001 From: panw Date: Wed, 22 Oct 2025 17:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E4=BA=86=20=E4=B8=80?= =?UTF-8?q?=E4=BA=9Bbuff=20=E6=8A=80=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resources/game/heros/ha1.prefab | 501 ++-------- assets/resources/game/heros/ha2.prefab | 461 ++-------- assets/resources/game/heros/ha3.prefab | 461 ++-------- assets/resources/game/heros/hc1.prefab | 461 ++-------- assets/resources/game/heros/hk1.prefab | 461 ++-------- assets/resources/game/heros/hmf1.prefab | 461 ++-------- assets/resources/game/heros/hmh1.prefab | 533 +++++------ assets/resources/game/heros/mo1.prefab | 529 ++++------- assets/resources/game/heros/mo3.prefab | 529 ++++------- assets/resources/game/heros/top.prefab | 559 +++++++++++- assets/resources/gui/anim/bshero.anim | 258 ------ assets/resources/gui/anim/bshero.anim.meta | 13 - assets/resources/gui/anim/carsup.anim | 405 --------- assets/resources/gui/anim/carsup.anim.meta | 13 - assets/resources/gui/anim/endFight.anim | 562 ------------ assets/resources/gui/anim/endFight.anim.meta | 13 - assets/resources/gui/anim/flash.anim | 457 ---------- assets/resources/gui/anim/flash.anim.meta | 13 - assets/resources/gui/anim/flash2.anim | 303 ------- assets/resources/gui/anim/flash2.anim.meta | 13 - assets/resources/gui/anim/getbsn.anim | 342 ------- assets/resources/gui/anim/getbsn.anim.meta | 13 - assets/resources/gui/anim/hartanm.anim | 303 ------- assets/resources/gui/anim/hartanm.anim.meta | 13 - assets/resources/gui/anim/in_fight.anim | 853 ------------------ assets/resources/gui/anim/in_fight.anim.meta | 13 - assets/resources/gui/anim/luckcard.anim | 258 ------ assets/resources/gui/anim/luckcard.anim.meta | 13 - assets/resources/gui/anim/luckcardend.anim | 235 ----- .../resources/gui/anim/luckcardend.anim.meta | 13 - assets/resources/gui/anim/lucky.anim | 214 ----- assets/resources/gui/anim/lucky.anim.meta | 13 - assets/resources/gui/anim/luckyopen.anim | 242 ----- assets/resources/gui/anim/luckyopen.anim.meta | 13 - assets/resources/gui/anim/skanim.anim | 258 ------ assets/resources/gui/anim/skanim.anim.meta | 13 - assets/resources/gui/anim/star.anim | 499 ---------- assets/resources/gui/anim/star.anim.meta | 13 - assets/resources/gui/anim/stars.anim | 240 ----- assets/resources/gui/anim/stars.anim.meta | 13 - assets/resources/gui/anim/startFight.anim | 562 ------------ .../resources/gui/anim/startFight.anim.meta | 13 - assets/resources/gui/anim/tip.anim | 113 --- assets/resources/gui/anim/tip.anim.meta | 13 - assets/resources/gui/anim/uibs.anim | 258 ------ assets/resources/gui/anim/uibs.anim.meta | 13 - assets/resources/gui/anim/vipbs.anim | 258 ------ assets/resources/gui/anim/vipbs.anim.meta | 13 - assets/resources/gui/font.meta | 9 - .../gui/font/Kenney Future Narrow.ttf | Bin 34180 -> 0 bytes .../gui/font/Kenney Future Narrow.ttf.meta | 12 - assets/resources/gui/font/Kenney Future.ttf | Bin 34160 -> 0 bytes .../resources/gui/font/Kenney Future.ttf.meta | 12 - assets/script/game/hero/BuffComp.ts | 30 +- assets/script/game/hero/HeroViewComp.ts | 11 +- assets/script/game/hero/SkillConComp.ts | 1 - assets/script/game/skills/Tooltip.ts | 2 +- 57 files changed, 1737 insertions(+), 10163 deletions(-) delete mode 100644 assets/resources/gui/anim/bshero.anim delete mode 100644 assets/resources/gui/anim/bshero.anim.meta delete mode 100644 assets/resources/gui/anim/carsup.anim delete mode 100644 assets/resources/gui/anim/carsup.anim.meta delete mode 100644 assets/resources/gui/anim/endFight.anim delete mode 100644 assets/resources/gui/anim/endFight.anim.meta delete mode 100644 assets/resources/gui/anim/flash.anim delete mode 100644 assets/resources/gui/anim/flash.anim.meta delete mode 100644 assets/resources/gui/anim/flash2.anim delete mode 100644 assets/resources/gui/anim/flash2.anim.meta delete mode 100644 assets/resources/gui/anim/getbsn.anim delete mode 100644 assets/resources/gui/anim/getbsn.anim.meta delete mode 100644 assets/resources/gui/anim/hartanm.anim delete mode 100644 assets/resources/gui/anim/hartanm.anim.meta delete mode 100644 assets/resources/gui/anim/in_fight.anim delete mode 100644 assets/resources/gui/anim/in_fight.anim.meta delete mode 100644 assets/resources/gui/anim/luckcard.anim delete mode 100644 assets/resources/gui/anim/luckcard.anim.meta delete mode 100644 assets/resources/gui/anim/luckcardend.anim delete mode 100644 assets/resources/gui/anim/luckcardend.anim.meta delete mode 100644 assets/resources/gui/anim/lucky.anim delete mode 100644 assets/resources/gui/anim/lucky.anim.meta delete mode 100644 assets/resources/gui/anim/luckyopen.anim delete mode 100644 assets/resources/gui/anim/luckyopen.anim.meta delete mode 100644 assets/resources/gui/anim/skanim.anim delete mode 100644 assets/resources/gui/anim/skanim.anim.meta delete mode 100644 assets/resources/gui/anim/star.anim delete mode 100644 assets/resources/gui/anim/star.anim.meta delete mode 100644 assets/resources/gui/anim/stars.anim delete mode 100644 assets/resources/gui/anim/stars.anim.meta delete mode 100644 assets/resources/gui/anim/startFight.anim delete mode 100644 assets/resources/gui/anim/startFight.anim.meta delete mode 100644 assets/resources/gui/anim/tip.anim delete mode 100644 assets/resources/gui/anim/tip.anim.meta delete mode 100644 assets/resources/gui/anim/uibs.anim delete mode 100644 assets/resources/gui/anim/uibs.anim.meta delete mode 100644 assets/resources/gui/anim/vipbs.anim delete mode 100644 assets/resources/gui/anim/vipbs.anim.meta delete mode 100644 assets/resources/gui/font.meta delete mode 100644 assets/resources/gui/font/Kenney Future Narrow.ttf delete mode 100644 assets/resources/gui/font/Kenney Future Narrow.ttf.meta delete mode 100644 assets/resources/gui/font/Kenney Future.ttf delete mode 100644 assets/resources/gui/font/Kenney Future.ttf.meta diff --git a/assets/resources/game/heros/ha1.prefab b/assets/resources/game/heros/ha1.prefab index 9945f2f4..1def5336 100644 --- a/assets/resources/game/heros/ha1.prefab +++ b/assets/resources/game/heros/ha1.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 31 + "__id__": 35 }, { - "__id__": 43 - }, - { - "__id__": 54 - }, - { - "__id__": 63 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 72 + "__id__": 53 }, { - "__id__": 74 + "__id__": 55 }, { - "__id__": 76 + "__id__": 57 }, { - "__id__": 78 + "__id__": 59 }, { - "__id__": 80 + "__id__": 61 }, { - "__id__": 82 + "__id__": 63 }, { - "__id__": 84 + "__id__": 65 }, { - "__id__": 86 + "__id__": 67 } ], "_prefab": { - "__id__": 88 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,304 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - }, - { - "__id__": 17 - }, - { - "__id__": 19 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 18 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "98mW/0/oNDp5rxRhAHo7jc", - "d9+1SmE5VA0p7BpyF8Wbya" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 20 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "66A81ADh9Cc5LH5V+QyoY/", - "76SnZzdG9Es5pIgepl1NEF" - ] - }, { "__type__": "cc.Node", "_name": "anm", @@ -409,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 22 + "__id__": 3 }, { - "__id__": 24 + "__id__": 5 }, { - "__id__": 26 + "__id__": 7 }, { - "__id__": 28 + "__id__": 9 } ], "_prefab": { - "__id__": 30 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -459,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 21 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -487,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 21 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 6 }, "_id": "" }, @@ -505,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 21 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 27 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -550,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 21 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 29 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -617,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 32 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 31 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -632,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 33 + "__id__": 14 }, "targetOverrides": null }, @@ -646,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 34 + "__id__": 15 }, { - "__id__": 36 + "__id__": 17 }, { - "__id__": 37 + "__id__": 18 }, { - "__id__": 38 + "__id__": 19 }, { - "__id__": 39 + "__id__": 20 }, { - "__id__": 40 + "__id__": 21 }, { - "__id__": 42 + "__id__": 23 } ], "removedComponents": [] @@ -672,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_name" @@ -688,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -703,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -719,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -734,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_active" @@ -744,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 41 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -764,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -783,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 44 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 43 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -798,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 45 + "__id__": 26 }, "targetOverrides": null }, @@ -812,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 46 + "__id__": 27 }, { - "__id__": 48 + "__id__": 29 }, { - "__id__": 49 + "__id__": 30 }, { - "__id__": 50 + "__id__": 31 }, { - "__id__": 51 + "__id__": 32 }, { - "__id__": 53 + "__id__": 34 } ], "removedComponents": [] @@ -835,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 28 }, "propertyPath": [ "_name" @@ -851,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -866,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -882,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -897,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 52 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -918,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -937,14 +633,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 55 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 54 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -952,7 +648,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 56 + "__id__": 37 }, "targetOverrides": null }, @@ -966,19 +662,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 57 + "__id__": 38 }, { - "__id__": 59 + "__id__": 40 }, { - "__id__": 60 + "__id__": 41 }, { - "__id__": 61 + "__id__": 42 }, { - "__id__": 62 + "__id__": 43 } ], "removedComponents": [] @@ -986,7 +682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 58 + "__id__": 39 }, "propertyPath": [ "_name" @@ -1002,7 +698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 58 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -1017,7 +713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 58 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -1033,7 +729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 58 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1048,7 +744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 58 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1062,14 +758,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 64 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 63 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1077,7 +773,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 65 + "__id__": 46 }, "targetOverrides": null }, @@ -1091,19 +787,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 66 + "__id__": 47 }, { - "__id__": 68 + "__id__": 49 }, { - "__id__": 69 + "__id__": 50 }, { - "__id__": 70 + "__id__": 51 }, { - "__id__": 71 + "__id__": 52 } ], "removedComponents": [] @@ -1111,7 +807,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 67 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1127,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 67 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1142,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 67 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1158,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 67 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1173,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 67 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1190,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1218,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 56 }, "anm": { - "__id__": 24 + "__id__": 5 }, "_id": "" }, @@ -1239,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 58 }, "_id": "" }, @@ -1257,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 60 }, "_id": "" }, @@ -1275,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1309,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1343,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 85 + "__id__": 66 }, "_id": "" }, @@ -1361,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 87 + "__id__": 68 }, "_id": "" }, @@ -1382,19 +1078,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 63 + "__id__": 44 }, { - "__id__": 54 + "__id__": 35 }, { - "__id__": 43 + "__id__": 24 }, { - "__id__": 31 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/ha2.prefab b/assets/resources/game/heros/ha2.prefab index 78909bc5..63e1fc75 100644 --- a/assets/resources/game/heros/ha2.prefab +++ b/assets/resources/game/heros/ha2.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 27 + "__id__": 35 }, { - "__id__": 39 - }, - { - "__id__": 50 - }, - { - "__id__": 59 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 53 }, { - "__id__": 70 + "__id__": 55 }, { - "__id__": 72 + "__id__": 57 }, { - "__id__": 74 + "__id__": 59 }, { - "__id__": 76 + "__id__": 61 }, { - "__id__": 78 + "__id__": 63 }, { - "__id__": 80 + "__id__": 65 }, { - "__id__": 82 + "__id__": 67 } ], "_prefab": { - "__id__": 84 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,264 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -369,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 3 }, { - "__id__": 20 + "__id__": 5 }, { - "__id__": 22 + "__id__": 7 }, { - "__id__": 24 + "__id__": 9 } ], "_prefab": { - "__id__": 26 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -419,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -447,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 6 }, "_id": "" }, @@ -465,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -510,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -577,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 28 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -592,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 29 + "__id__": 14 }, "targetOverrides": null }, @@ -606,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 30 + "__id__": 15 }, { - "__id__": 32 + "__id__": 17 }, { - "__id__": 33 + "__id__": 18 }, { - "__id__": 34 + "__id__": 19 }, { - "__id__": 35 + "__id__": 20 }, { - "__id__": 36 + "__id__": 21 }, { - "__id__": 38 + "__id__": 23 } ], "removedComponents": [] @@ -632,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_name" @@ -648,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -663,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -679,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -694,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_active" @@ -704,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -724,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -743,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 40 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 39 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -758,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 41 + "__id__": 26 }, "targetOverrides": null }, @@ -772,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 42 + "__id__": 27 }, { - "__id__": 44 + "__id__": 29 }, { - "__id__": 45 + "__id__": 30 }, { - "__id__": 46 + "__id__": 31 }, { - "__id__": 47 + "__id__": 32 }, { - "__id__": 49 + "__id__": 34 } ], "removedComponents": [] @@ -795,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_name" @@ -811,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -826,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -842,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -857,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 48 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -878,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -897,14 +633,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 51 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -912,7 +648,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 52 + "__id__": 37 }, "targetOverrides": null }, @@ -926,19 +662,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 53 + "__id__": 38 }, { - "__id__": 55 + "__id__": 40 }, { - "__id__": 56 + "__id__": 41 }, { - "__id__": 57 + "__id__": 42 }, { - "__id__": 58 + "__id__": 43 } ], "removedComponents": [] @@ -946,7 +682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_name" @@ -962,7 +698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -977,7 +713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -993,7 +729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1008,7 +744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1022,14 +758,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 60 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 59 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1037,7 +773,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 61 + "__id__": 46 }, "targetOverrides": null }, @@ -1051,19 +787,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 62 + "__id__": 47 }, { - "__id__": 64 + "__id__": 49 }, { - "__id__": 65 + "__id__": 50 }, { - "__id__": 66 + "__id__": 51 }, { - "__id__": 67 + "__id__": 52 } ], "removedComponents": [] @@ -1071,7 +807,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1087,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1102,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1118,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1133,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1150,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1178,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 56 }, "anm": { - "__id__": 20 + "__id__": 5 }, "_id": "" }, @@ -1199,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 58 }, "_id": "" }, @@ -1217,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 60 }, "_id": "" }, @@ -1235,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1269,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1303,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 66 }, "_id": "" }, @@ -1321,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 68 }, "_id": "" }, @@ -1342,19 +1078,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 59 + "__id__": 44 }, { - "__id__": 50 + "__id__": 35 }, { - "__id__": 39 + "__id__": 24 }, { - "__id__": 27 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/ha3.prefab b/assets/resources/game/heros/ha3.prefab index 79f4dee2..ff099200 100644 --- a/assets/resources/game/heros/ha3.prefab +++ b/assets/resources/game/heros/ha3.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 27 + "__id__": 35 }, { - "__id__": 39 - }, - { - "__id__": 50 - }, - { - "__id__": 59 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 53 }, { - "__id__": 70 + "__id__": 55 }, { - "__id__": 72 + "__id__": 57 }, { - "__id__": 74 + "__id__": 59 }, { - "__id__": 76 + "__id__": 61 }, { - "__id__": 78 + "__id__": 63 }, { - "__id__": 80 + "__id__": 65 }, { - "__id__": 82 + "__id__": 67 } ], "_prefab": { - "__id__": 84 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,264 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -369,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 3 }, { - "__id__": 20 + "__id__": 5 }, { - "__id__": 22 + "__id__": 7 }, { - "__id__": 24 + "__id__": 9 } ], "_prefab": { - "__id__": 26 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -419,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -447,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 6 }, "_id": "" }, @@ -465,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -510,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -577,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 28 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -592,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 29 + "__id__": 14 }, "targetOverrides": null }, @@ -606,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 30 + "__id__": 15 }, { - "__id__": 32 + "__id__": 17 }, { - "__id__": 33 + "__id__": 18 }, { - "__id__": 34 + "__id__": 19 }, { - "__id__": 35 + "__id__": 20 }, { - "__id__": 36 + "__id__": 21 }, { - "__id__": 38 + "__id__": 23 } ], "removedComponents": [] @@ -632,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_name" @@ -648,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -663,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -679,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -694,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_active" @@ -704,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -724,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -743,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 40 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 39 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -758,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 41 + "__id__": 26 }, "targetOverrides": null }, @@ -772,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 42 + "__id__": 27 }, { - "__id__": 44 + "__id__": 29 }, { - "__id__": 45 + "__id__": 30 }, { - "__id__": 46 + "__id__": 31 }, { - "__id__": 47 + "__id__": 32 }, { - "__id__": 49 + "__id__": 34 } ], "removedComponents": [] @@ -795,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_name" @@ -811,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -826,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -842,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -857,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 48 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -878,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -897,14 +633,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 51 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -912,7 +648,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 52 + "__id__": 37 }, "targetOverrides": null }, @@ -926,19 +662,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 53 + "__id__": 38 }, { - "__id__": 55 + "__id__": 40 }, { - "__id__": 56 + "__id__": 41 }, { - "__id__": 57 + "__id__": 42 }, { - "__id__": 58 + "__id__": 43 } ], "removedComponents": [] @@ -946,7 +682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_name" @@ -962,7 +698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -977,7 +713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -993,7 +729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1008,7 +744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1022,14 +758,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 60 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 59 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1037,7 +773,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 61 + "__id__": 46 }, "targetOverrides": null }, @@ -1051,19 +787,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 62 + "__id__": 47 }, { - "__id__": 64 + "__id__": 49 }, { - "__id__": 65 + "__id__": 50 }, { - "__id__": 66 + "__id__": 51 }, { - "__id__": 67 + "__id__": 52 } ], "removedComponents": [] @@ -1071,7 +807,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1087,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1102,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1118,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1133,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1150,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1178,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 56 }, "anm": { - "__id__": 20 + "__id__": 5 }, "_id": "" }, @@ -1199,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 58 }, "_id": "" }, @@ -1217,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 60 }, "_id": "" }, @@ -1235,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1269,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1303,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 66 }, "_id": "" }, @@ -1321,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 68 }, "_id": "" }, @@ -1342,19 +1078,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 59 + "__id__": 44 }, { - "__id__": 50 + "__id__": 35 }, { - "__id__": 39 + "__id__": 24 }, { - "__id__": 27 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/hc1.prefab b/assets/resources/game/heros/hc1.prefab index 92e1c229..94f918dc 100644 --- a/assets/resources/game/heros/hc1.prefab +++ b/assets/resources/game/heros/hc1.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 27 + "__id__": 35 }, { - "__id__": 39 - }, - { - "__id__": 50 - }, - { - "__id__": 59 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 53 }, { - "__id__": 70 + "__id__": 55 }, { - "__id__": 72 + "__id__": 57 }, { - "__id__": 74 + "__id__": 59 }, { - "__id__": 76 + "__id__": 61 }, { - "__id__": 78 + "__id__": 63 }, { - "__id__": 80 + "__id__": 65 }, { - "__id__": 82 + "__id__": 67 } ], "_prefab": { - "__id__": 84 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,264 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -369,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 3 }, { - "__id__": 20 + "__id__": 5 }, { - "__id__": 22 + "__id__": 7 }, { - "__id__": 24 + "__id__": 9 } ], "_prefab": { - "__id__": 26 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -419,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -447,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 6 }, "_id": "" }, @@ -465,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -510,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -577,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 28 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -592,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 29 + "__id__": 14 }, "targetOverrides": null }, @@ -606,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 30 + "__id__": 15 }, { - "__id__": 32 + "__id__": 17 }, { - "__id__": 33 + "__id__": 18 }, { - "__id__": 34 + "__id__": 19 }, { - "__id__": 35 + "__id__": 20 }, { - "__id__": 36 + "__id__": 21 }, { - "__id__": 38 + "__id__": 23 } ], "removedComponents": [] @@ -632,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_name" @@ -648,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -663,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -679,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -694,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_active" @@ -704,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -724,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -743,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 40 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 39 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -758,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 41 + "__id__": 26 }, "targetOverrides": null }, @@ -772,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 42 + "__id__": 27 }, { - "__id__": 44 + "__id__": 29 }, { - "__id__": 45 + "__id__": 30 }, { - "__id__": 46 + "__id__": 31 }, { - "__id__": 47 + "__id__": 32 }, { - "__id__": 49 + "__id__": 34 } ], "removedComponents": [] @@ -795,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_name" @@ -811,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -826,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -842,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -857,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 48 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -878,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -897,14 +633,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 51 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -912,7 +648,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 52 + "__id__": 37 }, "targetOverrides": null }, @@ -926,19 +662,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 53 + "__id__": 38 }, { - "__id__": 55 + "__id__": 40 }, { - "__id__": 56 + "__id__": 41 }, { - "__id__": 57 + "__id__": 42 }, { - "__id__": 58 + "__id__": 43 } ], "removedComponents": [] @@ -946,7 +682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_name" @@ -962,7 +698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -977,7 +713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -993,7 +729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1008,7 +744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1022,14 +758,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 60 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 59 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1037,7 +773,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 61 + "__id__": 46 }, "targetOverrides": null }, @@ -1051,19 +787,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 62 + "__id__": 47 }, { - "__id__": 64 + "__id__": 49 }, { - "__id__": 65 + "__id__": 50 }, { - "__id__": 66 + "__id__": 51 }, { - "__id__": 67 + "__id__": 52 } ], "removedComponents": [] @@ -1071,7 +807,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1087,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1102,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1118,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1133,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1150,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1178,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 56 }, "anm": { - "__id__": 20 + "__id__": 5 }, "_id": "" }, @@ -1199,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 58 }, "_id": "" }, @@ -1217,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 60 }, "_id": "" }, @@ -1235,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1269,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1303,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 66 }, "_id": "" }, @@ -1321,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 68 }, "_id": "" }, @@ -1342,19 +1078,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 59 + "__id__": 44 }, { - "__id__": 50 + "__id__": 35 }, { - "__id__": 39 + "__id__": 24 }, { - "__id__": 27 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/hk1.prefab b/assets/resources/game/heros/hk1.prefab index 501f337e..427ffe86 100644 --- a/assets/resources/game/heros/hk1.prefab +++ b/assets/resources/game/heros/hk1.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 27 + "__id__": 35 }, { - "__id__": 39 - }, - { - "__id__": 50 - }, - { - "__id__": 59 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 53 }, { - "__id__": 70 + "__id__": 55 }, { - "__id__": 72 + "__id__": 57 }, { - "__id__": 74 + "__id__": 59 }, { - "__id__": 76 + "__id__": 61 }, { - "__id__": 78 + "__id__": 63 }, { - "__id__": 80 + "__id__": 65 }, { - "__id__": 82 + "__id__": 67 } ], "_prefab": { - "__id__": 84 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,264 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -369,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 3 }, { - "__id__": 20 + "__id__": 5 }, { - "__id__": 22 + "__id__": 7 }, { - "__id__": 24 + "__id__": 9 } ], "_prefab": { - "__id__": 26 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -419,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -447,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 6 }, "_id": "" }, @@ -465,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -510,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -574,14 +310,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 28 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -589,7 +325,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 29 + "__id__": 14 }, "targetOverrides": null }, @@ -603,25 +339,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 30 + "__id__": 15 }, { - "__id__": 32 + "__id__": 17 }, { - "__id__": 33 + "__id__": 18 }, { - "__id__": 34 + "__id__": 19 }, { - "__id__": 35 + "__id__": 20 }, { - "__id__": 36 + "__id__": 21 }, { - "__id__": 38 + "__id__": 23 } ], "removedComponents": [] @@ -629,7 +365,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_name" @@ -645,7 +381,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -660,7 +396,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -676,7 +412,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -691,7 +427,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_active" @@ -701,7 +437,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -721,7 +457,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -740,14 +476,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 40 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 39 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -755,7 +491,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 41 + "__id__": 26 }, "targetOverrides": null }, @@ -769,22 +505,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 42 + "__id__": 27 }, { - "__id__": 44 + "__id__": 29 }, { - "__id__": 45 + "__id__": 30 }, { - "__id__": 46 + "__id__": 31 }, { - "__id__": 47 + "__id__": 32 }, { - "__id__": 49 + "__id__": 34 } ], "removedComponents": [] @@ -792,7 +528,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_name" @@ -808,7 +544,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -823,7 +559,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -839,7 +575,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -854,7 +590,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 48 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -875,7 +611,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -894,14 +630,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 51 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -909,7 +645,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 52 + "__id__": 37 }, "targetOverrides": null }, @@ -923,19 +659,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 53 + "__id__": 38 }, { - "__id__": 55 + "__id__": 40 }, { - "__id__": 56 + "__id__": 41 }, { - "__id__": 57 + "__id__": 42 }, { - "__id__": 58 + "__id__": 43 } ], "removedComponents": [] @@ -943,7 +679,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_name" @@ -959,7 +695,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -974,7 +710,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -990,7 +726,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1005,7 +741,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1019,14 +755,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 60 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 59 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1034,7 +770,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 61 + "__id__": 46 }, "targetOverrides": null }, @@ -1048,19 +784,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 62 + "__id__": 47 }, { - "__id__": 64 + "__id__": 49 }, { - "__id__": 65 + "__id__": 50 }, { - "__id__": 66 + "__id__": 51 }, { - "__id__": 67 + "__id__": 52 } ], "removedComponents": [] @@ -1068,7 +804,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1084,7 +820,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1099,7 +835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1115,7 +851,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1130,7 +866,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1147,7 +883,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1175,10 +911,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 56 }, "anm": { - "__id__": 20 + "__id__": 5 }, "_id": "" }, @@ -1196,7 +932,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 58 }, "_id": "" }, @@ -1214,7 +950,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 60 }, "_id": "" }, @@ -1232,7 +968,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1266,7 +1002,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1300,7 +1036,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 66 }, "_id": "" }, @@ -1318,7 +1054,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 68 }, "_id": "" }, @@ -1339,19 +1075,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 59 + "__id__": 44 }, { - "__id__": 50 + "__id__": 35 }, { - "__id__": 39 + "__id__": 24 }, { - "__id__": 27 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/hmf1.prefab b/assets/resources/game/heros/hmf1.prefab index 1e0e8747..b729fd7a 100644 --- a/assets/resources/game/heros/hmf1.prefab +++ b/assets/resources/game/heros/hmf1.prefab @@ -22,53 +22,47 @@ "__id__": 2 }, { - "__id__": 8 + "__id__": 12 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 27 + "__id__": 35 }, { - "__id__": 39 - }, - { - "__id__": 50 - }, - { - "__id__": 59 + "__id__": 44 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 53 }, { - "__id__": 70 + "__id__": 55 }, { - "__id__": 72 + "__id__": 57 }, { - "__id__": 74 + "__id__": 59 }, { - "__id__": 76 + "__id__": 61 }, { - "__id__": 78 + "__id__": 63 }, { - "__id__": 80 + "__id__": 65 }, { - "__id__": 82 + "__id__": 67 } ], "_prefab": { - "__id__": 84 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -99,264 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_name": "shadow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 3 - }, - { - "__id__": 5 - } - ], - "_prefab": { - "__id__": 7 - }, - "_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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 4 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 48, - "height": 10 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82GSLcinVCqaS7uVF37Wf+" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 6 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 190 - }, - "_spriteFrame": null, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "aaU0iR7UpE3581O1inr1Ez" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6bEPue7hpNNp7HIe1zQLgz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 9 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 8 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 10 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 11 - }, - { - "__id__": 13 - }, - { - "__id__": 14 - }, - { - "__id__": 15 - }, - { - "__id__": 16 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 12 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -369,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 3 }, { - "__id__": 20 + "__id__": 5 }, { - "__id__": 22 + "__id__": 7 }, { - "__id__": 24 + "__id__": 9 } ], "_prefab": { - "__id__": 26 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -419,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -447,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 6 }, "_id": "" }, @@ -465,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 23 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -510,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 25 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -577,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 28 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -592,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 29 + "__id__": 14 }, "targetOverrides": null }, @@ -606,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 30 + "__id__": 15 }, { - "__id__": 32 + "__id__": 17 }, { - "__id__": 33 + "__id__": 18 }, { - "__id__": 34 + "__id__": 19 }, { - "__id__": 35 + "__id__": 20 }, { - "__id__": 36 + "__id__": 21 }, { - "__id__": 38 + "__id__": 23 } ], "removedComponents": [] @@ -632,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_name" @@ -648,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -663,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -679,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -694,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_active" @@ -704,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -724,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -743,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 40 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 39 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -758,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 41 + "__id__": 26 }, "targetOverrides": null }, @@ -772,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 42 + "__id__": 27 }, { - "__id__": 44 + "__id__": 29 }, { - "__id__": 45 + "__id__": 30 }, { - "__id__": 46 + "__id__": 31 }, { - "__id__": 47 + "__id__": 32 }, { - "__id__": 49 + "__id__": 34 } ], "removedComponents": [] @@ -795,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_name" @@ -811,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -826,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -842,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -857,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 48 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -878,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -897,14 +633,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 51 + "__id__": 36 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 50 + "__id__": 35 }, "asset": { "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", @@ -912,7 +648,7 @@ }, "fileId": "0d6ZXmA5dHkZxoGONDL2sE", "instance": { - "__id__": 52 + "__id__": 37 }, "targetOverrides": null }, @@ -926,19 +662,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 53 + "__id__": 38 }, { - "__id__": 55 + "__id__": 40 }, { - "__id__": 56 + "__id__": 41 }, { - "__id__": 57 + "__id__": 42 }, { - "__id__": 58 + "__id__": 43 } ], "removedComponents": [] @@ -946,7 +682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_name" @@ -962,7 +698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lpos" @@ -977,7 +713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_lrot" @@ -993,7 +729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_euler" @@ -1008,7 +744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 54 + "__id__": 39 }, "propertyPath": [ "_active" @@ -1022,14 +758,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 60 + "__id__": 45 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 59 + "__id__": 44 }, "asset": { "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", @@ -1037,7 +773,7 @@ }, "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { - "__id__": 61 + "__id__": 46 }, "targetOverrides": null }, @@ -1051,19 +787,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 62 + "__id__": 47 }, { - "__id__": 64 + "__id__": 49 }, { - "__id__": 65 + "__id__": 50 }, { - "__id__": 66 + "__id__": 51 }, { - "__id__": 67 + "__id__": 52 } ], "removedComponents": [] @@ -1071,7 +807,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_name" @@ -1087,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -1102,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -1118,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -1133,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 63 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1150,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1178,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 56 }, "anm": { - "__id__": 20 + "__id__": 5 }, "_id": "" }, @@ -1199,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 58 }, "_id": "" }, @@ -1217,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 60 }, "_id": "" }, @@ -1235,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1269,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1303,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 66 }, "_id": "" }, @@ -1321,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 68 }, "_id": "" }, @@ -1342,19 +1078,16 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 59 + "__id__": 44 }, { - "__id__": 50 + "__id__": 35 }, { - "__id__": 39 + "__id__": 24 }, { - "__id__": 27 - }, - { - "__id__": 8 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/hmh1.prefab b/assets/resources/game/heros/hmh1.prefab index df6fc586..3063e374 100644 --- a/assets/resources/game/heros/hmh1.prefab +++ b/assets/resources/game/heros/hmh1.prefab @@ -22,50 +22,47 @@ "__id__": 2 }, { - "__id__": 11 + "__id__": 12 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 33 + "__id__": 35 }, { "__id__": 44 - }, - { - "__id__": 53 } ], "_active": true, "_components": [ { - "__id__": 62 + "__id__": 53 }, { - "__id__": 64 + "__id__": 55 }, { - "__id__": 66 + "__id__": 57 }, { - "__id__": 68 + "__id__": 59 }, { - "__id__": 70 + "__id__": 61 }, { - "__id__": 72 + "__id__": 63 }, { - "__id__": 74 + "__id__": 65 }, { - "__id__": 76 + "__id__": 67 } ], "_prefab": { - "__id__": 78 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -96,131 +93,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 3 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 2 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 4 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "e2pEwe/wJPEp3j+VexsgH9", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 8 - }, - { - "__id__": 9 - }, - { - "__id__": 10 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, { "__type__": "cc.Node", "_name": "anm", @@ -233,20 +105,20 @@ "_active": true, "_components": [ { - "__id__": 12 + "__id__": 3 }, { - "__id__": 14 + "__id__": 5 }, { - "__id__": 16 + "__id__": 7 }, { - "__id__": 18 + "__id__": 9 } ], "_prefab": { - "__id__": 20 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -283,11 +155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -311,11 +183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 6 }, "_id": "" }, @@ -329,11 +201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 17 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -374,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -441,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 22 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 21 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -456,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 23 + "__id__": 14 }, "targetOverrides": null }, @@ -470,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 24 + "__id__": 15 }, { - "__id__": 26 + "__id__": 17 }, { - "__id__": 27 + "__id__": 18 }, { - "__id__": 28 + "__id__": 19 }, { - "__id__": 29 + "__id__": 20 }, { - "__id__": 30 + "__id__": 21 }, { - "__id__": 32 + "__id__": 23 } ], "removedComponents": [] @@ -496,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_name" @@ -512,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -527,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -543,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -558,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_active" @@ -568,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -588,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -607,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 34 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 33 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -622,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 35 + "__id__": 26 }, "targetOverrides": null }, @@ -636,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 36 + "__id__": 27 }, { - "__id__": 38 + "__id__": 29 }, { - "__id__": 39 + "__id__": 30 }, { - "__id__": 40 + "__id__": 31 }, { - "__id__": 41 + "__id__": 32 }, { - "__id__": 43 + "__id__": 34 } ], "removedComponents": [] @@ -659,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_name" @@ -675,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -690,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -706,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -721,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 42 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -742,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -754,6 +626,131 @@ "z": 1 } }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 36 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 35 + }, + "asset": { + "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__expectedType__": "cc.Prefab" + }, + "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "instance": { + "__id__": 37 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 38 + }, + { + "__id__": 40 + }, + { + "__id__": 41 + }, + { + "__id__": 42 + }, + { + "__id__": 43 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_name" + ], + "value": "tooltip" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0d6ZXmA5dHkZxoGONDL2sE" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 4.65, + "y": 129.718, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -771,10 +768,10 @@ "__id__": 44 }, "asset": { - "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__expectedType__": "cc.Prefab" }, - "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { "__id__": 46 }, @@ -782,7 +779,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "fileId": "08n1IzuupL3YNn2/tFvc8M", "prefabRootNode": { "__id__": 1 }, @@ -815,131 +812,6 @@ "propertyPath": [ "_name" ], - "value": "tooltip" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "0d6ZXmA5dHkZxoGONDL2sE" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 4.65, - "y": 129.718, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 54 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 53 - }, - "asset": { - "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", - "__expectedType__": "cc.Prefab" - }, - "fileId": "91yoyAQGNDm5ziI7NUChZ+", - "instance": { - "__id__": 55 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "08n1IzuupL3YNn2/tFvc8M", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 56 - }, - { - "__id__": 58 - }, - { - "__id__": 59 - }, - { - "__id__": 60 - }, - { - "__id__": 61 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 57 - }, - "propertyPath": [ - "_name" - ], "value": "up" }, { @@ -951,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -966,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -982,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -997,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1014,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 63 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1042,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 56 }, "anm": { - "__id__": 14 + "__id__": 5 }, "_id": "" }, @@ -1063,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 58 }, "_id": "" }, @@ -1081,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 60 }, "_id": "" }, @@ -1099,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1133,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 64 }, "tag": 0, "_group": 4, @@ -1167,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 66 }, "_id": "" }, @@ -1185,7 +1057,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 68 }, "_id": "" }, @@ -1205,20 +1077,17 @@ "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": [ - { - "__id__": 53 - }, { "__id__": 44 }, { - "__id__": 33 + "__id__": 35 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 2 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/mo1.prefab b/assets/resources/game/heros/mo1.prefab index 0cb4ead0..9a99275a 100644 --- a/assets/resources/game/heros/mo1.prefab +++ b/assets/resources/game/heros/mo1.prefab @@ -22,47 +22,44 @@ "__id__": 2 }, { - "__id__": 11 + "__id__": 12 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 33 + "__id__": 35 }, { "__id__": 44 - }, - { - "__id__": 53 } ], "_active": true, "_components": [ { - "__id__": 62 + "__id__": 53 }, { - "__id__": 64 + "__id__": 55 }, { - "__id__": 66 + "__id__": 57 }, { - "__id__": 68 + "__id__": 59 }, { - "__id__": 70 + "__id__": 61 }, { - "__id__": 72 + "__id__": 63 }, { - "__id__": 74 + "__id__": 65 } ], "_prefab": { - "__id__": 76 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", @@ -93,131 +90,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 3 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 2 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 4 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "ffJnb68N5GLo4rlQEHVfYl", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 8 - }, - { - "__id__": 9 - }, - { - "__id__": 10 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, { "__type__": "cc.Node", "_name": "anm", @@ -230,20 +102,20 @@ "_active": true, "_components": [ { - "__id__": 12 + "__id__": 3 }, { - "__id__": 14 + "__id__": 5 }, { - "__id__": 16 + "__id__": 7 }, { - "__id__": 18 + "__id__": 9 } ], "_prefab": { - "__id__": 20 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -280,11 +152,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -308,11 +180,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 6 }, "_id": "" }, @@ -326,11 +198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 17 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -374,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -441,14 +313,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 22 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 21 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -456,7 +328,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 23 + "__id__": 14 }, "targetOverrides": null }, @@ -470,25 +342,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 24 + "__id__": 15 }, { - "__id__": 26 + "__id__": 17 }, { - "__id__": 27 + "__id__": 18 }, { - "__id__": 28 + "__id__": 19 }, { - "__id__": 29 + "__id__": 20 }, { - "__id__": 30 + "__id__": 21 }, { - "__id__": 32 + "__id__": 23 } ], "removedComponents": [] @@ -496,7 +368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_name" @@ -512,7 +384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -527,7 +399,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -543,7 +415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -558,7 +430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_active" @@ -568,7 +440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -588,7 +460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -607,14 +479,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 34 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 33 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -622,7 +494,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 35 + "__id__": 26 }, "targetOverrides": null }, @@ -636,22 +508,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 36 + "__id__": 27 }, { - "__id__": 38 + "__id__": 29 }, { - "__id__": 39 + "__id__": 30 }, { - "__id__": 40 + "__id__": 31 }, { - "__id__": 41 + "__id__": 32 }, { - "__id__": 43 + "__id__": 34 } ], "removedComponents": [] @@ -659,7 +531,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_name" @@ -675,7 +547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -690,7 +562,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -706,7 +578,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -721,7 +593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 42 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -742,7 +614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -754,6 +626,131 @@ "z": 1 } }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 36 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 35 + }, + "asset": { + "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__expectedType__": "cc.Prefab" + }, + "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "instance": { + "__id__": 37 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 38 + }, + { + "__id__": 40 + }, + { + "__id__": 41 + }, + { + "__id__": 42 + }, + { + "__id__": 43 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_name" + ], + "value": "tooltip" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0d6ZXmA5dHkZxoGONDL2sE" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 4.65, + "y": 129.718, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -771,10 +768,10 @@ "__id__": 44 }, "asset": { - "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__expectedType__": "cc.Prefab" }, - "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { "__id__": 46 }, @@ -782,7 +779,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "fileId": "08n1IzuupL3YNn2/tFvc8M", "prefabRootNode": { "__id__": 1 }, @@ -815,131 +812,6 @@ "propertyPath": [ "_name" ], - "value": "tooltip" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "0d6ZXmA5dHkZxoGONDL2sE" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 4.65, - "y": 129.718, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 54 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 53 - }, - "asset": { - "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", - "__expectedType__": "cc.Prefab" - }, - "fileId": "91yoyAQGNDm5ziI7NUChZ+", - "instance": { - "__id__": 55 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "08n1IzuupL3YNn2/tFvc8M", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 56 - }, - { - "__id__": 58 - }, - { - "__id__": 59 - }, - { - "__id__": 60 - }, - { - "__id__": 61 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 57 - }, - "propertyPath": [ - "_name" - ], "value": "up" }, { @@ -951,7 +823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -966,7 +838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -982,7 +854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -997,7 +869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1014,7 +886,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 63 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1042,10 +914,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 56 }, "anm": { - "__id__": 14 + "__id__": 5 }, "_id": "" }, @@ -1063,7 +935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 58 }, "_id": "" }, @@ -1081,7 +953,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 60 }, "_id": "" }, @@ -1099,7 +971,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1133,7 +1005,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 64 }, "tag": 0, "_group": 2, @@ -1167,7 +1039,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 66 }, "_id": "" }, @@ -1187,20 +1059,17 @@ "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": [ - { - "__id__": 53 - }, { "__id__": 44 }, { - "__id__": 33 + "__id__": 35 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 2 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/mo3.prefab b/assets/resources/game/heros/mo3.prefab index c8e3fe60..4bcf0adb 100644 --- a/assets/resources/game/heros/mo3.prefab +++ b/assets/resources/game/heros/mo3.prefab @@ -22,47 +22,44 @@ "__id__": 2 }, { - "__id__": 11 + "__id__": 12 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 33 + "__id__": 35 }, { "__id__": 44 - }, - { - "__id__": 53 } ], "_active": true, "_components": [ { - "__id__": 62 + "__id__": 53 }, { - "__id__": 64 + "__id__": 55 }, { - "__id__": 66 + "__id__": 57 }, { - "__id__": 68 + "__id__": 59 }, { - "__id__": 70 + "__id__": 61 }, { - "__id__": 72 + "__id__": 63 }, { - "__id__": 74 + "__id__": 65 } ], "_prefab": { - "__id__": 76 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", @@ -93,131 +90,6 @@ }, "_id": "" }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 3 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 2 - }, - "asset": { - "__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c", - "__expectedType__": "cc.Prefab" - }, - "fileId": "65v9q/98dMjafRlb094Ctr", - "instance": { - "__id__": 4 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "ffJnb68N5GLo4rlQEHVfYl", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 8 - }, - { - "__id__": 9 - }, - { - "__id__": 10 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_name" - ], - "value": "buff" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "65v9q/98dMjafRlb094Ctr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 6 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, { "__type__": "cc.Node", "_name": "anm", @@ -230,20 +102,20 @@ "_active": true, "_components": [ { - "__id__": 12 + "__id__": 3 }, { - "__id__": 14 + "__id__": 5 }, { - "__id__": 16 + "__id__": 7 }, { - "__id__": 18 + "__id__": 9 } ], "_prefab": { - "__id__": 20 + "__id__": 11 }, "_lpos": { "__type__": "cc.Vec3", @@ -280,11 +152,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 4 }, "_contentSize": { "__type__": "cc.Size", @@ -308,11 +180,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 6 }, "_id": "" }, @@ -326,11 +198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 17 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -374,11 +246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 10 }, "playOnLoad": true, "_clips": [ @@ -438,14 +310,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 22 + "__id__": 13 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 21 + "__id__": 12 }, "asset": { "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", @@ -453,7 +325,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 23 + "__id__": 14 }, "targetOverrides": null }, @@ -467,25 +339,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 24 + "__id__": 15 }, { - "__id__": 26 + "__id__": 17 }, { - "__id__": 27 + "__id__": 18 }, { - "__id__": 28 + "__id__": 19 }, { - "__id__": 29 + "__id__": 20 }, { - "__id__": 30 + "__id__": 21 }, { - "__id__": 32 + "__id__": 23 } ], "removedComponents": [] @@ -493,7 +365,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_name" @@ -509,7 +381,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lpos" @@ -524,7 +396,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lrot" @@ -540,7 +412,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_euler" @@ -555,7 +427,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_active" @@ -565,7 +437,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 31 + "__id__": 22 }, "propertyPath": [ "_contentSize" @@ -585,7 +457,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 25 + "__id__": 16 }, "propertyPath": [ "_lscale" @@ -604,14 +476,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 34 + "__id__": 25 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 33 + "__id__": 24 }, "asset": { "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", @@ -619,7 +491,7 @@ }, "fileId": "5fqU0L3/FOhKaco5UkHuWT", "instance": { - "__id__": 35 + "__id__": 26 }, "targetOverrides": null }, @@ -633,22 +505,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 36 + "__id__": 27 }, { - "__id__": 38 + "__id__": 29 }, { - "__id__": 39 + "__id__": 30 }, { - "__id__": 40 + "__id__": 31 }, { - "__id__": 41 + "__id__": 32 }, { - "__id__": 43 + "__id__": 34 } ], "removedComponents": [] @@ -656,7 +528,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_name" @@ -672,7 +544,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lpos" @@ -687,7 +559,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lrot" @@ -703,7 +575,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_euler" @@ -718,7 +590,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 42 + "__id__": 33 }, "propertyPath": [ "_lpos" @@ -739,7 +611,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 28 }, "propertyPath": [ "_lscale" @@ -751,6 +623,131 @@ "z": 1 } }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 36 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 35 + }, + "asset": { + "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__expectedType__": "cc.Prefab" + }, + "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "instance": { + "__id__": 37 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 38 + }, + { + "__id__": 40 + }, + { + "__id__": 41 + }, + { + "__id__": 42 + }, + { + "__id__": 43 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_name" + ], + "value": "tooltip" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0d6ZXmA5dHkZxoGONDL2sE" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 4.65, + "y": 129.718, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -768,10 +765,10 @@ "__id__": 44 }, "asset": { - "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", + "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__expectedType__": "cc.Prefab" }, - "fileId": "0d6ZXmA5dHkZxoGONDL2sE", + "fileId": "91yoyAQGNDm5ziI7NUChZ+", "instance": { "__id__": 46 }, @@ -779,7 +776,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "fe79INE+JI1Jy2Hu0iKLMn", + "fileId": "08n1IzuupL3YNn2/tFvc8M", "prefabRootNode": { "__id__": 1 }, @@ -812,131 +809,6 @@ "propertyPath": [ "_name" ], - "value": "tooltip" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "0d6ZXmA5dHkZxoGONDL2sE" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 4.65, - "y": 129.718, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 48 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_prefab": { - "__id__": 54 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 53 - }, - "asset": { - "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", - "__expectedType__": "cc.Prefab" - }, - "fileId": "91yoyAQGNDm5ziI7NUChZ+", - "instance": { - "__id__": 55 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "08n1IzuupL3YNn2/tFvc8M", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 56 - }, - { - "__id__": 58 - }, - { - "__id__": 59 - }, - { - "__id__": 60 - }, - { - "__id__": 61 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 57 - }, - "propertyPath": [ - "_name" - ], "value": "up" }, { @@ -948,7 +820,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lpos" @@ -963,7 +835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_lrot" @@ -979,7 +851,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_euler" @@ -994,7 +866,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 57 + "__id__": 48 }, "propertyPath": [ "_active" @@ -1011,7 +883,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 63 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1039,10 +911,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 56 }, "anm": { - "__id__": 14 + "__id__": 5 }, "_id": "" }, @@ -1060,7 +932,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 58 }, "_id": "" }, @@ -1078,7 +950,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 60 }, "_id": "" }, @@ -1096,7 +968,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 62 }, "enabledContactListener": true, "bullet": false, @@ -1130,7 +1002,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 64 }, "tag": 0, "_group": 2, @@ -1164,7 +1036,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 66 }, "_id": "" }, @@ -1184,20 +1056,17 @@ "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": [ - { - "__id__": 53 - }, { "__id__": 44 }, { - "__id__": 33 + "__id__": 35 }, { - "__id__": 21 + "__id__": 24 }, { - "__id__": 2 + "__id__": 12 } ] } diff --git a/assets/resources/game/heros/top.prefab b/assets/resources/game/heros/top.prefab index 39e9faa8..18c31390 100644 --- a/assets/resources/game/heros/top.prefab +++ b/assets/resources/game/heros/top.prefab @@ -29,16 +29,19 @@ }, { "__id__": 122 + }, + { + "__id__": 128 } ], "_active": true, "_components": [ { - "__id__": 128 + "__id__": 150 } ], "_prefab": { - "__id__": 130 + "__id__": 152 }, "_lpos": { "__type__": "cc.Vec3", @@ -257,7 +260,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 72, - "height": 10 + "height": 1 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -334,8 +337,8 @@ "_target": null, "_left": -1, "_right": -1, - "_top": 0, - "_bottom": 0, + "_top": 4.5, + "_bottom": 4.5, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -542,8 +545,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 72, - "height": 10 + "width": 57.6, + "height": 15 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -619,7 +622,7 @@ "_alignFlags": 45, "_target": null, "_left": 0, - "_right": 0, + "_right": 14.399999999999999, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -721,7 +724,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 246.66666666666669, - "height": 33.333333333333336 + "height": 50 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -846,7 +849,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 72, - "height": 10 + "height": 15 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -924,7 +927,7 @@ }, "_mode": 0, "_totalLength": 72, - "_progress": 1, + "_progress": 0.8, "_reverse": false, "_id": "" }, @@ -982,7 +985,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 6.884, + "y": 3.555, "z": 0 }, "_lrot": { @@ -2829,6 +2832,536 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 129 + }, + { + "__id__": 135 + }, + { + "__id__": 141 + } + ], + "_active": true, + "_components": [ + { + "__id__": 147 + } + ], + "_prefab": { + "__id__": 149 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -44.153, + "y": -2.203, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Slider_Level_02_Bg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 128 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 130 + }, + { + "__id__": 132 + } + ], + "_prefab": { + "__id__": 134 + }, + "_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": 0.3, + "y": 0.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 129 + }, + "_enabled": true, + "__prefab": { + "__id__": 131 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 70 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "97wGhivwlM2J4PDfxCwEFu" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 129 + }, + "_enabled": true, + "__prefab": { + "__id__": 133 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 235, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@46c83", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74Td55KHlApouvTLVJ/MnP" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "31JDg0QSNIrJpO2pJlvqcR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 128 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 136 + }, + { + "__id__": 138 + } + ], + "_prefab": { + "__id__": 140 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0.328, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 135 + }, + "_enabled": true, + "__prefab": { + "__id__": 137 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 28.24609375, + "height": 62.7 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "72kqM3dtFOyb0PiTu7WHML" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 135 + }, + "_enabled": true, + "__prefab": { + "__id__": 139 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "1", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 40, + "_fontSize": 40, + "_fontFamily": "Arial", + "_lineHeight": 45, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 3, + "_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": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0d2trPjYJPB733NeDtiqXK" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "71XewGEdhHqIAjWo3KYYDC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Slider_Level_03_InnerBorder", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 128 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 142 + }, + { + "__id__": 144 + } + ], + "_prefab": { + "__id__": 146 + }, + "_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": 0.1, + "y": 0.1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 141 + }, + "_enabled": true, + "__prefab": { + "__id__": 143 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, + "height": 220 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f0Y99ONNVGtLqQlncPvZ/i" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 141 + }, + "_enabled": true, + "__prefab": { + "__id__": 145 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@654c0", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "44iP1qN2pOEKqmzBOgIbNm" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "24wVTAlsdCkKspkrm677J4", + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 128 + }, + "_enabled": true, + "__prefab": { + "__id__": 148 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59cskGvUlO4L5fMUPtV+UH" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "885G31fxdJcaMCxcoitlMD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.UITransform", "_name": "", @@ -2839,7 +3372,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 129 + "__id__": 151 }, "_contentSize": { "__type__": "cc.Size", diff --git a/assets/resources/gui/anim/bshero.anim b/assets/resources/gui/anim/bshero.anim deleted file mode 100644 index 58a3f723..00000000 --- a/assets/resources/gui/anim/bshero.anim +++ /dev/null @@ -1,258 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "bshero", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 30, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 1, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2000000476837158, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2000000476837158, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/bshero.anim.meta b/assets/resources/gui/anim/bshero.anim.meta deleted file mode 100644 index 0fe6555e..00000000 --- a/assets/resources/gui/anim/bshero.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "cbf65630-e5cb-4199-b08f-4cc8a16eb2f9", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "bshero" - } -} diff --git a/assets/resources/gui/anim/carsup.anim b/assets/resources/gui/anim/carsup.anim deleted file mode 100644 index d91baa7c..00000000 --- a/assets/resources/gui/anim/carsup.anim +++ /dev/null @@ -1,405 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "carsup", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 60, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 0.18333333333333332, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 11 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 22 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 10, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 10, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.ColorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 12 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 14 - }, - { - "__id__": 16 - }, - { - "__id__": 18 - }, - { - "__id__": 20 - } - ] - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 13 - }, - "color" - ] - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 15 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 17 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 19 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 21 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/carsup.anim.meta b/assets/resources/gui/anim/carsup.anim.meta deleted file mode 100644 index 23ed1595..00000000 --- a/assets/resources/gui/anim/carsup.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "322cf75e-d992-47d7-9886-ae644b65de10", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "carsup" - } -} diff --git a/assets/resources/gui/anim/endFight.anim b/assets/resources/gui/anim/endFight.anim deleted file mode 100644 index 1f18aa1c..00000000 --- a/assets/resources/gui/anim/endFight.anim +++ /dev/null @@ -1,562 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "endFight", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 20, - "speed": 1, - "wrapMode": 36, - "enableTrsBlending": false, - "_duration": 0.5, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 12 - }, - { - "__id__": 23 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 34 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds3" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 43.47700119018555, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -968.1400146484375, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -25.101999282836914, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 558.9550170898438, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 13 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 15 - }, - { - "__id__": 17 - }, - { - "__id__": 19 - }, - { - "__id__": 21 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 14 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds2" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 16 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 18 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 8.045999526977539, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -1110.3310546875, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 20 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 22 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 24 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 26 - }, - { - "__id__": 28 - }, - { - "__id__": 30 - }, - { - "__id__": 32 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 25 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds1" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 27 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -11.097000122070312, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 816.031982421875, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 29 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 97.38400268554688, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 574.927001953125, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 31 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 33 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/endFight.anim.meta b/assets/resources/gui/anim/endFight.anim.meta deleted file mode 100644 index 2869fdfa..00000000 --- a/assets/resources/gui/anim/endFight.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "d27946f0-6b15-45fe-862a-28cb44a9e630", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "endFight" - } -} diff --git a/assets/resources/gui/anim/flash.anim b/assets/resources/gui/anim/flash.anim deleted file mode 100644 index 3e029242..00000000 --- a/assets/resources/gui/anim/flash.anim +++ /dev/null @@ -1,457 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "flash", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 60, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 0.2, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 11 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 22 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2000000476837158, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2000000476837158, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.ColorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 12 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 14 - }, - { - "__id__": 16 - }, - { - "__id__": 18 - }, - { - "__id__": 20 - } - ] - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 13 - }, - "color" - ] - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 15 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332, - 0.2 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 17 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332, - 0.2 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 19 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332, - 0.2 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 21 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.18333333333333332, - 0.2 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/flash.anim.meta b/assets/resources/gui/anim/flash.anim.meta deleted file mode 100644 index 8e8f775c..00000000 --- a/assets/resources/gui/anim/flash.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "af68aca0-fe3e-45de-8cc4-728d67b3a7ff", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "flash" - } -} diff --git a/assets/resources/gui/anim/flash2.anim b/assets/resources/gui/anim/flash2.anim deleted file mode 100644 index e4f2ad93..00000000 --- a/assets/resources/gui/anim/flash2.anim +++ /dev/null @@ -1,303 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "flash2", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 18, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 2.5555555555555554, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 12 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 17 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "Mask/Image_Effect_Square_Blue" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.0555555559694767, - 0.4444444477558136, - 2.555555582046509 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -84.2699966430664, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 65.9729995727539, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 649.3770141601562, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.0555555559694767, - 0.4444444477558136, - 2.555555582046509 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -84.2699966430664, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 65.9729995727539, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 566.9429931640625, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.0555555559694767, - 0.4444444477558136, - 2.555555582046509 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.ObjectTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 13 - }, - "proxy": null - }, - "_channel": { - "__id__": 15 - } - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 14 - }, - "active" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "Mask/Image_Effect_Square_Blue-001" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 16 - } - }, - { - "__type__": "cc.ObjectCurve", - "_times": [ - 0, - 0.1111111111111111, - 1.8333333333333333, - 2.5555555555555554 - ], - "_values": [ - false, - false, - false, - false - ] - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/flash2.anim.meta b/assets/resources/gui/anim/flash2.anim.meta deleted file mode 100644 index 98e49785..00000000 --- a/assets/resources/gui/anim/flash2.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "0de1533d-2062-403d-9eda-5ee5395e3375", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "flash2" - } -} diff --git a/assets/resources/gui/anim/getbsn.anim b/assets/resources/gui/anim/getbsn.anim deleted file mode 100644 index bbcabf71..00000000 --- a/assets/resources/gui/anim/getbsn.anim +++ /dev/null @@ -1,342 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "getbsn", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 24, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 1.4166666666666667, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 11 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 15 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666567325592, - 0.8333333134651184 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.6000000238418579, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666567325592, - 0.8333333134651184 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.6000000238418579, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666567325592, - 0.8333333134651184 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.QuatTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 12 - }, - "proxy": null - }, - "_channel": { - "__id__": 13 - } - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "rotation" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 14 - } - }, - { - "__type__": "cc.QuatCurve", - "_times": [ - 0.8333333134651184, - 1, - 1.125, - 1.25, - 1.4166666269302368 - ], - "_values": [ - { - "__type__": "cc.QuatKeyframeValue", - "interpolationMode": 0, - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "easingMethod": 0 - }, - { - "__type__": "cc.QuatKeyframeValue", - "interpolationMode": 0, - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0.05000000074505806, - "w": 1 - }, - "easingMethod": 0 - }, - { - "__type__": "cc.QuatKeyframeValue", - "interpolationMode": 0, - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "easingMethod": 0 - }, - { - "__type__": "cc.QuatKeyframeValue", - "interpolationMode": 0, - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": -0.05000000074505806, - "w": 1 - }, - "easingMethod": 0 - }, - { - "__type__": "cc.QuatKeyframeValue", - "interpolationMode": 0, - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "easingMethod": 0 - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/getbsn.anim.meta b/assets/resources/gui/anim/getbsn.anim.meta deleted file mode 100644 index 09112676..00000000 --- a/assets/resources/gui/anim/getbsn.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "ccc5a52a-8894-4c47-90b9-61ca72c737d3", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "getbsn" - } -} diff --git a/assets/resources/gui/anim/hartanm.anim b/assets/resources/gui/anim/hartanm.anim deleted file mode 100644 index fa7287f1..00000000 --- a/assets/resources/gui/anim/hartanm.anim +++ /dev/null @@ -1,303 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "hartanm", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 8, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 1, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "position" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.25, - 0.75, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.25, - 0.75, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.25, - 0.75, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/hartanm.anim.meta b/assets/resources/gui/anim/hartanm.anim.meta deleted file mode 100644 index 6d3a1b9d..00000000 --- a/assets/resources/gui/anim/hartanm.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "85cb96f6-0d73-498f-83e8-c733d2ba8634", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "hartanm" - } -} diff --git a/assets/resources/gui/anim/in_fight.anim b/assets/resources/gui/anim/in_fight.anim deleted file mode 100644 index ad42cba1..00000000 --- a/assets/resources/gui/anim/in_fight.anim +++ /dev/null @@ -1,853 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "in_fight", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 6, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.6666666666666666, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 12 - }, - { - "__id__": 23 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 34 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "scale" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "ItemFrame_Square_02_White_Glow" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333333333333, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333333333333, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0.5, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333333333333, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 13 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 15 - }, - { - "__id__": 17 - }, - { - "__id__": 19 - }, - { - "__id__": 21 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 14 - }, - "eulerAngles" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "A2" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 16 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666, - 0.3333333333333333, - 0.5, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 18 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666, - 0.3333333333333333, - 0.5, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 20 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666, - 0.3333333333333333, - 0.5, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 20, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 60, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 20, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 22 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 24 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 26 - }, - { - "__id__": 28 - }, - { - "__id__": 30 - }, - { - "__id__": 32 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 25 - }, - "eulerAngles" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "A1" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 27 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.3333333333333333, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 29 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0.16666666666666666, - 0.3333333333333333, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 31 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.16666666666666666, - 0.3333333333333333, - 0.5, - 0.6666666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -20, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -60, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -20, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "broken": null - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 33 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/in_fight.anim.meta b/assets/resources/gui/anim/in_fight.anim.meta deleted file mode 100644 index fbc0d74a..00000000 --- a/assets/resources/gui/anim/in_fight.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "e2d24f24-132a-497d-a120-1aae1c7f2619", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "in_fight" - } -} diff --git a/assets/resources/gui/anim/luckcard.anim b/assets/resources/gui/anim/luckcard.anim deleted file mode 100644 index 3f818e1f..00000000 --- a/assets/resources/gui/anim/luckcard.anim +++ /dev/null @@ -1,258 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "luckcard", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 24, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 0.5, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "eulerAngles" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.5 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 270, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 360, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/luckcard.anim.meta b/assets/resources/gui/anim/luckcard.anim.meta deleted file mode 100644 index c5edaba7..00000000 --- a/assets/resources/gui/anim/luckcard.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "846a3928-d2e7-413a-b9db-b67b2bc4c2a5", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "luckcard" - } -} diff --git a/assets/resources/gui/anim/luckcardend.anim b/assets/resources/gui/anim/luckcardend.anim deleted file mode 100644 index 7a804fe4..00000000 --- a/assets/resources/gui/anim/luckcardend.anim +++ /dev/null @@ -1,235 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "luckcardend", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 20, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 0.15, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 12 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.ColorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ] - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "color" - ] - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.15 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.15 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.15 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.15 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/luckcardend.anim.meta b/assets/resources/gui/anim/luckcardend.anim.meta deleted file mode 100644 index 98ca1a62..00000000 --- a/assets/resources/gui/anim/luckcardend.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "f39cb03e-911b-432f-9cbe-c072adb946f4", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "luckcardend" - } -} diff --git a/assets/resources/gui/anim/lucky.anim b/assets/resources/gui/anim/lucky.anim deleted file mode 100644 index 779d7aa1..00000000 --- a/assets/resources/gui/anim/lucky.anim +++ /dev/null @@ -1,214 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "lucky", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 9, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 1.3333333333333333, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 12 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "eulerAngles" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "zhen/Roulette_Focus_Arrow" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 1.3333333333333333 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 1.3333333333333333 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.7777777777777778, - 1, - 1.3333333333333333 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 270, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 360, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 360, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/lucky.anim.meta b/assets/resources/gui/anim/lucky.anim.meta deleted file mode 100644 index 13d9ea2c..00000000 --- a/assets/resources/gui/anim/lucky.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "ed1a0a80-10a8-4c42-b688-5593d1490db8", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "lucky" - } -} diff --git a/assets/resources/gui/anim/luckyopen.anim b/assets/resources/gui/anim/luckyopen.anim deleted file mode 100644 index 315d9932..00000000 --- a/assets/resources/gui/anim/luckyopen.anim +++ /dev/null @@ -1,242 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "luckyopen", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 24, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 0.5416666666666666, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 13 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.ColorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - }, - { - "__id__": 11 - } - ] - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - { - "__id__": 4 - }, - "color" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "Image_Effect_Star01_Yellow" - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5416666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5416666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5416666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 12 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.5416666666666666 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 255, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/luckyopen.anim.meta b/assets/resources/gui/anim/luckyopen.anim.meta deleted file mode 100644 index 3c02ebaa..00000000 --- a/assets/resources/gui/anim/luckyopen.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "90319a2a-3594-4035-a4c6-13ff872afc97", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "luckyopen" - } -} diff --git a/assets/resources/gui/anim/skanim.anim b/assets/resources/gui/anim/skanim.anim deleted file mode 100644 index 25fc477d..00000000 --- a/assets/resources/gui/anim/skanim.anim +++ /dev/null @@ -1,258 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "skanim", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 12, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.8333333333333334, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666666666667, - 0.8333333333333334 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666666666667, - 0.8333333333333334 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4166666666666667, - 0.8333333333333334 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/skanim.anim.meta b/assets/resources/gui/anim/skanim.anim.meta deleted file mode 100644 index 668bcce8..00000000 --- a/assets/resources/gui/anim/skanim.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "265fe344-46f7-400c-b5cf-0ca64b6ab4aa", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "skanim" - } -} diff --git a/assets/resources/gui/anim/star.anim b/assets/resources/gui/anim/star.anim deleted file mode 100644 index 8bd74410..00000000 --- a/assets/resources/gui/anim/star.anim +++ /dev/null @@ -1,499 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "star", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 10, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 6, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 12 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 23 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "ItemIcon_Star_Blue" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 116.991, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 116.991, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 74.837, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -1500, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 13 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 15 - }, - { - "__id__": 17 - }, - { - "__id__": 19 - }, - { - "__id__": 21 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 14 - }, - "eulerAngles" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "ItemIcon_Star_Blue" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 16 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 2, - 4, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 18 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 2, - 4, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 20 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 2, - 4, - 6 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 360, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 720, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1080, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 22 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/star.anim.meta b/assets/resources/gui/anim/star.anim.meta deleted file mode 100644 index 41f2bd04..00000000 --- a/assets/resources/gui/anim/star.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "0c884268-7174-4a38-8acc-d88c0678bdcf", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "star" - } -} diff --git a/assets/resources/gui/anim/stars.anim b/assets/resources/gui/anim/stars.anim deleted file mode 100644 index b29df162..00000000 --- a/assets/resources/gui/anim/stars.anim +++ /dev/null @@ -1,240 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "stars", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 10, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.8, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4, - 0.8 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.100000023841858, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4, - 0.8 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.100000023841858, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.4, - 0.8 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/stars.anim.meta b/assets/resources/gui/anim/stars.anim.meta deleted file mode 100644 index 766f8004..00000000 --- a/assets/resources/gui/anim/stars.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "558e9cd1-56e8-4415-96c5-7fce08c3deab", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "stars" - } -} diff --git a/assets/resources/gui/anim/startFight.anim b/assets/resources/gui/anim/startFight.anim deleted file mode 100644 index a046736a..00000000 --- a/assets/resources/gui/anim/startFight.anim +++ /dev/null @@ -1,562 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "startFight", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 10, - "speed": 1, - "wrapMode": 1, - "enableTrsBlending": false, - "_duration": 1, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - }, - { - "__id__": 12 - }, - { - "__id__": 23 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 34 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 4 - }, - { - "__id__": 6 - }, - { - "__id__": 8 - }, - { - "__id__": 10 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds3" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 43.47700119018555, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -968.1400146484375, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 7 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -25.101999282836914, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 558.9550170898438, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 9 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 11 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 13 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 15 - }, - { - "__id__": 17 - }, - { - "__id__": 19 - }, - { - "__id__": 21 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 14 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds2" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 16 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 18 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 8.045999526977539, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -1110.3310546875, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 20 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 22 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 24 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 26 - }, - { - "__id__": 28 - }, - { - "__id__": 30 - }, - { - "__id__": 32 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 25 - }, - "position" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "clouds1" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 27 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": -11.097000122070312, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 816.031982421875, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 29 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 97.38400268554688, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 574.927001953125, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 31 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 1 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 0, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": null - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 33 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/startFight.anim.meta b/assets/resources/gui/anim/startFight.anim.meta deleted file mode 100644 index b9fc4813..00000000 --- a/assets/resources/gui/anim/startFight.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "7d25597b-e66e-4a9a-81ee-9472380290d2", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "startFight" - } -} diff --git a/assets/resources/gui/anim/tip.anim b/assets/resources/gui/anim/tip.anim deleted file mode 100644 index b1b5c5da..00000000 --- a/assets/resources/gui/anim/tip.anim +++ /dev/null @@ -1,113 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "tip", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 12, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.6666666666666666, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 6 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.ObjectTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channel": { - "__id__": 4 - } - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - "spriteFrame" - ] - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 5 - } - }, - { - "__type__": "cc.ObjectCurve", - "_times": [ - 0, - 0.08333333333333333, - 0.16666666666666666, - 0.25, - 0.3333333333333333, - 0.4166666666666667, - 0.5, - 0.5833333333333334 - ], - "_values": [ - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@aecf9", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@f3b7f", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@e0613", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@c227e", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@536d9", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@df200", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@08a4b", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@08ca7", - "__expectedType__": "cc.SpriteFrame" - } - ] - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/tip.anim.meta b/assets/resources/gui/anim/tip.anim.meta deleted file mode 100644 index 6148674f..00000000 --- a/assets/resources/gui/anim/tip.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "83d8ae69-fe53-4647-8fdc-e64122f41a38", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "tip" - } -} diff --git a/assets/resources/gui/anim/uibs.anim b/assets/resources/gui/anim/uibs.anim deleted file mode 100644 index 7ea66929..00000000 --- a/assets/resources/gui/anim/uibs.anim +++ /dev/null @@ -1,258 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "uibs", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 12, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.6666666666666666, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.6666666865348816 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.100000023841858, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.6666666865348816 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.100000023841858, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.3333333432674408, - 0.6666666865348816 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/uibs.anim.meta b/assets/resources/gui/anim/uibs.anim.meta deleted file mode 100644 index f08d38e1..00000000 --- a/assets/resources/gui/anim/uibs.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "e8ef49e9-9a3f-403f-b810-b6e4e0da17aa", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "uibs" - } -} diff --git a/assets/resources/gui/anim/vipbs.anim b/assets/resources/gui/anim/vipbs.anim deleted file mode 100644 index 78f041cb..00000000 --- a/assets/resources/gui/anim/vipbs.anim +++ /dev/null @@ -1,258 +0,0 @@ -[ - { - "__type__": "cc.AnimationClip", - "_name": "vipbs", - "_objFlags": 0, - "__editorExtras__": { - "embeddedPlayerGroups": [] - }, - "_native": "", - "sample": 50, - "speed": 1, - "wrapMode": 2, - "enableTrsBlending": false, - "_duration": 0.4, - "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], - "_exoticAnimation": null, - "_events": [], - "_embeddedPlayers": [], - "_additiveSettings": { - "__id__": 11 - }, - "_auxiliaryCurveEntries": [] - }, - { - "__type__": "cc.animation.VectorTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channels": [ - { - "__id__": 3 - }, - { - "__id__": 5 - }, - { - "__id__": 7 - }, - { - "__id__": 9 - } - ], - "_nComponents": 3 - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - "scale" - ] - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 4 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.2, - 0.4 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.2, - 0.4 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1.2, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 8 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [ - 0, - 0.2, - 0.4 - ], - "_values": [ - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 1, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0, - "__editorExtras__": { - "tangentMode": 0 - } - } - ], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 10 - } - }, - { - "__type__": "cc.RealCurve", - "_times": [], - "_values": [], - "preExtrapolation": 1, - "postExtrapolation": 1 - }, - { - "__type__": "cc.AnimationClipAdditiveSettings", - "enabled": false, - "refClip": null - } -] \ No newline at end of file diff --git a/assets/resources/gui/anim/vipbs.anim.meta b/assets/resources/gui/anim/vipbs.anim.meta deleted file mode 100644 index 1bcaf693..00000000 --- a/assets/resources/gui/anim/vipbs.anim.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "2.0.3", - "importer": "animation-clip", - "imported": true, - "uuid": "a3c5028a-c2fb-4299-a3bc-e174929b7ec9", - "files": [ - ".cconb" - ], - "subMetas": {}, - "userData": { - "name": "vipbs" - } -} diff --git a/assets/resources/gui/font.meta b/assets/resources/gui/font.meta deleted file mode 100644 index 898e50f4..00000000 --- a/assets/resources/gui/font.meta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ver": "1.2.0", - "importer": "directory", - "imported": true, - "uuid": "4dc4b992-a57a-436f-9db7-48102aea8387", - "files": [], - "subMetas": {}, - "userData": {} -} diff --git a/assets/resources/gui/font/Kenney Future Narrow.ttf b/assets/resources/gui/font/Kenney Future Narrow.ttf deleted file mode 100644 index c4cc8a05e115883e7f5312018613874cc5d9afd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34180 zcmeHQYm8l2bzXPw%-D&Y#EDH}a2_X491O%B$95n|1D#-FC^#f_s7Z^fFdkpe44xNr z$JnN{J))_^k03=Vs`wEhS|Js+rV1)mQB_q_mA0sjS_J$k52+R}AvI7`6$ugW?f0#< zU*~b>+#wbeI_G-dv(MgZul23RUVEQ&?;T4^M6Q-x+LAr;*x3Hg(EhKAw05KQos)AD zi@*1~UqF5Md6Z|SW-pxn>nE1)71{hfkwuyAOq_bj!`U=wFQUA98V#fGANg<8zkzb+ z^xX3KKlsNVkAvR_MB1lj7bYj7T<9*#j2sa8{Zs50Vnz9jr)GzrxbDI40}~oVzVyueS%2>3J!$9d9M>CVNJr?H zHrhe|TrY1OMK3v}$CtF_OY&P7#bYS#w3ha!*3&W~!$Ypq&LBJ>&ym8ghJ0(61u@IT;T& z0FO{V+RJGN>d3Z$#kB<+xjxcqIqG!5*^g14xaL`T;q3bw&wXgU-HbP|5-()bm4crV z8jrbdOlTWaejhsJ)2GkNSA3*F30P70_VVYHo^@|aZwuNW@H%R?7zP~+dE?-`Zli3& zJEq~#uYf7e^-9qYaMYr8Hzd+8IGE?)YxOCP`VhnIH!$Fn0}82LOU zuOGia7Fds=Um$1xOjS7#>1lZu*WX5_`!I6VJ5fH3^fim}Gz#`e!;hkTR%B!w%2AX> zln+K&xLH(r}N{;d|6wtryL6l1(JKl%#Rgs$?MM2*!<0wy| zJd5%@ky~+nE5_Xl+S~3%`4rOhK@^;CKa7I*o!e1>XXizcJ2I5dV2gSm3a)qIyz2xC zFx+(>1$aRfiD>3es!11b&ia?Cq4Z6E=z2|8Z$lCiL$}=Kkn^B%b z`LxJB)b}l-d!0Udry{g!15Fk=JfPxhV3w zQz$enn&fGVyOjaI~JszI#YUu}i;JZoqZT@h81U@cNEC+j|rQ9}ww1 zBA@I%D4)Fi5uCBTZ#@rA`{jqdQQ0al$PX`XLfiLyqrH*VwYZkv$mLIPd;en;OkKVS z_xo+x5G7hGh;#PFtCqBIb(ttpYxNzcV?YTS4CeO4omHORU$o`6D6d9QYXT2q@P&K> zCe*#0wB6J445>N-2ujrbM)=XLpSv<~csIx$CB)$0!awJza786OAAeT;^WH!AzS8>& zdE(e5cgej<%d1@O)fU#J_hr1ELt9QxUJKYA*IL|Y)Waw*$&bc8XOx!eag|(C(u3fX zZ!5pd+W648Y2ak#b_J}c{dlFfVl_xi`EICqG+4xJr0?V<>KU^U>f{OtK@(7X2d{6* z%Mij_NkEEzHep1X0!9J7zlqV`lh|G8npOw?Z7-Y=9*bE^hMC3f`;Y)-Rin8^mkJAPN>wY8dN%wzk=6 z+5s#%fYAeQ}AL|@$0-?3C(Kk&4b?db9!62T=!~B3+(3JM` zMe{YdgMVdzj5gtJiD!(@9ZEeb`-n@?M06aG;0ThzA=&pSI&kx?edpxO;Kn0S9Q8yT znV?Xqpsoh8wyY8wejLC?ke*XwvRa5{V%-buAVP&#dUJ+>92}K-U&}TJC5p}=+CBpF zvpUVyo+}3VRYrHX>NK|whm|9OQ(Tb3G5w6hcE^)7%<5V+;NX01du5+%yw{uwyvHI2 z&mIgsjAA;gY?2G%lioI9x{!<8Fjcq5abeYIp?0CqA{eb1RP$t?xfQ$-tV78;-;x=< zil>cQy^B$OW1h3UWI4-u9D}}^;AEa)+~8?E&K^&a&!X;(h^V_)yLR7iJXNB`B(L?T z=%^M!Z+eCh9BS`$kEs%si;rK7)3wu`HR}{@jUH$7$a6=n9znBOA9_h*{NTGF$J-2D z5m)G?bnmy+;{_i^Y^D1H0_6l%3uO`Tc=9 zHVn^M3z3N{CWgy#*B$Y0hQRdTK&lA}y!Q-NuD~2*1-gRmp!8Nq=an#j6AxeJ>ojMP zDT*E%MTQANa+L!1u!+rpz=3QyBF#Z+!(7LyJAcx1+Lk zJk^w@Yg>Mn_c}D6$8kNhutPO->gB)>8rmz>(QBoS%hk;}vOK6lPvSSVMwDf{NpHU> zEvbQx`q!l6JwBuG^D9~3aEJS4eRdSQK!-D*c|LX6IU`+sM{I4`UbTaV+G6naF-PgK zj0PB_V+6-kjZ=OQLs}FymDbEJI~A|mw zVb@9gMmyX>>?#HC?kHT6DUKU}Zb#gj6m3-A>iED@<>FI9e%qXZg(3}&|ax!^u;&~*=F7F6ml(DCRy!!wGi7Z-{H(2<`|x1j;@>MHpb^8`UbgR{k{TrvrK7uwYo0=ftp|A z@fY*H;w4bg=5mS}~eU8fMC^-q%0bgFTRZ2_KT(DrQ!@{{~x z0CJOW(VeW>by#xCHsFp?I4ZdYy!0WG&H>$)IQi@M6EXMt-AtucSB-%q%2ki@l0=b+xhxSWHu<7)^l9zO3}nfr-x<|@Q8XT1ut zQ@SSyg6O_@6K1!05mMM(=i26gYWmTex$qT`(uT+1q-b0Wv{sKhyqcwJP^)~P(5-$V zEgy||st7d(Dtf3IUK>)!`@|rbT)b9{ zW3mf)&73v56OE_Ry5o#`i`P02ZUi?y5_7r+3IUl4_fUe#bULAz6zWq2rL=(tV~YSB zy>gXNcI&fQepa{%--fzFUhdHtgv7_S@F>m)6ag9I8VlAy;*?0o+m%;1ejKDNW$RLw z|9Hq*6*#~#jyHR#&v&R+)Iha}_O{C~PNgL1!H<1fydhm|s~qd`(e7NNv4KH$j@;5n zSVJ6x6CT#*j;qGM#?5u2D@!SKR3X#KW+lDjY!Y#L+ttK6>D4n)bF|c0n~fE(P?82F zZ~`TwOSZ`Ev_Sd@zQ-eEB*Xg$?DNTJ^F_AVDp4di?h5<6t#W#@{`gI1@ zM;k_)CRLnlcZCWAE%X|JG&|5s=TH^!M@@AWJ}pBlZD(1L^s1k!5;ToEbHI39c*$pt zZpR2v$UFIK>%l&8($ zrPy>X;fazN@L@ecJ$Q$8rx6HwP51hQq&_5igSz%c!^CA1&S@WFe4jFbteY~i-FQ-Fh4cX zq#P>Kn>XzYVcuwg0{?QvMH1f*Eyz?k5a`F+iEf0UFHeJWViJqYpf$PhTe<_1T<;RHyo9P+piLC^+9s+Er68ks$_d?X>&c_ zik&lJTygkdw@bIeaR}rnJHLNOm+`beEOuPBIi~)@3Ad*JUmyV;D4nW)|KEg7t=TGU zR9C^KGQ6R5OEDm}(*CVzx9|iYy0&CSnt;mTjKj8G{Y+QtU4sDw$Y91{iW~Aa%w%sL z52qO_8(5w=1EgdVb<*@~H71?<>! z0#S^f1xEo+6=G^gtCv@ZL2xP7fpO9GhQ!S2uYkE|^qi*h1-J^mDK4%Iiot*ci-oo| znXI%j0A7u6Bd|JvX!8qfocCMBGGjm$a9WtM-M>P`Hw>&ny+fB|hY$87T5m=UUtaKGnFAygiQG=6_WXoRA_aCH%mx z^t^*Z+Kd*5Z5u-0R>#2AIlJm}FK)c|EiT8rM0Q|)*nxLE?}Kr^i=J=diE_hwi2X_K z%+}-)vMniB+6)X)AKhzj2)`YO!A!kW7bYQ{>^vuh=1(U(dTqAkIwDZI+jLS352H#R z{l~er37>Y~rFK>63MRF0u&q_VECrz8C?Ln1MM&9;l{+&+@{^pV^;hwW5`~P_ykSUk zden=*&A3(dsw`zrQ9VJv8d_>rh9qwWjKmwWt(v|0rwX2TdFB=GAy&uhK(7&R;ul5E zFj*7c!VE9ty?qt?D&C*i#O0M_?S>A(z3XHcuJiXAH(^ED-+-RrgBGEp6OEkK5;1F^ z881TNQpzFJa#9L2rf8Gha{quf3Fa^p+54JJa|P~2;;$c}rbSJho^+Dt$C&vvL6ptW zoMOrp%wcd5mf#ohy)9;QE&eMwF?FIxr*4k^(CXY6`#=*{FXwj06QkWe4=I-4+3+h% z4C!)>d|hCuY&V0_J-2up*Q7?+1Kn;B(4=a%k0~f!II5oUc(IS)#1-1$g~d^?)BQW( zsz98%a==i@ls6c(fL~Sm?0fXtLscH7VcqB>uirkrA}=7K5u86%KYp*(WSD|l*QP!q zRmE~vq}tlnU$D0`DC63=Np6-sH3$roy(_%5p`S4>kH;9SBpRJJYuPtfG^r-9@?319 z&?sqf+pFK9qE3m?%?+G}KKNlOTxko>mb+OCyA~ID-W?k3DkbwcGw9yZD|6P8jV5xL44FYXq3*b z2u7h`B&N24s(*^AeBG^ojg>Jz#^(BSUX3`|#K#+_zIumN3jQ$17wxwGoYzeso3mlz zw51UVtaPiVR@Jy%J%0Ompg9rM?z8;U49x(gS;))uRk%>v94az2aK_;uz1nyy6t^m)4&fyJvhg4p_UPy^FxiE%3vrVv)x>%Fh(mpBvL0 zMVqWYH`c$(4Z93>kHhbOY{6f!-o+dH(ktBaq#ey)g1x-L^#)0$@xBiz8*t(V0h|W< zs&9P8wEm2_?`P}l&zS8_z7*+o`?-EkzpvV$eV)U#pC>)fu1o_-{cfT!)e4 z6e2*ToFNw!9x`eQ6cYp}a%enizxMM(t4bR3zAA@%%M#xW{}CP^r+J+cE7CF#g%eG2V3>l4-NQ7 zwEXR3tjFT_Te8*KECj#Wx-RK7Kh_~h?@@R!(% zKZr0T@Se_bjYD#D$QhCPco_|xmAuv?tO5>0t$wMV)Dlz9|6Mr6;-P>|h>9dNQ-`B)1aw58gG+5*vLe(Wz!orQD@KB<(&k5ytItzhurPD3ldOnN zF;UaP3j=W!A?9Glf{x~!HC-Poz@nR=O5<#IW>MVby_dlzlQK-Uh@?|uh<|~rU~%m2fE*eVHyT~ zHCNh-T4YdGl`VPnf>*cR8+9>U@{sqGkBJpMih}*

KsMjcYU}}SI{7eh1k;B z|&&jYL@&_>Tq+_BFD* z^|!8mt?X@m%hk8aD~7gN9fTW)UW+|qYZy6D-Zbbo}HOp&d$v&Pbd5ice*oE^PQ#aRHr++G_$x2h!13kW*6o=6bz=vJCn-` zOPPV)TjXDlBmo9)-LdZU!nv{g_Z>WV@V>D#YUw?v)w+A;)u4@B7M2{71NR@;?|B?r z>P#%pyr+{LT9})InCzkD<)xXEXQ@H<*!09wCwpji=1hm&VXR3<4oi`G@50j5*zC+? zXTIC%j-9-)r#mrrVDG-MBjk8;W-5F4*@?+BGxJl~dpnEM7nZu&yB1)*xeGAm`Rrup z)S+`{9-cgYPZxi(VFCZs=LK1k8JUu4S(Z%RA{|V+dAwi1)qdG0_u%IE>g?uH&k;Eb z`m-3@S*0hFx8naXUBYWY&LJgqAm^;iYFklK%C9(TP`a$d|2U*ANf){;K%WeH?1eTd zw>^?d-BZANL`N;lW6*L5m?zabGvJp2eWtAwatbo$RGTwsTaeRuuN%1+;}<|l8!yA= zU3oyp@H*|Jbd{e;@w5rjRjpsJR(1;zoC6}_JPF)0ur~dA4z*>-ug7<_9EK*e)s*^v z33Sx03*3y3MT|8&K7gJ>;7OZyP&b_oD=khtEnp1g#0c5j5J79POTE<$T^Ba(LQ6*5 z7`_s}PY&wqK3tsvIv?44VEKq{587jtzIZIuzlh`jupGc_D&sf=$_`}Hy6;hYa!$_S zMf=i+5223{IHTV5UdRxa(~6lscnJQOQT;r2i!S;u>Pf((nlIn5`G%=2hJ d3A$5=qjMPhFgP5??CiSFMzKPl=JUAf@xQoKN#y_l diff --git a/assets/resources/gui/font/Kenney Future Narrow.ttf.meta b/assets/resources/gui/font/Kenney Future Narrow.ttf.meta deleted file mode 100644 index 7f35c3db..00000000 --- a/assets/resources/gui/font/Kenney Future Narrow.ttf.meta +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ver": "1.0.1", - "importer": "ttf-font", - "imported": true, - "uuid": "f3fe241e-64e7-4f53-a4e4-734bf71b42bf", - "files": [ - ".json", - "Kenney Future Narrow.ttf" - ], - "subMetas": {}, - "userData": {} -} diff --git a/assets/resources/gui/font/Kenney Future.ttf b/assets/resources/gui/font/Kenney Future.ttf deleted file mode 100644 index 17e2b6cf996828e9c44dc27053ceb92fe1192ee6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34160 zcmeHQU5s5d!y+66!;*pgcV>eeU>wTzO$p&b_#J9{fHfGI(ry_UM?rb^S$=%XmF`a_sCW`M!Jv{cAwqo*6qi-roDg zuZeu*8zQSeerk4pL8fGn$X`6nej!$rXIG#5$M;`#@6Uh<4I|cyYs4!T&kvAm9Qv`(xEZ%d;YHeO%;r^xqDCJAi2iu6M3S0qxEgMMl7HvL=zse*6ySOX zWR7k^LHm6dMc#?_cb-D|ipc&?iyVOL13wq}ozICJJS_4q$h`k{k#`>xdCwY@FNr*W zF%LW?^4?7%53WZ6?fWq9eP0!M2y_n%3fg}6d67rHDe@?AJhl(z=OVxNq{tzRKZN$* z|Eb7fv>yhh!xu#U;5m^${4NfI9E&42p=8B!74Zm?`pZVf*AZ;_-AH|S5(sZ_*wNY zI$!I2xAR@{#Iar8D0`KbSB31=7S^Tn9lXAQwt}2o3)mgkT5L4xag2X_Z8-I20>&2+{*S`Zcs*hilY}V3RPZ){=1Oh_X$qQJ^sRrj_ts zKqm-NZdNCbToNdLjMoq4dW8K35C=S6?8qo4x6D>Q!04Z7i}F!xCi{UHW5PU9ckAGS zt%{15$`JR*gKo4@s%IB^u= zObQjuHgurQmt`|zX9ua#r{Hu(fv)p)%*OAqoiy|u?1She1UAAF?7%zuM?NK*z_(1J zF>odMV2m>32^@I1$qHWBJVy=PW<(NpqM4yxo-=*sD&z7S$rvjbo#NJKZc{{1TZ~ZM zYLVyIvItQPRJY5h8;zuTfs67e$xzVfiG0j{>gO%I(6M|=ob0M;t|(S;1K*hOB5%l1 zc@!7yn`1$5+55>p#I4v>H^qkB5g?UufrrXqUQ|nma}5ici-uyJ&a9c+Lt`aaB*<0? z`P>B0G^za_K%)$?ZW(P*0Ry|rX9c* zj9Z=UH7(JjS*{do3b|tY9_VPTfVA#|CUj_XR5%CwG|a|2I>lydYqkdk57RSpE2uTd z^-OTU$n|Qq*vg?MX3+BhmD_@~Fp6C%^J8qGT-c0!2$p@W-O2}pR1|pBHT7uYSq%xK z;9uHjqeoX6ZpOLV01e*Lj!)SqT=ZBrqd~6(Hvh8-wRJ_gk)xJgb8@p~j36aT9BNex z11D-jo#U>=G;fLs9|3xd^3gcgke2qUYEq5WEkqQg(GKkk>*Py8gQW@AibPha4#98>U%U! zthjivk1#3%svBhs444OFQt&NOO&q>y>eRN#DKV6N7QqCUIbJq*S=*yGGV6q>ad1Sk zgs0J41cieV30lc#oZaDw7~No$Trrg0Jp@xC^MJz5kwr_=oe>fFy4Hx>CDvG#4z4`w zQPYvQss%!DXdLGIOckkI%vL#fjo*@nC9Wad0?#dtdPL2Z(ucO{nvV#rQ9qrP7)jr` zg-f$H>07x+AU#J>Zt%QC0W^t7^kD~C5LvKY)4d!mY7a(&JYM^LKpm^YL6hSQSHaRT z>JnZ&BTA8AHL_9Afl&cqg@cFM+U@Ys&i+xf7oAabg=IDo;wjBb0@IkmIoJx2ej&!B|m z-CyTDkQ&o)Tpc~Dng#XL3ebXfLOt3qYK3;hs#4SvY`kyN5J<9C%a+W;Nm{CbpY1?w zg^Q7hj)pn+b=dg3=qVf_g8@0MXrj)s2j7(Zv8ir{U<<_266UC^LKIzD773>N>VrOl z4znfA1zJi27&9W96n;gP0aV>W+D^97Dx@}zX{%7&(is)OtL+lp=u1V3OoDlq?QR`< zoaVu##z%8?(uwmYnzTN{J@)~hVRKD*)(5?b*A-?TH4@)O7te#Lurexk#n#qnYm^p7 z=IM04Ea%B(@x1n+CYn3qnim-=)M^$|00s5Hfpccp2FxjsWL`=-+(;dQNn&y>U6MbJ zYp_S#lC~|Bn`~8mUg!a+7}HZkWmbXnKBkyX|a+#Ub9_&q0fS{m`1yH zCHS8NJnhTO$bSD~e4-=BtG`v#&xit40qs&=| zUe10M6i&Y3vy7OQ?sS6|ZUGgPZ{@?}DRQ8?1<)J4`1O%&bMKo4o>l**{d$;PeqRB? zQNwHCfLoy__yhosI+ZhN5rKc91!Van2qxI_mIeLcD=YSVK2PAl%eyqB(9NhN<3*P# zo}iU^4a|K_sEKkDn<)}y1!N8ZUBUEJRdc!7FUwG%$&G=Fu#SMdP!lOaje(jTK?75b z)U~xI@OG_irwe?W*j1kjY1>rn*upMVWOotN}~5TO_Gk zf%N(uv0#(x$Qn!C_H3;Ah|;Wp8UC`YKu%jPx4@#+SFJ%tYe_ghQw!;8KzdUERXHtJ zQXOIUq`;FEiz9xoc58-yiAhq2KMF2|-8PoO!NR3sif9B^6(}$@l#e=7jgIRcE`|MJ zV%mSuKCLMyb6`_;O~BCSb1R92Dp4e6GJ^%&aSHKRiN7$-v@yhEkN%G?NU`-Guv&ykJbY^EstjU;^8WW$Ts)B<9vdoNR%Rdc< zp2I<7GhUnsbbiuIxhNDyiiGbF(lQD$*qxSD5+yc~5DrObp-0%8uWo2dJoU3{Tsuo; z&VkWl80{HMof|FKFnzf>W~}HVI~BwEo5i=Gr2rJ-z=}x&M%{=-Urs~1WRkF>(CAXV zNQH0s;(NaSOXuHCy{qP%MsG%=X4Z3-$2&uYv;6TQE=<&b{#rkt+IiyWG{6Pn$f}>TRK(9{bf= zdpVX`Q?irC|CD^VFME|D8#AIlDH<)>b6D?9_NABuy?HFdZ#`q6w=}wDe3F`|q5a@bepu*xgp4EbHIJ)l0LrQV308%i;V1(_h z2f3bZz(xm%Jd|tDbnW+nY2T2RZ}f4St&HO$=iAZd4=Zdh0o8y6V_hxQ`opGH?D_Et zF%g?)RX3AvC5X2VY$YwL*uwJ-7_Q>dc)2Xo`G(9yF2jHkWHjRt4LMMle{YeIE*_3Z z>y_nWha)Rns(MnOBf@_6HR@N{kbzxw@%A}Xw!t>+H=CoJs^_oL1v~n-#Q9!Zo8He( zmSL5;=DlrGr6|v}ZGBp(UxP?bgIr2=i3-U>?-90?GzrNqCOA|IL?Ng(Wm!tYxR7bt zj-rv8-7;AgCRHVIkW00IK}{dm_u+lgSZw@eP<^WIJV75fwr81a$IQ-r; zt7&_@*Q+H8H2`RsBgrF|8E?MOrMA_45>|@@)Sb-K zdp$?*GmZR`@xXSQkrodXKIDQVz@soeF=cS^Ha?Maj4LSyM}fz`5v*wF5*`?(h$@R> z)KCRfUM>E7H3c*EQe8AY3u+FWEU2sLa7JG=J6gj>d3@>>sgNiOwK&>>$)DE=oUHob1kcTgSsbt zXO-uTLD=}FEM}5Ep;k6FKqMv&nKcKA;Bt6s`u@LqRh@my!K?0wTfTnrYT&qQFfAA= z%fjoLh7hD{m;yBKyg_bR!oD$lJf8c7%s8kmZLb5kyH18m*thc+H_H)U4UsShY+7Cd zeGoXynH{fB=l*9+*)F%q-97B$W{DQb8zsJt$+7X+1f+^A-}BUO6{pSw`snm zD?oxmGj!XxYe0g8=Pvsn&1ZFalnzsMk*DTKnHAiFf;D-i44Ui5@4f~ZK|QT&Qx}n{ zVuS5_35F+Zz0LCXTDd`XG$06=!n?xD8@d_em*-OqT7*_IT_3Z!y9r`kYoSW(z1?!NhnE0e$)FSBmwbt}(Wbp*0)ynO#r*#1LT1$_&F%=d6v+G5#Spm7Xt`MJ9PKzD6xSjNN@ zh?%~r~z4CmyhqIEI-Hfnq z=A`96*rI#lsoH?9>1WyotyK@tMR6%_ZMgRgG*et7kfUn1IoHzOE__#3{HK0Jy`by`hCNdXVG2v zUMtU{?S`lp>(z$RjS^xIyKIfcOS^a11ssfd){hT*%mFrMqsamEss@4Kt zzuC{C^?9e}gz)sc!4mzMKp$Pu_F*4P!=dO?ylkJWH_b`rrTiVd*U!uM&5R3w3fN$e z>KZ_j{G~c~`2-18iJuqr&i?&;W~0V5tA~{UW-rP<3!g~T_6MbP1f%+#H(0s;|9@@) zv*0e8ISF3n)TVlLFe(MD6RPMhpwBRA=tHw+2x2s%JKk(zgbuect2ri&(w>6v!MpZX z;du;zF=X~Bw(!@q7prDZJ^hzL?h(hfKwZrcmQ&Y78XJch`}8vkDg<`k9T8W&9S=X@>__CUy)NpJn}hivM5=Ra|5FvjDim%k=J^- zULL^_o$HpLsVB9>X#Y)Y#p2qbJB~-afCQGP5yzVzTfiwPlGTDbq{9)>5rqz}w7FzO zsY8G*VsPxBseLN2VEP$6#$ySl zgdVfq%%ZsU*Qg0GKga_|-I7Iu+6;u2;YTTEAw{FV_j{x4EZe6l6Y@)z;#D~6FsjfX z&|Tx_fj(|}`*nM=t}E7$l@-3~esfRF`&X4FX;8P>8%;4xQJII_Q$aK23*@`a#2dX~ zff1df2(mn*?x8_^=3r)|0L`^52F3eRv!YzT~=R(HTVImbC+_+>Z|3ga@6W;cMY+}4`0`a0R!`i#{#$eUYV33ceVruAcN3|m9Uf%2Bt&#c~(>j!SO z`hct(xZCQ3Xn&X0hvY2-V^&`!*A4uo)rUdzS*x#>Lj(V8^)+();MG>YOs*JwyVWn3 zzZrbD)z`{L2mjORSIG3xl+~}4hll>f>g(k3Rokt;K^|H4@lb~@>sP(BfA-Y5xv7cC zh4usEGc)7o+Pin%vB#`T&b;e(Kd=h<8$*4o;0sfEdm(Sh;#sfn5Kx%RQ~`J;1FrxpO}9;$a}{OH2$Tsxp@ z7L`fHsQHok$=Nd_ckjA$&)fEnoKOSpIIdRdIed1`M(??M&+dITc>mn^*uvC@#@qX6 zPo4z-_I(Qrb5lo76Jq<($+5Zd_I=Y+C&tMgW;kl(umP!e&dyDYOivvhpP3(@A31Vv z$NbpHo}If!4wB=MsfqRnPmdivF*P&M{_yyz$#Zk_?GMbtJSWe=R%hEs#*ghkbK=2c z(|afJ^9{3dO3ulgOv!{y%7U~pwZ>%zuW_`u@e>cbOoKODy)w&D0+xCdF# diff --git a/assets/resources/gui/font/Kenney Future.ttf.meta b/assets/resources/gui/font/Kenney Future.ttf.meta deleted file mode 100644 index fac57433..00000000 --- a/assets/resources/gui/font/Kenney Future.ttf.meta +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ver": "1.0.1", - "importer": "ttf-font", - "imported": true, - "uuid": "e8d0427b-1682-4837-8391-20cd02ac0713", - "files": [ - ".json", - "Kenney Future.ttf" - ], - "subMetas": {}, - "userData": {} -} diff --git a/assets/script/game/hero/BuffComp.ts b/assets/script/game/hero/BuffComp.ts index 2c5a4ebd..d3871eae 100644 --- a/assets/script/game/hero/BuffComp.ts +++ b/assets/script/game/hero/BuffComp.ts @@ -61,7 +61,6 @@ export class BuffComp extends Component { // if(this.timer.update(deltaTime)){ // this.timer.reset() - // this.show_buff(this.buff_keys[this.key_index]) // this.key_index++ // if(this.key_index>=this.buff_keys.length) this.key_index=0 // } @@ -108,35 +107,22 @@ export class BuffComp extends Component { } - show_buff(key:string="bb"){ - this.node.getChildByName("buff").getChildByName("by1").active = key == "by1" - this.node.getChildByName("buff").getChildByName("by2").active = key == "by2" - this.node.getChildByName("buff").getChildByName("by3").active = key == "by3" - } - - - max_show(name:string){ - var path = "game/skills/"+name; - var prefab: Prefab = oops.res.get(path, Prefab)!; - var node = instantiate(prefab); - node.parent = this.node; - } lv_up(){ - var path = "game/skills/buff_lvup"; + var path = "game/skill/buff/buff_lvup"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); node.parent = this.node; } ap_up(){ - var path = "game/skills/buff_apup"; + var path = "game/skill/buff/buff_apup"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); node.parent = this.node; } show_do_buff(name:string){ - var path = "game/skills/"+name; + var path = "game/skill/buff/"+name; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); let pos = v3(this.node.position.x,this.node.position.y+20,this.node.position.z); @@ -144,12 +130,12 @@ export class BuffComp extends Component { node.setPosition(pos); } dead(){ - var path = "game/skills/dead"; + var path = "game/skill/buff/dead"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); + node.parent = this.node.parent; node.setScale(node.scale.x*0.5,node.scale.y*0.5) let pos = v3(this.node.position.x,this.node.position.y+30,this.node.position.z); - node.parent = this.node.parent; node.setPosition(pos); } in_atked(anm:string="atked",scale:number=1) { @@ -161,7 +147,7 @@ export class BuffComp extends Component { node.parent = this.node.parent; } in_iced(t:number=1,ap:number=0) { - var path = "game/skills/buff_iced"; + var path = "game/skill/buff/buff_iced"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); node.getComponent(timedCom).time = t; @@ -177,7 +163,7 @@ export class BuffComp extends Component { // node.parent = this.node; } in_yun(t:number=1,ap:number=0) { - var path = "game/skills/buff_yun"; + var path = "game/skill/buff/buff_yun"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); let height=this.node.getComponent(UITransform).height @@ -217,7 +203,7 @@ export class BuffComp extends Component { tip.load(pos,type,value,s_uuid,this.node.parent); } heathed(){ - var path = "game/skills/heathed"; + var path = "game/skill/buff/heathed"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); node.parent = this.node; diff --git a/assets/script/game/hero/HeroViewComp.ts b/assets/script/game/hero/HeroViewComp.ts index b8da1b4c..3e74fb47 100644 --- a/assets/script/game/hero/HeroViewComp.ts +++ b/assets/script/game/hero/HeroViewComp.ts @@ -748,16 +748,7 @@ export class HeroViewComp extends CCComp { anm }); } - ex_show(text:string){ - switch(text){ - case "blue": - this.BUFFCOMP.max_show("mr_blue") - break - case "red": - this.BUFFCOMP.max_show("mr_red") - break - } - } + /** 处理伤害队列 */ private processDamageQueue() { if (this.isProcessingDamage || this.damageQueue.length === 0) return; diff --git a/assets/script/game/hero/SkillConComp.ts b/assets/script/game/hero/SkillConComp.ts index 1f56cdcb..08ce5aa4 100644 --- a/assets/script/game/hero/SkillConComp.ts +++ b/assets/script/game/hero/SkillConComp.ts @@ -88,7 +88,6 @@ export class SkillConComp extends CCComp { }, 300); if(is_wfuny){ this.scheduleOnce(()=>{ - this.HeroView.ex_show("blue") this.doSkill(config,false,dmg) },0.1) } diff --git a/assets/script/game/skills/Tooltip.ts b/assets/script/game/skills/Tooltip.ts index fd8c3071..5fa70ccd 100644 --- a/assets/script/game/skills/Tooltip.ts +++ b/assets/script/game/skills/Tooltip.ts @@ -31,7 +31,7 @@ export class Tooltip extends ecs.Entity { } load(pos: Vec3 = Vec3.ZERO,type:number=1,vaule:string="",s_uuid:number=1001,parent:any=null,cd:number=1) { - var path = "game/skills/tooltip"; + var path = "game/skill/buff/tooltip"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); node.parent = parent;