From f1e6c7df21be41f9f65aa484bf8553fd0851a08f Mon Sep 17 00:00:00 2001 From: "pan@work" Date: Mon, 9 Sep 2024 15:52:26 +0800 Subject: [PATCH] dd --- assets/resources/game/monster/boss.meta | 9 + assets/resources/game/monster/boss.prefab | 2764 +++++++++++++++++ .../resources/game/monster/boss.prefab.meta | 13 + assets/resources/game/monster/boss/boss1.meta | 9 + .../game/monster/boss/boss1/atk.anim | 17 + .../game/monster/boss/boss1/atk.anim.meta | 1 + .../game/monster/boss/boss1/idle.anim | 17 + .../game/monster/boss/boss1/idle.anim.meta | 1 + .../game/monster/boss/boss1/max.anim | 17 + .../game/monster/boss/boss1/max.anim.meta | 1 + .../game/monster/boss/boss1/move.anim | 17 + .../game/monster/boss/boss1/move.anim.meta | 1 + .../game/monster/{ys => boss/boss1}/ys4.plist | 0 .../monster/{ys => boss/boss1}/ys4.plist.meta | 0 .../game/monster/{ys => boss/boss1}/ys4.png | Bin .../monster/{ys => boss/boss1}/ys4.png.meta | 0 assets/resources/game/monster/boss/boss2.meta | 9 + .../game/monster/boss/boss2/atk.anim | 17 + .../game/monster/boss/boss2/atk.anim.meta | 1 + .../game/monster/boss/boss2/idle.anim | 17 + .../game/monster/boss/boss2/idle.anim.meta | 1 + .../game/monster/boss/boss2/max.anim | 17 + .../game/monster/boss/boss2/max.anim.meta | 1 + .../game/monster/boss/boss2/move.anim | 17 + .../game/monster/boss/boss2/move.anim.meta | 1 + .../game/monster/{ys => boss/boss2}/ys5.plist | 0 .../monster/{ys => boss/boss2}/ys5.plist.meta | 0 .../game/monster/{ys => boss/boss2}/ys5.png | Bin .../monster/{ys => boss/boss2}/ys5.png.meta | 0 assets/resources/game/monster/boss/boss3.meta | 1 + .../game/monster/boss/boss3/atk-001.anim | 17 + .../game/monster/boss/boss3/atk-001.anim.meta | 13 + .../game/monster/boss/boss3/atk.anim | 17 + .../game/monster/boss/boss3/atk.anim.meta | 1 + .../game/monster/boss/boss3/idle-001.anim | 17 + .../monster/boss/boss3/idle-001.anim.meta | 13 + .../game/monster/boss/boss3/idle.anim | 17 + .../game/monster/boss/boss3/idle.anim.meta | 1 + .../game/monster/boss/boss3/max-001.anim | 17 + .../game/monster/boss/boss3/max-001.anim.meta | 13 + .../game/monster/boss/boss3/max.anim | 17 + .../game/monster/boss/boss3/max.anim.meta | 1 + .../game/monster/boss/boss3/move-001.anim | 17 + .../monster/boss/boss3/move-001.anim.meta | 13 + .../game/monster/boss/boss3/move.anim | 17 + .../game/monster/boss/boss3/move.anim.meta | 1 + .../game/monster/{ys => boss/boss3}/ys6.plist | 0 .../monster/{ys => boss/boss3}/ys6.plist.meta | 0 .../game/monster/{ys => boss/boss3}/ys6.png | Bin .../monster/{ys => boss/boss3}/ys6.png.meta | 0 assets/resources/game/monster/boss/boss4.meta | 1 + assets/resources/game/monster/boss/boss5.meta | 1 + 52 files changed, 3143 insertions(+) create mode 100644 assets/resources/game/monster/boss.meta create mode 100644 assets/resources/game/monster/boss.prefab create mode 100644 assets/resources/game/monster/boss.prefab.meta create mode 100644 assets/resources/game/monster/boss/boss1.meta create mode 100644 assets/resources/game/monster/boss/boss1/atk.anim create mode 100644 assets/resources/game/monster/boss/boss1/atk.anim.meta create mode 100644 assets/resources/game/monster/boss/boss1/idle.anim create mode 100644 assets/resources/game/monster/boss/boss1/idle.anim.meta create mode 100644 assets/resources/game/monster/boss/boss1/max.anim create mode 100644 assets/resources/game/monster/boss/boss1/max.anim.meta create mode 100644 assets/resources/game/monster/boss/boss1/move.anim create mode 100644 assets/resources/game/monster/boss/boss1/move.anim.meta rename assets/resources/game/monster/{ys => boss/boss1}/ys4.plist (100%) rename assets/resources/game/monster/{ys => boss/boss1}/ys4.plist.meta (100%) rename assets/resources/game/monster/{ys => boss/boss1}/ys4.png (100%) rename assets/resources/game/monster/{ys => boss/boss1}/ys4.png.meta (100%) create mode 100644 assets/resources/game/monster/boss/boss2.meta create mode 100644 assets/resources/game/monster/boss/boss2/atk.anim create mode 100644 assets/resources/game/monster/boss/boss2/atk.anim.meta create mode 100644 assets/resources/game/monster/boss/boss2/idle.anim create mode 100644 assets/resources/game/monster/boss/boss2/idle.anim.meta create mode 100644 assets/resources/game/monster/boss/boss2/max.anim create mode 100644 assets/resources/game/monster/boss/boss2/max.anim.meta create mode 100644 assets/resources/game/monster/boss/boss2/move.anim create mode 100644 assets/resources/game/monster/boss/boss2/move.anim.meta rename assets/resources/game/monster/{ys => boss/boss2}/ys5.plist (100%) rename assets/resources/game/monster/{ys => boss/boss2}/ys5.plist.meta (100%) rename assets/resources/game/monster/{ys => boss/boss2}/ys5.png (100%) rename assets/resources/game/monster/{ys => boss/boss2}/ys5.png.meta (100%) create mode 100644 assets/resources/game/monster/boss/boss3.meta create mode 100644 assets/resources/game/monster/boss/boss3/atk-001.anim create mode 100644 assets/resources/game/monster/boss/boss3/atk-001.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/atk.anim create mode 100644 assets/resources/game/monster/boss/boss3/atk.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/idle-001.anim create mode 100644 assets/resources/game/monster/boss/boss3/idle-001.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/idle.anim create mode 100644 assets/resources/game/monster/boss/boss3/idle.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/max-001.anim create mode 100644 assets/resources/game/monster/boss/boss3/max-001.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/max.anim create mode 100644 assets/resources/game/monster/boss/boss3/max.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/move-001.anim create mode 100644 assets/resources/game/monster/boss/boss3/move-001.anim.meta create mode 100644 assets/resources/game/monster/boss/boss3/move.anim create mode 100644 assets/resources/game/monster/boss/boss3/move.anim.meta rename assets/resources/game/monster/{ys => boss/boss3}/ys6.plist (100%) rename assets/resources/game/monster/{ys => boss/boss3}/ys6.plist.meta (100%) rename assets/resources/game/monster/{ys => boss/boss3}/ys6.png (100%) rename assets/resources/game/monster/{ys => boss/boss3}/ys6.png.meta (100%) create mode 100644 assets/resources/game/monster/boss/boss4.meta create mode 100644 assets/resources/game/monster/boss/boss5.meta diff --git a/assets/resources/game/monster/boss.meta b/assets/resources/game/monster/boss.meta new file mode 100644 index 00000000..2ecdd5af --- /dev/null +++ b/assets/resources/game/monster/boss.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "7b76737d-c959-460c-8850-c566ccd65674", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/game/monster/boss.prefab b/assets/resources/game/monster/boss.prefab new file mode 100644 index 00000000..2286b10d --- /dev/null +++ b/assets/resources/game/monster/boss.prefab @@ -0,0 +1,2764 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "boss", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "boss", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 12 + }, + { + "__id__": 16 + }, + { + "__id__": 24 + }, + { + "__id__": 66 + } + ], + "_active": true, + "_components": [ + { + "__id__": 116 + }, + { + "__id__": 118 + }, + { + "__id__": 120 + }, + { + "__id__": 122 + }, + { + "__id__": 124 + }, + { + "__id__": 126 + } + ], + "_prefab": { + "__id__": 128 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.041, + "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.Node", + "_name": "range_box", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 7 + }, + { + "__id__": 9 + } + ], + "_prefab": { + "__id__": 11 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 50, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 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": 20, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a7v65R9FlK35rDSodMKBaf" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "enabledContactListener": true, + "bullet": true, + "awakeOnLoad": true, + "_group": 2, + "_type": 1, + "_allowSleep": false, + "_gravityScale": 0, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1dGvLlJTxIyqWs7tv5eOjk" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 8 + }, + "tag": 4, + "_group": 2, + "_density": 0, + "_sensor": false, + "_friction": 0.2, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_size": { + "__type__": "cc.Size", + "width": 200, + "height": 150 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1dqgNlJdOJJzLITAnZIRf" + }, + { + "__type__": "14659+HEzNG4Jt9acNpxvhS", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "96NAs0hL1BFrp1Uh40Q0qV" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "efBGnhxpVAs6aCGcg6inWm", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "buff_icons", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 15 + }, + "_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__": 12 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b4Dy2iOhdGNIRklJZWrCG/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "63odueI6BBfZ9G4QIJALMy", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "anm", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 17 + }, + { + "__id__": 19 + }, + { + "__id__": 21 + } + ], + "_prefab": { + "__id__": 23 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 5.725, + "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__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 56, + "height": 54 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9eaEPPEkdKYYfWIxgJ1KbU" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 20 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f8affdac-0ef0-4a39-9d3a-afea496b3034@9a470", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b8HXPqPhZMN71qxUdeHMKv" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 22 + }, + "playOnLoad": true, + "_clips": [ + null, + null, + null, + null + ], + "_defaultClip": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cc+VbiPudF9b+0zbBwUuPW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4aKyovCOhDJpr23Of35+5a", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "level", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 25 + }, + { + "__id__": 31 + }, + { + "__id__": 37 + }, + { + "__id__": 43 + }, + { + "__id__": 49 + }, + { + "__id__": 55 + } + ], + "_active": true, + "_components": [ + { + "__id__": 61 + }, + { + "__id__": 63 + } + ], + "_prefab": { + "__id__": 65 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -22.542, + "y": 74.394, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.6, + "y": 0.6, + "z": 1 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 26 + }, + { + "__id__": 28 + } + ], + "_prefab": { + "__id__": 30 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 100.197, + "y": -77.265, + "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__": 25 + }, + "_enabled": true, + "__prefab": { + "__id__": 27 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cfZFaZgxNFo6RAbvR4Rmfc" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 25 + }, + "_enabled": true, + "__prefab": { + "__id__": 29 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "e6uKIl33xHs5LfNDT0p+2p" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a7PGybi3lGW6rZ+VnLGFt6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 32 + }, + { + "__id__": 34 + } + ], + "_prefab": { + "__id__": 36 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.377, + "y": -61.16, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.9999999999999997, + "y": 0.9999999999999997, + "z": 0.9999999999999999 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 31 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d1lOxIXgdCJ6zpNNZGK8zg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 31 + }, + "_enabled": true, + "__prefab": { + "__id__": 35 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "e85QoknbNBfpqTQHj53qa7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "besG/N2EFDa7lwWiyvx8Nl", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 38 + }, + { + "__id__": 40 + } + ], + "_prefab": { + "__id__": 42 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.377, + "y": -43.555, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.9999999999999997, + "y": 0.9999999999999997, + "z": 0.9999999999999999 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 37 + }, + "_enabled": true, + "__prefab": { + "__id__": 39 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "522G27EDRAqaOJNSy1XjqA" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 37 + }, + "_enabled": true, + "__prefab": { + "__id__": 41 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "49HA7zbFRI77U6X4ltATKG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "42gqlfWSRM46ibYgoOOPzt", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 44 + }, + { + "__id__": 46 + } + ], + "_prefab": { + "__id__": 48 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.377, + "y": -27.047, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.9999999999999997, + "y": 0.9999999999999997, + "z": 0.9999999999999999 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 43 + }, + "_enabled": true, + "__prefab": { + "__id__": 45 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "54B6UJW5NEdJ3RJ7tdZN/H" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 43 + }, + "_enabled": true, + "__prefab": { + "__id__": 47 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "2adMQ5svRPv6C0hl03pcKW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "46MlNyXVlAd6iCQ2Xg1GOs", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 50 + }, + { + "__id__": 52 + } + ], + "_prefab": { + "__id__": 54 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.377, + "y": -8.965, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.9999999999999997, + "y": 0.9999999999999997, + "z": 0.9999999999999999 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 51 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7b9M+THNlDTaqQGsiLKEEh" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 53 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "4ahRCnXYNP+49Y0cMTeOKb" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "abhOklX+ZBXKyPrgHVNLJs", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "6", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 56 + }, + { + "__id__": 58 + } + ], + "_prefab": { + "__id__": 60 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.377, + "y": 7.656, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.9999999999999997, + "y": 0.9999999999999997, + "z": 0.9999999999999999 + }, + "_mobility": 0, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 57 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2TJIwk4JNxaWqt8GCj63E" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 59 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@a6b9d", + "__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": "878kYC1dxIX7g/Ed4U8sq0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7G1dbavBCbpliqnbRTYqP", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 24 + }, + "_enabled": true, + "__prefab": { + "__id__": 62 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "156zvtWyZL7JeSq/l8Wq5O" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 24 + }, + "_enabled": true, + "__prefab": { + "__id__": 64 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_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": "3bjPXp87JGu52dDySu74sO" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2dGu24EexKI57EzgA2ECVa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "top", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 67 + }, + { + "__id__": 81 + }, + { + "__id__": 95 + }, + { + "__id__": 109 + } + ], + "_active": true, + "_components": [ + { + "__id__": 113 + } + ], + "_prefab": { + "__id__": 115 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 52.719, + "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": "shield", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 66 + }, + "_children": [ + { + "__id__": 68 + } + ], + "_active": true, + "_components": [ + { + "__id__": 74 + }, + { + "__id__": 76 + }, + { + "__id__": 78 + } + ], + "_prefab": { + "__id__": 80 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -9.161, + "y": 11.501, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 69 + }, + { + "__id__": 71 + } + ], + "_prefab": { + "__id__": 73 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 68 + }, + "_enabled": true, + "__prefab": { + "__id__": 70 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fd3dH6jldPsa66Ci7KUVI3" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 68 + }, + "_enabled": true, + "__prefab": { + "__id__": 72 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5c4a5", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "42nR/FpVZByb+otJaujBAU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "82t+mKrT1NDK/FLaizJqmu", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 75 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d0Vsb23mxLQp4brp5KrYoI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 77 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 1, + "_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": "817EmqwtZOoo1jCiT331/h" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 79 + }, + "_barSprite": { + "__id__": 71 + }, + "_mode": 0, + "_totalLength": 30, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "03p2B8lt5IL6sqNzysZUD4" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f5X0rdMcFOMZ0GRx4uHEc0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "power", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 66 + }, + "_children": [ + { + "__id__": 82 + } + ], + "_active": true, + "_components": [ + { + "__id__": 88 + }, + { + "__id__": 90 + }, + { + "__id__": 92 + } + ], + "_prefab": { + "__id__": 94 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -9.161, + "y": 4.35, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 81 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 83 + }, + { + "__id__": 85 + } + ], + "_prefab": { + "__id__": 87 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 82 + }, + "_enabled": true, + "__prefab": { + "__id__": 84 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "813TIYW4hFE51fj5XnIM7U" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 82 + }, + "_enabled": true, + "__prefab": { + "__id__": 86 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", + "__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": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6uKKYR+hOwqOSPSq7AlvQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b3LJ0VG0VFrYRVjfPY427V", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 8 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "09RqqG2gdIyLDPmkOnUl7P" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 91 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@0e130", + "__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": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "36zTet8jxGlIf/W9fQOS9R" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 93 + }, + "_barSprite": { + "__id__": 85 + }, + "_mode": 0, + "_totalLength": 30, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9C5D8jvtF/JEjVlHBhBdr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b5rEuqD9FEYYP4Im0qXER9", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "hp", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 66 + }, + "_children": [ + { + "__id__": 96 + } + ], + "_active": true, + "_components": [ + { + "__id__": 102 + }, + { + "__id__": 104 + }, + { + "__id__": 106 + } + ], + "_prefab": { + "__id__": 108 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -9.161, + "y": 8.374, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 95 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 97 + }, + { + "__id__": 99 + } + ], + "_prefab": { + "__id__": 101 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 96 + }, + "_enabled": true, + "__prefab": { + "__id__": 98 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "64oRBs3hJO3LA5VFslDpOO" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 96 + }, + "_enabled": true, + "__prefab": { + "__id__": 100 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@dfad9", + "__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": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1b7JSpvcxOhplKvSN0EmRv" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1eXXKteoBAvo0Hvio77rEU", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": { + "__id__": 103 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bnXpjeBpLVb3bBNHoJ7Ml" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": { + "__id__": 105 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@cf09c", + "__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": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "81qai2QVVH/ZHainysEVfg" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": { + "__id__": 107 + }, + "_barSprite": { + "__id__": 99 + }, + "_mode": 0, + "_totalLength": 30, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "679kvexftOP5THClBTLwgV" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e0uLHlpWdNPYyGkO1b43Fw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "info", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 66 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 110 + } + ], + "_prefab": { + "__id__": 112 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -22.293000000000006, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.0000000000000002, + "y": 1.0000000000000002, + "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__": 109 + }, + "_enabled": true, + "__prefab": { + "__id__": 111 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5ee77+ulxDVLmOpnqyiJiI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a8xJwPSnJC46y3h55Dx4+q", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 66 + }, + "_enabled": true, + "__prefab": { + "__id__": 114 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "87TOHvukJEtaMdt++5klVw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dan9CUjmhFipAW7pXgUTOt", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 117 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 80, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "14OhXRCixNOaApgow/hFbp" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 119 + }, + "enabledContactListener": true, + "bullet": true, + "awakeOnLoad": true, + "_group": 2, + "_type": 1, + "_allowSleep": false, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d8rVs6intBQ7lRU8Dw4zXV" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 121 + }, + "tag": 0, + "_group": 2, + "_density": 1, + "_sensor": false, + "_friction": 1, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 8.6, + "y": 25 + }, + "_size": { + "__type__": "cc.Size", + "width": 25.9, + "height": 28.7 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b2Dt9lJI9FyJCDezkDBPBl" + }, + { + "__type__": "0ca2fcqDIxB14VyZzQopxU3", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 123 + }, + "animator": { + "__id__": 21 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8aSWuwkXhCZZjecJq8Mi8K" + }, + { + "__type__": "18359yeEjJKe669XNSeiC2G", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 125 + }, + "hitFlashMaterial": { + "__uuid__": "a8f34051-ccff-4050-b9d9-234f62977264", + "__expectedType__": "cc.Material" + }, + "BoxRang": { + "__id__": 2 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "91VJfYuZRBl76Iu3sucOsm" + }, + { + "__type__": "dc9c4wHvjRNHIFBjsP5/4J1", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 127 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ce3Im9ZWZEpIwFBFpRTmyf" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fdklpBwCBM/qJ4WFlQF3kT", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/game/monster/boss.prefab.meta b/assets/resources/game/monster/boss.prefab.meta new file mode 100644 index 00000000..82495e47 --- /dev/null +++ b/assets/resources/game/monster/boss.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "8acb34d1-ce0e-42b0-ab3e-6c9764e6f497", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "boss" + } +} diff --git a/assets/resources/game/monster/boss/boss1.meta b/assets/resources/game/monster/boss/boss1.meta new file mode 100644 index 00000000..b2650d1c --- /dev/null +++ b/assets/resources/game/monster/boss/boss1.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "e3cf0681-7302-44f9-a1e1-11f672b172f3", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/game/monster/boss/boss1/atk.anim b/assets/resources/game/monster/boss/boss1/atk.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/atk.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss1/atk.anim.meta b/assets/resources/game/monster/boss/boss1/atk.anim.meta new file mode 100644 index 00000000..bf841700 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/atk.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"06b8502c-2a00-4db2-b531-411f16b4947f","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}} diff --git a/assets/resources/game/monster/boss/boss1/idle.anim b/assets/resources/game/monster/boss/boss1/idle.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/idle.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss1/idle.anim.meta b/assets/resources/game/monster/boss/boss1/idle.anim.meta new file mode 100644 index 00000000..aa068621 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/idle.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"20738269-2a17-49af-8f73-c3625270986f","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}} diff --git a/assets/resources/game/monster/boss/boss1/max.anim b/assets/resources/game/monster/boss/boss1/max.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/max.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss1/max.anim.meta b/assets/resources/game/monster/boss/boss1/max.anim.meta new file mode 100644 index 00000000..2c424048 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/max.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"031ee1fe-91fe-4fb0-86d2-c6a9574f9086","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}} diff --git a/assets/resources/game/monster/boss/boss1/move.anim b/assets/resources/game/monster/boss/boss1/move.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/move.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss1/move.anim.meta b/assets/resources/game/monster/boss/boss1/move.anim.meta new file mode 100644 index 00000000..c6d8f6dd --- /dev/null +++ b/assets/resources/game/monster/boss/boss1/move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"fb971c8d-65ba-4a66-bd32-fb68a18053a3","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}} diff --git a/assets/resources/game/monster/ys/ys4.plist b/assets/resources/game/monster/boss/boss1/ys4.plist similarity index 100% rename from assets/resources/game/monster/ys/ys4.plist rename to assets/resources/game/monster/boss/boss1/ys4.plist diff --git a/assets/resources/game/monster/ys/ys4.plist.meta b/assets/resources/game/monster/boss/boss1/ys4.plist.meta similarity index 100% rename from assets/resources/game/monster/ys/ys4.plist.meta rename to assets/resources/game/monster/boss/boss1/ys4.plist.meta diff --git a/assets/resources/game/monster/ys/ys4.png b/assets/resources/game/monster/boss/boss1/ys4.png similarity index 100% rename from assets/resources/game/monster/ys/ys4.png rename to assets/resources/game/monster/boss/boss1/ys4.png diff --git a/assets/resources/game/monster/ys/ys4.png.meta b/assets/resources/game/monster/boss/boss1/ys4.png.meta similarity index 100% rename from assets/resources/game/monster/ys/ys4.png.meta rename to assets/resources/game/monster/boss/boss1/ys4.png.meta diff --git a/assets/resources/game/monster/boss/boss2.meta b/assets/resources/game/monster/boss/boss2.meta new file mode 100644 index 00000000..39246994 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "20c48ceb-96cd-42c2-8c25-001c3eb7e2b0", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/game/monster/boss/boss2/atk.anim b/assets/resources/game/monster/boss/boss2/atk.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/atk.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss2/atk.anim.meta b/assets/resources/game/monster/boss/boss2/atk.anim.meta new file mode 100644 index 00000000..b05f89c7 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/atk.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"7b1af35c-8a15-4473-ade3-579276744ff4","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}} diff --git a/assets/resources/game/monster/boss/boss2/idle.anim b/assets/resources/game/monster/boss/boss2/idle.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/idle.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss2/idle.anim.meta b/assets/resources/game/monster/boss/boss2/idle.anim.meta new file mode 100644 index 00000000..743da0ef --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/idle.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"af20d15d-425c-4d31-bb80-8ea8c2d45766","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}} diff --git a/assets/resources/game/monster/boss/boss2/max.anim b/assets/resources/game/monster/boss/boss2/max.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/max.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss2/max.anim.meta b/assets/resources/game/monster/boss/boss2/max.anim.meta new file mode 100644 index 00000000..7bcc6a7e --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/max.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"e4d7ee2b-1830-411a-9ef8-8009cf70619f","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}} diff --git a/assets/resources/game/monster/boss/boss2/move.anim b/assets/resources/game/monster/boss/boss2/move.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/move.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss2/move.anim.meta b/assets/resources/game/monster/boss/boss2/move.anim.meta new file mode 100644 index 00000000..0f29ed19 --- /dev/null +++ b/assets/resources/game/monster/boss/boss2/move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"f134db57-f501-4352-beb5-4211b7a430cf","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}} diff --git a/assets/resources/game/monster/ys/ys5.plist b/assets/resources/game/monster/boss/boss2/ys5.plist similarity index 100% rename from assets/resources/game/monster/ys/ys5.plist rename to assets/resources/game/monster/boss/boss2/ys5.plist diff --git a/assets/resources/game/monster/ys/ys5.plist.meta b/assets/resources/game/monster/boss/boss2/ys5.plist.meta similarity index 100% rename from assets/resources/game/monster/ys/ys5.plist.meta rename to assets/resources/game/monster/boss/boss2/ys5.plist.meta diff --git a/assets/resources/game/monster/ys/ys5.png b/assets/resources/game/monster/boss/boss2/ys5.png similarity index 100% rename from assets/resources/game/monster/ys/ys5.png rename to assets/resources/game/monster/boss/boss2/ys5.png diff --git a/assets/resources/game/monster/ys/ys5.png.meta b/assets/resources/game/monster/boss/boss2/ys5.png.meta similarity index 100% rename from assets/resources/game/monster/ys/ys5.png.meta rename to assets/resources/game/monster/boss/boss2/ys5.png.meta diff --git a/assets/resources/game/monster/boss/boss3.meta b/assets/resources/game/monster/boss/boss3.meta new file mode 100644 index 00000000..b13f0804 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3.meta @@ -0,0 +1 @@ +{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"c75d3c6f-d326-4e7e-b7d3-c984dfa6f0dc","files":[],"subMetas":{},"userData":{}} diff --git a/assets/resources/game/monster/boss/boss3/atk-001.anim b/assets/resources/game/monster/boss/boss3/atk-001.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/atk-001.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/atk-001.anim.meta b/assets/resources/game/monster/boss/boss3/atk-001.anim.meta new file mode 100644 index 00000000..3f9afd25 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/atk-001.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "c2fbf269-67d1-4757-ace6-1d505c8df123", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "atk-001" + } +} diff --git a/assets/resources/game/monster/boss/boss3/atk.anim b/assets/resources/game/monster/boss/boss3/atk.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/atk.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/atk.anim.meta b/assets/resources/game/monster/boss/boss3/atk.anim.meta new file mode 100644 index 00000000..755d1194 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/atk.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"5154eeb7-8951-418c-8e54-87cb44d17b34","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}} diff --git a/assets/resources/game/monster/boss/boss3/idle-001.anim b/assets/resources/game/monster/boss/boss3/idle-001.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/idle-001.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/idle-001.anim.meta b/assets/resources/game/monster/boss/boss3/idle-001.anim.meta new file mode 100644 index 00000000..8998ba3c --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/idle-001.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "2fe552ee-c144-47d9-b6c4-56923edd3757", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "idle-001" + } +} diff --git a/assets/resources/game/monster/boss/boss3/idle.anim b/assets/resources/game/monster/boss/boss3/idle.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/idle.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/idle.anim.meta b/assets/resources/game/monster/boss/boss3/idle.anim.meta new file mode 100644 index 00000000..b040ed73 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/idle.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"3b0fa01a-8e88-46d8-a2b2-dc5bec3d8760","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}} diff --git a/assets/resources/game/monster/boss/boss3/max-001.anim b/assets/resources/game/monster/boss/boss3/max-001.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/max-001.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/max-001.anim.meta b/assets/resources/game/monster/boss/boss3/max-001.anim.meta new file mode 100644 index 00000000..61235a02 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/max-001.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "8068932d-0c53-429b-a223-95be7ee52e64", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "max-001" + } +} diff --git a/assets/resources/game/monster/boss/boss3/max.anim b/assets/resources/game/monster/boss/boss3/max.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/max.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/max.anim.meta b/assets/resources/game/monster/boss/boss3/max.anim.meta new file mode 100644 index 00000000..5cb42962 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/max.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a0e9ef8a-2ba4-4450-8d33-c80120e7a4fa","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}} diff --git a/assets/resources/game/monster/boss/boss3/move-001.anim b/assets/resources/game/monster/boss/boss3/move-001.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/move-001.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/move-001.anim.meta b/assets/resources/game/monster/boss/boss3/move-001.anim.meta new file mode 100644 index 00000000..2e2fe673 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/move-001.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "57de1143-92e8-4246-9005-bfdb884c463e", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "move-001" + } +} diff --git a/assets/resources/game/monster/boss/boss3/move.anim b/assets/resources/game/monster/boss/boss3/move.anim new file mode 100644 index 00000000..fc151c71 --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/move.anim @@ -0,0 +1,17 @@ +{ + "__type__": "cc.AnimationClip", + "_name": "", + "_objFlags": 0, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "events": [], + "_duration": 0, + "_keys": [], + "_stepness": 0, + "curveDatas": {}, + "_curves": [], + "_commonTargets": [], + "_hash": 0 +} diff --git a/assets/resources/game/monster/boss/boss3/move.anim.meta b/assets/resources/game/monster/boss/boss3/move.anim.meta new file mode 100644 index 00000000..e4aadecf --- /dev/null +++ b/assets/resources/game/monster/boss/boss3/move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"fb642bcb-ebad-438d-92b0-ca7666dd96f9","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}} diff --git a/assets/resources/game/monster/ys/ys6.plist b/assets/resources/game/monster/boss/boss3/ys6.plist similarity index 100% rename from assets/resources/game/monster/ys/ys6.plist rename to assets/resources/game/monster/boss/boss3/ys6.plist diff --git a/assets/resources/game/monster/ys/ys6.plist.meta b/assets/resources/game/monster/boss/boss3/ys6.plist.meta similarity index 100% rename from assets/resources/game/monster/ys/ys6.plist.meta rename to assets/resources/game/monster/boss/boss3/ys6.plist.meta diff --git a/assets/resources/game/monster/ys/ys6.png b/assets/resources/game/monster/boss/boss3/ys6.png similarity index 100% rename from assets/resources/game/monster/ys/ys6.png rename to assets/resources/game/monster/boss/boss3/ys6.png diff --git a/assets/resources/game/monster/ys/ys6.png.meta b/assets/resources/game/monster/boss/boss3/ys6.png.meta similarity index 100% rename from assets/resources/game/monster/ys/ys6.png.meta rename to assets/resources/game/monster/boss/boss3/ys6.png.meta diff --git a/assets/resources/game/monster/boss/boss4.meta b/assets/resources/game/monster/boss/boss4.meta new file mode 100644 index 00000000..7b461814 --- /dev/null +++ b/assets/resources/game/monster/boss/boss4.meta @@ -0,0 +1 @@ +{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"22af6c5c-ab97-4d0f-b9e1-5a4a78b0d45a","files":[],"subMetas":{},"userData":{}} diff --git a/assets/resources/game/monster/boss/boss5.meta b/assets/resources/game/monster/boss/boss5.meta new file mode 100644 index 00000000..ebd4e92b --- /dev/null +++ b/assets/resources/game/monster/boss/boss5.meta @@ -0,0 +1 @@ +{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"c4135b29-87eb-4838-bf14-a0fd60418772","files":[],"subMetas":{},"userData":{}}