From 4944fcfe2b393952c85133458deee51ccd3032d7 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Tue, 20 Dec 2022 14:33:46 +0400 Subject: [PATCH] Enemies Players Animations --- assets/Media/Animation/Game/Enemies.meta | 12 + assets/Media/Animation/Game/Enemies/Bat.meta | 12 + .../Animation/Game/Enemies/Bat/Move.anim | 95 ++ .../Animation/Game/Enemies/Bat/Move.anim.meta | 1 + .../Media/Animation/Game/Enemies/Goblin.meta | 1 + .../Animation/Game/Enemies/Goblin/Move.anim | 95 ++ .../Game/Enemies/Goblin/Move.anim.meta | 1 + .../Media/Animation/Game/Enemies/Shark.meta | 12 + .../Animation/Game/Enemies/Shark/Move.anim | 95 ++ .../Game/Enemies/Shark/Move.anim.meta | 1 + .../Animation/Game/Enemies/Skeleton.meta | 12 + .../Animation/Game/Enemies/Skeleton/Move.anim | 95 ++ .../Game/Enemies/Skeleton/Move.anim.meta | 1 + .../Animation/Game/Weapon/WeaponSwing.anim | 885 +++++++++++++- .../Media/Images/Game/Drops/Gold00.png.meta | 62 +- .../Media/Images/Game/Drops/Gold01.png.meta | 60 +- .../Media/Images/Game/Drops/Gold02.png.meta | 62 +- .../Media/Images/Game/Drops/Gold03.png.meta | 60 +- .../Media/Images/Game/Drops/Gold04.png.meta | 38 +- .../Media/Images/Game/Drops/Gold05.png.meta | 38 +- .../Media/Images/Game/Drops/Gold06.png.meta | 60 +- assets/Media/Images/Game/Drops/XP00.png.meta | 58 +- assets/Media/Images/Game/Drops/XP01.png.meta | 58 +- assets/Media/Images/Game/Drops/XP02.png.meta | 58 +- assets/Media/Images/Game/Drops/XP03.png.meta | 58 +- assets/Media/Images/Game/Drops/XP04.png.meta | 58 +- assets/Media/Images/Game/Drops/XP05.png.meta | 58 +- assets/Media/Images/Game/Drops/XP06.png.meta | 58 +- assets/Media/Images/Game/Drops/XP07.png.meta | 58 +- .../Game/Enemies/{En1.meta => Bat.meta} | 0 .../Images/Game/Enemies/Bat/BatMove00.png | Bin 0 -> 467 bytes .../Bat.png.meta => Bat/BatMove00.png.meta} | 48 +- .../Images/Game/Enemies/Bat/BatMove01.png | Bin 0 -> 467 bytes .../Game/Enemies/Bat/BatMove01.png.meta | 134 +++ .../Images/Game/Enemies/Bat/BatMove02.png | Bin 0 -> 466 bytes .../Game/Enemies/Bat/BatMove02.png.meta | 134 +++ .../Images/Game/Enemies/Bat/BatMove03.png | Bin 0 -> 482 bytes .../Game/Enemies/Bat/BatMove03.png.meta | 134 +++ assets/Media/Images/Game/Enemies/En1/Bat.png | Bin 504 -> 0 bytes .../Media/Images/Game/Enemies/En2/Goblin.png | Bin 991 -> 0 bytes .../Media/Images/Game/Enemies/En3/Shark.png | Bin 1200 -> 0 bytes assets/Media/Images/Game/Enemies/Goblin.meta | 12 + .../Images/Game/Enemies/Goblin/Goblin00.png | Bin 0 -> 845 bytes .../Goblin00.png.meta} | 38 +- .../Images/Game/Enemies/Goblin/Goblin01.png | Bin 0 -> 839 bytes .../Game/Enemies/Goblin/Goblin01.png.meta | 134 +++ .../Images/Game/Enemies/Goblin/Goblin02.png | Bin 0 -> 843 bytes .../Game/Enemies/Goblin/Goblin02.png.meta | 134 +++ .../Images/Game/Enemies/Goblin/Goblin03.png | Bin 0 -> 877 bytes .../Game/Enemies/Goblin/Goblin03.png.meta | 134 +++ .../Game/Enemies/{En3.meta => Shark.meta} | 0 .../Images/Game/Enemies/Shark/Shark00.png | Bin 0 -> 1255 bytes .../Shark.png.meta => Shark/Shark00.png.meta} | 48 +- .../Images/Game/Enemies/Shark/Shark01.png | Bin 0 -> 1290 bytes .../Game/Enemies/Shark/Shark01.png.meta | 134 +++ .../Images/Game/Enemies/Shark/Shark02.png | Bin 0 -> 1197 bytes .../Game/Enemies/Shark/Shark02.png.meta | 134 +++ .../Images/Game/Enemies/Shark/Shark03.png | Bin 0 -> 1217 bytes .../Game/Enemies/Shark/Shark03.png.meta | 134 +++ .../Game/Enemies/{En2.meta => Skeleton.meta} | 0 .../Game/Enemies/Skeleton/SkeletonMove00.png | Bin 0 -> 994 bytes .../Enemies/Skeleton/SkeletonMove00.png.meta | 134 +++ .../Game/Enemies/Skeleton/SkeletonMove01.png | Bin 0 -> 1045 bytes .../Enemies/Skeleton/SkeletonMove01.png.meta | 134 +++ .../Game/Enemies/Skeleton/SkeletonMove02.png | Bin 0 -> 1069 bytes .../Enemies/Skeleton/SkeletonMove02.png.meta | 134 +++ .../Game/Enemies/Skeleton/SkeletonMove03.png | Bin 0 -> 1038 bytes .../Enemies/Skeleton/SkeletonMove03.png.meta | 134 +++ .../Media/Images/Game/UI/LevelUpButton.meta | 12 + assets/Media/Images/Game/UI/UpgradeIcons.meta | 12 + assets/Media/Images/Game/Weapons/Sword00.png | Bin 490 -> 1948 bytes assets/Media/Images/Game/Weapons/Sword01.png | Bin 630 -> 2043 bytes assets/Media/Images/Game/Weapons/Sword02.png | Bin 800 -> 2146 bytes .../Images/Game/Weapons/Sword02.png.meta | 4 +- .../Media/Images/Game/Weapons/SwordCplx01.png | Bin 0 -> 2157 bytes .../Images/Game/Weapons/SwordCplx01.png.meta | 134 +++ .../Media/Images/Game/Weapons/SwordTrace.png | Bin 0 -> 950 bytes .../Images/Game/Weapons/SwordTrace.png.meta | 134 +++ assets/Media/Prefabs/Game/Bat.prefab | 49 +- assets/Media/Prefabs/Game/Drops/Gold.prefab | 14 +- assets/Media/Prefabs/Game/Goblin.prefab | 39 +- assets/Media/Prefabs/Game/Player.prefab | 1062 ++++++++++++++--- assets/Media/Prefabs/Game/Shark.prefab | 41 +- assets/Media/Prefabs/Game/Skeleton.prefab | 325 +++++ .../Media/Prefabs/Game/Skeleton.prefab.meta | 13 + 85 files changed, 5154 insertions(+), 735 deletions(-) create mode 100644 assets/Media/Animation/Game/Enemies.meta create mode 100644 assets/Media/Animation/Game/Enemies/Bat.meta create mode 100644 assets/Media/Animation/Game/Enemies/Bat/Move.anim create mode 100644 assets/Media/Animation/Game/Enemies/Bat/Move.anim.meta create mode 100644 assets/Media/Animation/Game/Enemies/Goblin.meta create mode 100644 assets/Media/Animation/Game/Enemies/Goblin/Move.anim create mode 100644 assets/Media/Animation/Game/Enemies/Goblin/Move.anim.meta create mode 100644 assets/Media/Animation/Game/Enemies/Shark.meta create mode 100644 assets/Media/Animation/Game/Enemies/Shark/Move.anim create mode 100644 assets/Media/Animation/Game/Enemies/Shark/Move.anim.meta create mode 100644 assets/Media/Animation/Game/Enemies/Skeleton.meta create mode 100644 assets/Media/Animation/Game/Enemies/Skeleton/Move.anim create mode 100644 assets/Media/Animation/Game/Enemies/Skeleton/Move.anim.meta rename assets/Media/Images/Game/Enemies/{En1.meta => Bat.meta} (100%) create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove00.png rename assets/Media/Images/Game/Enemies/{En1/Bat.png.meta => Bat/BatMove00.png.meta} (74%) create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove01.png create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove01.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove02.png create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove02.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove03.png create mode 100644 assets/Media/Images/Game/Enemies/Bat/BatMove03.png.meta delete mode 100644 assets/Media/Images/Game/Enemies/En1/Bat.png delete mode 100644 assets/Media/Images/Game/Enemies/En2/Goblin.png delete mode 100644 assets/Media/Images/Game/Enemies/En3/Shark.png create mode 100644 assets/Media/Images/Game/Enemies/Goblin.meta create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin00.png rename assets/Media/Images/Game/Enemies/{En2/Goblin.png.meta => Goblin/Goblin00.png.meta} (76%) create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin01.png create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin01.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin02.png create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin02.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin03.png create mode 100644 assets/Media/Images/Game/Enemies/Goblin/Goblin03.png.meta rename assets/Media/Images/Game/Enemies/{En3.meta => Shark.meta} (100%) create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark00.png rename assets/Media/Images/Game/Enemies/{En3/Shark.png.meta => Shark/Shark00.png.meta} (74%) create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark01.png create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark01.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark02.png create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark02.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark03.png create mode 100644 assets/Media/Images/Game/Enemies/Shark/Shark03.png.meta rename assets/Media/Images/Game/Enemies/{En2.meta => Skeleton.meta} (100%) create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove00.png create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove00.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png.meta create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png create mode 100644 assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png.meta create mode 100644 assets/Media/Images/Game/UI/LevelUpButton.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons.meta create mode 100644 assets/Media/Images/Game/Weapons/SwordCplx01.png create mode 100644 assets/Media/Images/Game/Weapons/SwordCplx01.png.meta create mode 100644 assets/Media/Images/Game/Weapons/SwordTrace.png create mode 100644 assets/Media/Images/Game/Weapons/SwordTrace.png.meta create mode 100644 assets/Media/Prefabs/Game/Skeleton.prefab create mode 100644 assets/Media/Prefabs/Game/Skeleton.prefab.meta diff --git a/assets/Media/Animation/Game/Enemies.meta b/assets/Media/Animation/Game/Enemies.meta new file mode 100644 index 0000000..1676886 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "4b4f1de3-06b7-4394-94b8-02861f4264c5", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Animation/Game/Enemies/Bat.meta b/assets/Media/Animation/Game/Enemies/Bat.meta new file mode 100644 index 0000000..9724ac8 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Bat.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "5e1be35e-90ed-4064-9c83-15560bb7ff2a", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Animation/Game/Enemies/Bat/Move.anim b/assets/Media/Animation/Game/Enemies/Bat/Move.anim new file mode 100644 index 0000000..f6088bc --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Bat/Move.anim @@ -0,0 +1,95 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "Move", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 2, + "enableTrsBlending": false, + "_duration": 0.6666666666666666, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + } + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "Graphics" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.16666666666666666, + 0.3333333333333333, + 0.5, + 0.65 + ], + "_values": [ + { + "__uuid__": "e6f506a9-a7b6-4382-8e34-716df203e7ae@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "d3824ec3-af27-4e77-925c-d2ddc2be17ab@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "3cb30c73-5405-4d43-a14b-a9065f73fe40@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "489db644-7982-4cfa-b771-59f4152c05be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "489db644-7982-4cfa-b771-59f4152c05be@f9941", + "__expectedType__": "cc.SpriteFrame" + } + ] + } +] \ No newline at end of file diff --git a/assets/Media/Animation/Game/Enemies/Bat/Move.anim.meta b/assets/Media/Animation/Game/Enemies/Bat/Move.anim.meta new file mode 100644 index 0000000..9f5af59 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Bat/Move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"6db4f381-0bdc-417e-b6b3-5721f2e77c5d","files":[".cconb"],"subMetas":{},"userData":{"name":"Move"}} diff --git a/assets/Media/Animation/Game/Enemies/Goblin.meta b/assets/Media/Animation/Game/Enemies/Goblin.meta new file mode 100644 index 0000000..13dfe74 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Goblin.meta @@ -0,0 +1 @@ +{"ver":"1.1.0","importer":"directory","imported":true,"uuid":"029cfb7b-7bc2-47ef-b9d0-7787e5cb41c6","files":[],"subMetas":{},"userData":{"compressionType":{},"isRemoteBundle":{}}} diff --git a/assets/Media/Animation/Game/Enemies/Goblin/Move.anim b/assets/Media/Animation/Game/Enemies/Goblin/Move.anim new file mode 100644 index 0000000..58cbfcc --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Goblin/Move.anim @@ -0,0 +1,95 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "Move", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 2, + "enableTrsBlending": false, + "_duration": 0.6666666666666666, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + } + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "Graphics" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.16666666666666666, + 0.3333333333333333, + 0.5, + 0.65 + ], + "_values": [ + { + "__uuid__": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "28491221-cb6c-4458-be2d-b17261e5819e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@f9941", + "__expectedType__": "cc.SpriteFrame" + } + ] + } +] \ No newline at end of file diff --git a/assets/Media/Animation/Game/Enemies/Goblin/Move.anim.meta b/assets/Media/Animation/Game/Enemies/Goblin/Move.anim.meta new file mode 100644 index 0000000..50e134a --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Goblin/Move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"c5854bd4-5f6d-4e52-8403-835d8b39796c","files":[".cconb"],"subMetas":{},"userData":{"name":"Move"}} diff --git a/assets/Media/Animation/Game/Enemies/Shark.meta b/assets/Media/Animation/Game/Enemies/Shark.meta new file mode 100644 index 0000000..8f440ea --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Shark.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "c8da3b78-0cea-4a3c-abbf-ec77bfc3c96f", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Animation/Game/Enemies/Shark/Move.anim b/assets/Media/Animation/Game/Enemies/Shark/Move.anim new file mode 100644 index 0000000..cc016d3 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Shark/Move.anim @@ -0,0 +1,95 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "Move", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 2, + "enableTrsBlending": false, + "_duration": 0.6666666666666666, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + } + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "Graphics" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.16666666666666666, + 0.3333333333333333, + 0.5, + 0.65 + ], + "_values": [ + { + "__uuid__": "2ae3cc6f-7b49-4ac6-a95d-611b7dac7660@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "16c040eb-36a6-4dbe-95e9-9d672102f15c@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "584202ac-46b2-4d08-bd63-9f2176e8b083@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "584202ac-46b2-4d08-bd63-9f2176e8b083@f9941", + "__expectedType__": "cc.SpriteFrame" + } + ] + } +] \ No newline at end of file diff --git a/assets/Media/Animation/Game/Enemies/Shark/Move.anim.meta b/assets/Media/Animation/Game/Enemies/Shark/Move.anim.meta new file mode 100644 index 0000000..056526b --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Shark/Move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"ece5c4b8-bcea-491d-b1aa-2eba66a74d82","files":[".cconb"],"subMetas":{},"userData":{"name":"Move"}} diff --git a/assets/Media/Animation/Game/Enemies/Skeleton.meta b/assets/Media/Animation/Game/Enemies/Skeleton.meta new file mode 100644 index 0000000..f192a20 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Skeleton.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "812ad011-ba0d-4176-94ad-d53e46d00cb5", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim b/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim new file mode 100644 index 0000000..eeaa289 --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim @@ -0,0 +1,95 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "Move", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 2, + "enableTrsBlending": false, + "_duration": 0.6666666666666666, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + } + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "Graphics" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.16666666666666666, + 0.3333333333333333, + 0.5, + 0.65 + ], + "_values": [ + { + "__uuid__": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "54797001-3737-49d9-bbdf-0aad2b436d04@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "ab46427e-edd3-468b-ad23-498c9be3bf65@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "ab46427e-edd3-468b-ad23-498c9be3bf65@f9941", + "__expectedType__": "cc.SpriteFrame" + } + ] + } +] \ No newline at end of file diff --git a/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim.meta b/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim.meta new file mode 100644 index 0000000..d13fa7f --- /dev/null +++ b/assets/Media/Animation/Game/Enemies/Skeleton/Move.anim.meta @@ -0,0 +1 @@ +{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"7e3e3b7f-f520-4668-9d75-268a3f28872e","files":[".cconb"],"subMetas":{},"userData":{"name":"Move"}} diff --git a/assets/Media/Animation/Game/Weapon/WeaponSwing.anim b/assets/Media/Animation/Game/Weapon/WeaponSwing.anim index da4873e..024b080 100644 --- a/assets/Media/Animation/Game/Weapon/WeaponSwing.anim +++ b/assets/Media/Animation/Game/Weapon/WeaponSwing.anim @@ -19,6 +19,24 @@ }, { "__id__": 11 + }, + { + "__id__": 17 + }, + { + "__id__": 23 + }, + { + "__id__": 29 + }, + { + "__id__": 35 + }, + { + "__id__": 41 + }, + { + "__id__": 47 } ], "_exoticAnimation": null, @@ -212,8 +230,8 @@ "interpolationMode": 2, "tangentWeightMode": 2, "value": 170, - "rightTangent": 54.75206268729487, - "rightTangentWeight": 16.063283573889958, + "rightTangent": 54.7520637512207, + "rightTangentWeight": 16.063283920288086, "leftTangent": 0, "leftTangentWeight": 1, "easingMethod": 0 @@ -222,15 +240,12 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 3, - "value": 363.0973185510283, - "rightTangent": 262.7797708147569, - "rightTangentWeight": 4.453371444450094, - "leftTangent": 372.1603658090827, - "leftTangentWeight": 94.35620904445086, - "easingMethod": 0, - "__editorExtras__": { - "broken": true - } + "value": 363.0973205566406, + "rightTangent": 262.77978515625, + "rightTangentWeight": 4.453371524810791, + "leftTangent": 372.1603698730469, + "leftTangentWeight": 94.35620880126953, + "easingMethod": 0 }, { "__type__": "cc.RealKeyframeValue", @@ -240,7 +255,7 @@ "rightTangent": 0, "rightTangentWeight": 1, "leftTangent": 0, - "leftTangentWeight": 0.297, + "leftTangentWeight": 0.296999990940094, "easingMethod": 0 } ], @@ -302,7 +317,7 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.6, + 0.4666666666666667, 1, 1.2666666666666666 ], @@ -326,24 +341,25 @@ "interpolationMode": 2, "tangentWeightMode": 2, "value": 0, - "rightTangent": 0, - "rightTangentWeight": 0.0733333333333333, - "leftTangent": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, "leftTangentWeight": 1, "easingMethod": 0, "__editorExtras__": { - "tangentMode": 0 + "tangentMode": 0, + "broken": false } }, { "__type__": "cc.RealKeyframeValue", "interpolationMode": 2, "tangentWeightMode": 3, - "value": -0.2406881581880826, - "rightTangent": 0.03224551586775848, - "rightTangentWeight": 0.10394283191795793, - "leftTangent": -0.6357457491336126, - "leftTangentWeight": 0.12763811030833971, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, "easingMethod": 0, "__editorExtras__": { "tangentMode": 0, @@ -358,7 +374,7 @@ "rightTangent": 0, "rightTangentWeight": 1, "leftTangent": 0, - "leftTangentWeight": 0.11199999999999997, + "leftTangentWeight": 0.1120000034570694, "easingMethod": 0, "__editorExtras__": { "tangentMode": 0 @@ -367,5 +383,828 @@ ], "preExtrapolation": 1, "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.RealTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 18 + } + }, + "_channel": { + "__id__": 21 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 19 + }, + { + "__id__": 20 + }, + "fillRange" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "WeaponCollider-001/Trace" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 22 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.4666666666666667, + 1, + 1.2666666666666666 + ], + "_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": 2, + "tangentWeightMode": 2, + "value": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 3, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 0.1120000034570694, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.RealTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 24 + } + }, + "_channel": { + "__id__": 27 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 25 + }, + { + "__id__": 26 + }, + "fillRange" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "WeaponCollider-002/Trace" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 28 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.4666666666666667, + 1, + 1.2666666666666666 + ], + "_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": 2, + "tangentWeightMode": 2, + "value": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 3, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 0.1120000034570694, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.RealTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 30 + } + }, + "_channel": { + "__id__": 33 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 31 + }, + { + "__id__": 32 + }, + "fillRange" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "WeaponCollider-003/Trace" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 34 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.4666666666666667, + 1, + 1.2666666666666666 + ], + "_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": 2, + "tangentWeightMode": 2, + "value": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 3, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 0.1120000034570694, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.RealTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 36 + } + }, + "_channel": { + "__id__": 39 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 37 + }, + { + "__id__": 38 + }, + "fillRange" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "WeaponCollider-004/Trace" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 40 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.4666666666666667, + 1, + 1.2666666666666666 + ], + "_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": 2, + "tangentWeightMode": 2, + "value": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 3, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 0.1120000034570694, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.RealTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 42 + } + }, + "_channel": { + "__id__": 45 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 43 + }, + { + "__id__": 44 + }, + "fillRange" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "WeaponCollider-005/Trace" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 46 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.4666666666666667, + 1, + 1.2666666666666666 + ], + "_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": 2, + "tangentWeightMode": 2, + "value": 0, + "rightTangent": -0.0002415426424704492, + "rightTangentWeight": 0.3090214133262634, + "leftTangent": -0.0002415426424704492, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 3, + "value": -0.24068816006183624, + "rightTangent": 0.4694042205810547, + "rightTangentWeight": 0.11757538467645645, + "leftTangent": -0.008378173224627972, + "leftTangentWeight": 0.0942150205373764, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 0.1120000034570694, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.VectorTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 48 + } + }, + "_channels": [ + { + "__id__": 49 + }, + { + "__id__": 51 + }, + { + "__id__": 53 + }, + { + "__id__": 55 + } + ], + "_nComponents": 3 + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + "scale" + ] + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 50 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.2, + 0.3333333333333333, + 0.9833333333333333, + 1.3 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0.8, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1.05, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 2, + "value": 1, + "rightTangent": -0.053333333333333385, + "rightTangentWeight": 0.1502131818450032, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0.8, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": -11.305741868642015, + "leftTangentWeight": 0.10682932311991654, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0, + "broken": true + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 52 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.2, + 0.3333333333333333, + 0.9833333333333333, + 1.3 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0.2, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1.05, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 2, + "value": 1, + "rightTangent": -0.21333333333333354, + "rightTangentWeight": 0.15337535656030274, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 2, + "tangentWeightMode": 1, + "value": 0.2, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": -15.75449563836337, + "leftTangentWeight": 0.461035873200167, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0, + "broken": true + } + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 54 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.2, + 0.3333333333333333, + 0.9833333333333333, + 1.3 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0 + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 1, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 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__": 56 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [], + "_values": [], + "preExtrapolation": 1, + "postExtrapolation": 1 } ] \ No newline at end of file diff --git a/assets/Media/Images/Game/Drops/Gold00.png.meta b/assets/Media/Images/Game/Drops/Gold00.png.meta index b91409f..a39014a 100644 --- a/assets/Media/Images/Game/Drops/Gold00.png.meta +++ b/assets/Media/Images/Game/Drops/Gold00.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": 0.5, - "offsetY": -1, - "trimX": 4, - "trimY": 2, - "width": 9, - "height": 14, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -4.5, - -7, + -8, + -8, 0, - 4.5, - -7, + 8, + -8, 0, - -4.5, - 7, + -8, + 8, 0, - 4.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -83,33 +83,33 @@ 3 ], "uv": [ - 4, - 14, - 13, - 14, - 4, 0, - 13, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.25, 0, - 0.8125, 0, - 0.25, - 0.875, - 0.8125, - 0.875 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -4.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 4.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/Gold01.png.meta b/assets/Media/Images/Game/Drops/Gold01.png.meta index ff3a0fc..35bc81b 100644 --- a/assets/Media/Images/Game/Drops/Gold01.png.meta +++ b/assets/Media/Images/Game/Drops/Gold01.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, - "offsetY": -1.5, - "trimX": 3, - "trimY": 3, - "width": 10, - "height": 13, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -5, - -6.5, + -8, + -8, 0, - 5, - -6.5, + 8, + -8, 0, - -5, - 6.5, + -8, + 8, 0, - 5, - 6.5, + 8, + 8, 0 ], "indexes": [ @@ -83,33 +83,33 @@ 3 ], "uv": [ - 3, - 13, - 13, - 13, - 3, 0, - 13, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.1875, 0, - 0.8125, 0, - 0.1875, - 0.8125, - 0.8125, - 0.8125 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -5, - -6.5, + -8, + -8, 0 ], "maxPos": [ - 5, - 6.5, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/Gold02.png.meta b/assets/Media/Images/Game/Drops/Gold02.png.meta index f853c65..75b8130 100644 --- a/assets/Media/Images/Game/Drops/Gold02.png.meta +++ b/assets/Media/Images/Game/Drops/Gold02.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, - "offsetY": -1, - "trimX": 3, - "trimY": 2, - "width": 9, - "height": 14, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -4.5, - -7, + -8, + -8, 0, - 4.5, - -7, + 8, + -8, 0, - -4.5, - 7, + -8, + 8, 0, - 4.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -83,33 +83,33 @@ 3 ], "uv": [ - 3, - 14, - 12, - 14, - 3, 0, - 12, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.1875, 0, - 0.75, 0, - 0.1875, - 0.875, - 0.75, - 0.875 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -4.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 4.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/Gold03.png.meta b/assets/Media/Images/Game/Drops/Gold03.png.meta index cf88993..976581e 100644 --- a/assets/Media/Images/Game/Drops/Gold03.png.meta +++ b/assets/Media/Images/Game/Drops/Gold03.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, - "offsetY": -0.5, - "trimX": 4, - "trimY": 1, - "width": 8, - "height": 15, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -4, - -7.5, + -8, + -8, 0, - 4, - -7.5, + 8, + -8, 0, - -4, - 7.5, + -8, + 8, 0, - 4, - 7.5, + 8, + 8, 0 ], "indexes": [ @@ -83,33 +83,33 @@ 3 ], "uv": [ - 4, - 15, - 12, - 15, - 4, 0, - 12, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.25, 0, - 0.75, 0, - 0.25, - 0.9375, - 0.75, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -4, - -7.5, + -8, + -8, 0 ], "maxPos": [ - 4, - 7.5, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/Gold04.png.meta b/assets/Media/Images/Game/Drops/Gold04.png.meta index 7d7330f..2a25078 100644 --- a/assets/Media/Images/Game/Drops/Gold04.png.meta +++ b/assets/Media/Images/Game/Drops/Gold04.png.meta @@ -39,14 +39,14 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, "offsetY": 0, - "trimX": 5, + "trimX": 0, "trimY": 0, - "width": 6, + "width": 16, "height": 16, "rawWidth": 16, "rawHeight": 16, @@ -61,16 +61,16 @@ "meshType": 0, "vertices": { "rawPosition": [ - -3, + -8, -8, 0, - 3, + 8, -8, 0, - -3, + -8, 8, 0, - 3, + 8, 8, 0 ], @@ -83,32 +83,32 @@ 3 ], "uv": [ - 5, - 16, - 11, - 16, - 5, 0, - 11, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.3125, 0, - 0.6875, 0, - 0.3125, 1, - 0.6875, + 0, + 0, + 1, + 1, 1 ], "minPos": [ - -3, + -8, -8, 0 ], "maxPos": [ - 3, + 8, 8, 0 ] diff --git a/assets/Media/Images/Game/Drops/Gold05.png.meta b/assets/Media/Images/Game/Drops/Gold05.png.meta index 5c32c1e..5f867f0 100644 --- a/assets/Media/Images/Game/Drops/Gold05.png.meta +++ b/assets/Media/Images/Game/Drops/Gold05.png.meta @@ -39,14 +39,14 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, "offsetY": 0, - "trimX": 5, + "trimX": 0, "trimY": 0, - "width": 6, + "width": 16, "height": 16, "rawWidth": 16, "rawHeight": 16, @@ -61,16 +61,16 @@ "meshType": 0, "vertices": { "rawPosition": [ - -3, + -8, -8, 0, - 3, + 8, -8, 0, - -3, + -8, 8, 0, - 3, + 8, 8, 0 ], @@ -83,32 +83,32 @@ 3 ], "uv": [ - 5, - 16, - 11, - 16, - 5, 0, - 11, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.3125, 0, - 0.6875, 0, - 0.3125, 1, - 0.6875, + 0, + 0, + 1, + 1, 1 ], "minPos": [ - -3, + -8, -8, 0 ], "maxPos": [ - 3, + 8, 8, 0 ] diff --git a/assets/Media/Images/Game/Drops/Gold06.png.meta b/assets/Media/Images/Game/Drops/Gold06.png.meta index 61fcc00..b804282 100644 --- a/assets/Media/Images/Game/Drops/Gold06.png.meta +++ b/assets/Media/Images/Game/Drops/Gold06.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, - "offsetY": -0.5, - "trimX": 4, - "trimY": 1, - "width": 8, - "height": 15, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -4, - -7.5, + -8, + -8, 0, - 4, - -7.5, + 8, + -8, 0, - -4, - 7.5, + -8, + 8, 0, - 4, - 7.5, + 8, + 8, 0 ], "indexes": [ @@ -83,33 +83,33 @@ 3 ], "uv": [ - 4, - 15, - 12, - 15, - 4, 0, - 12, + 16, + 16, + 16, + 0, + 0, + 16, 0 ], "nuv": [ - 0.25, 0, - 0.75, 0, - 0.25, - 0.9375, - 0.75, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -4, - -7.5, + -8, + -8, 0 ], "maxPos": [ - 4, - 7.5, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP00.png.meta b/assets/Media/Images/Game/Drops/XP00.png.meta index 104cb6e..8b721c3 100644 --- a/assets/Media/Images/Game/Drops/XP00.png.meta +++ b/assets/Media/Images/Game/Drops/XP00.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP01.png.meta b/assets/Media/Images/Game/Drops/XP01.png.meta index b6fc488..4a0e100 100644 --- a/assets/Media/Images/Game/Drops/XP01.png.meta +++ b/assets/Media/Images/Game/Drops/XP01.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP02.png.meta b/assets/Media/Images/Game/Drops/XP02.png.meta index e9be088..4b4972c 100644 --- a/assets/Media/Images/Game/Drops/XP02.png.meta +++ b/assets/Media/Images/Game/Drops/XP02.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP03.png.meta b/assets/Media/Images/Game/Drops/XP03.png.meta index f1b823a..455267d 100644 --- a/assets/Media/Images/Game/Drops/XP03.png.meta +++ b/assets/Media/Images/Game/Drops/XP03.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP04.png.meta b/assets/Media/Images/Game/Drops/XP04.png.meta index 7a172b6..ab59803 100644 --- a/assets/Media/Images/Game/Drops/XP04.png.meta +++ b/assets/Media/Images/Game/Drops/XP04.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP05.png.meta b/assets/Media/Images/Game/Drops/XP05.png.meta index 75075a0..b8755f5 100644 --- a/assets/Media/Images/Game/Drops/XP05.png.meta +++ b/assets/Media/Images/Game/Drops/XP05.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP06.png.meta b/assets/Media/Images/Game/Drops/XP06.png.meta index e58868a..5259aec 100644 --- a/assets/Media/Images/Game/Drops/XP06.png.meta +++ b/assets/Media/Images/Game/Drops/XP06.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Drops/XP07.png.meta b/assets/Media/Images/Game/Drops/XP07.png.meta index 84927bf..31b6277 100644 --- a/assets/Media/Images/Game/Drops/XP07.png.meta +++ b/assets/Media/Images/Game/Drops/XP07.png.meta @@ -39,15 +39,15 @@ "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 15, - "height": 14, + "trimY": 0, + "width": 16, + "height": 16, "rawWidth": 16, "rawHeight": 16, "borderTop": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -7.5, - -7, + -8, + -8, 0, - 7.5, - -7, + 8, + -8, 0, - -7.5, - 7, + -8, + 8, 0, - 7.5, - 7, + 8, + 8, 0 ], "indexes": [ @@ -84,32 +84,32 @@ ], "uv": [ 0, - 15, - 15, - 15, + 16, + 16, + 16, 0, - 1, - 15, - 1 + 0, + 16, + 0 ], "nuv": [ 0, - 0.0625, - 0.9375, - 0.0625, 0, - 0.9375, - 0.9375, - 0.9375 + 1, + 0, + 0, + 1, + 1, + 1 ], "minPos": [ - -7.5, - -7, + -8, + -8, 0 ], "maxPos": [ - 7.5, - 7, + 8, + 8, 0 ] }, diff --git a/assets/Media/Images/Game/Enemies/En1.meta b/assets/Media/Images/Game/Enemies/Bat.meta similarity index 100% rename from assets/Media/Images/Game/Enemies/En1.meta rename to assets/Media/Images/Game/Enemies/Bat.meta diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove00.png b/assets/Media/Images/Game/Enemies/Bat/BatMove00.png new file mode 100644 index 0000000000000000000000000000000000000000..469b53f2221d07990e6511f7df5bf6ffcb1b57e2 GIT binary patch literal 467 zcmV;^0WAKBP)GRN3CgW>Gn z88{USN@##6n9CSJ?DsEjFha!{fNY$4nUFd6t{xz0iITPhy7+%WmS9*!Kry-{|8cO9 z9fsW^96tFEb2YM$arq3FqZ#of26WBXEJ3y$6kkaC7?CYw!euCo4>A}>>_cL}7{o>oQuGkOun1Wp z$dZF=mVgXn#1=P?uRj4}^x(v12}Xv+V+lBO!VFu!`w#s1P|a8L?&J zDrtKZ{`9{ukuxIQSuSYGHB5KCuC9E(}Orm1ClZoXxX=u9XGB@Beu8vFmKTHmr z8ju*eI3tLF0b}P3hO>KTFyI1$5*i>1rhyTS&G7!k4HUJ=d=!iD0hlF9+71l&t{%X! z2-#3eMi>{C8vW`-~#6Tx7{47GruzX6! z=<;VsG|vQ?^XcAMqI`6Q42Pc~C+JMbu*ihmI5MGzB_IG0U;tT_0;Q5iOb7q~002ov JPDHLkV1g@vzeE54 literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove01.png.meta b/assets/Media/Images/Game/Enemies/Bat/BatMove01.png.meta new file mode 100644 index 0000000..2220ca3 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Bat/BatMove01.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "d3824ec3-af27-4e77-925c-d2ddc2be17ab", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d3824ec3-af27-4e77-925c-d2ddc2be17ab@6c48a", + "displayName": "BatMove01", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "d3824ec3-af27-4e77-925c-d2ddc2be17ab", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d3824ec3-af27-4e77-925c-d2ddc2be17ab@f9941", + "displayName": "BatMove01", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 26, + "height": 22, + "rawWidth": 26, + "rawHeight": 22, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -13, + -11, + 0, + 13, + -11, + 0, + -13, + 11, + 0, + 13, + 11, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 22, + 26, + 22, + 0, + 0, + 26, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -13, + -11, + 0 + ], + "maxPos": [ + 13, + 11, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d3824ec3-af27-4e77-925c-d2ddc2be17ab@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "d3824ec3-af27-4e77-925c-d2ddc2be17ab@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove02.png b/assets/Media/Images/Game/Enemies/Bat/BatMove02.png new file mode 100644 index 0000000000000000000000000000000000000000..558a608af6d2bd69c505e061747c7dd8a492e204 GIT binary patch literal 466 zcmV;@0WJQCP)Hweg-H8|uS#FiHk z*~{gs_k&0_w$|g_LI5S5V+$qkRMj*V(Zyr3KvfxXCQPrqvW6b_ad|r>K0F|QeM6^v z+ezn=El9NsPPLvql1Mh)Kcb%7 literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove02.png.meta b/assets/Media/Images/Game/Enemies/Bat/BatMove02.png.meta new file mode 100644 index 0000000..f2e2554 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Bat/BatMove02.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "3cb30c73-5405-4d43-a14b-a9065f73fe40", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3cb30c73-5405-4d43-a14b-a9065f73fe40@6c48a", + "displayName": "BatMove02", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "3cb30c73-5405-4d43-a14b-a9065f73fe40", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3cb30c73-5405-4d43-a14b-a9065f73fe40@f9941", + "displayName": "BatMove02", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 26, + "height": 22, + "rawWidth": 26, + "rawHeight": 22, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -13, + -11, + 0, + 13, + -11, + 0, + -13, + 11, + 0, + 13, + 11, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 22, + 26, + 22, + 0, + 0, + 26, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -13, + -11, + 0 + ], + "maxPos": [ + 13, + 11, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3cb30c73-5405-4d43-a14b-a9065f73fe40@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "3cb30c73-5405-4d43-a14b-a9065f73fe40@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove03.png b/assets/Media/Images/Game/Enemies/Bat/BatMove03.png new file mode 100644 index 0000000000000000000000000000000000000000..5bd187c20dca81f5f4644f8a3904a0ca9b6beb3f GIT binary patch literal 482 zcmV<80UiE{P)h%k1}0CVnL zJpdC&ww)0~ynk^6%n_8(_zz?=0%@2!Mvxqok0OQ)n9wW%Df(|862kz(O4<%6mVzw7 z;@JPlmZ0l_yVl4l9c~H8a1c1SW(k;vYJ$l#!VE&@Bl#L;30x1z=WvSz#MK$l3_t**q%21L!%%Zl3XBZ;Bd;zmp@bJLcjOh9?Qr+3TGms5sK+6{}K8j_snlfPe z@%1OjsSu}rMo`IsEQlj`{^Lpj$jKi$!Jzw$5mp2tTZZl`r~&XqvwZg<2F5@yhX3og zF+{rBf#VpOlyREH1QP^tkTDil!Gq?IM<_U6Ky)UvI3tz>fu;Na`iNKzN;t^;N+~-q zCPptKy-IH;20DS^XAvW>q7flAXNWY*)V37%>ab!XbH2?ty Y0QeXu41~LjD*ylh07*qoM6N<$f*y*%0{{R3 literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Bat/BatMove03.png.meta b/assets/Media/Images/Game/Enemies/Bat/BatMove03.png.meta new file mode 100644 index 0000000..0e63194 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Bat/BatMove03.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "489db644-7982-4cfa-b771-59f4152c05be", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "489db644-7982-4cfa-b771-59f4152c05be@6c48a", + "displayName": "BatMove03", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "489db644-7982-4cfa-b771-59f4152c05be", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "489db644-7982-4cfa-b771-59f4152c05be@f9941", + "displayName": "BatMove03", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 26, + "height": 22, + "rawWidth": 26, + "rawHeight": 22, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -13, + -11, + 0, + 13, + -11, + 0, + -13, + 11, + 0, + 13, + 11, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 22, + 26, + 22, + 0, + 0, + 26, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -13, + -11, + 0 + ], + "maxPos": [ + 13, + 11, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "489db644-7982-4cfa-b771-59f4152c05be@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "489db644-7982-4cfa-b771-59f4152c05be@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/En1/Bat.png b/assets/Media/Images/Game/Enemies/En1/Bat.png deleted file mode 100644 index c19925de182533a7116fcd2783383210d424eafe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 504 zcmVP000^Y1^@s6LVfqm0005MNklgHlp=(-prN3>`U}w@LCy^g{(uIDpr)Wf$iYn;f=D8S zhQQ55X(+gH4)5HKSD$4REq-u0_uPBV_uX^ey-#VaA+@>(7Bsqz`x`W>)vVKQB$hy< zTg|$XbKZ+DWN58cDkw=8v;>HJIyvRJ85GiySb~!@5(z?_lMoBw!FY{H9Vvk1ILhZ| zG!UH30vwCtcKH%0#I9Og*);-8EWyNH>!h$*>leeoicm!R1xQld7nK+c%40Yzklx%e zJ+#S~DF0lgA=mcEmdtssDlOs?Y>!2^LV0&$us-RXrRr_+OaC9E{MfU?gyzpHGZUb-HYYm+qKRR+; zCz8}o$s>hKCEo%69kTTYogVL~@@t6v{7ZRY_D~`}h4VMG-580CL`EWCBj^{QLUU+x uL-OTx=dovTP$k0(_~!ikhyR^Q0N?{s9myZ_#{uF10000P000~a1^@s6lq3|;000A~NkldShF zLM>eRVE;f(#fXX~VUfAvAQU9!#P{8M&d$BpYuOLZJoh{2{(j%TbFRP``{x128ksRn z??6qfn0x%y0MEYB;5HWkfVc7>Sb?^tw(B-KL<;!Jlt|FNCV`y@hzAwP_SGJz2PL5~ zv2qm@7}oMY?da)BtV1Iv8D=brvxR z<-AOIE!BdH$wDEunR#aPb}ZC~?U5)6&8&jOw*b2?c)1iJJ69mKdjsx1sD?eKKGQs; zHp7_s*Aotxz9k zd~T}=5h77MOZ`ut^Qd&Yd`5KeE|f4aIv}njTe_swFn-XGd}weG&b3B$A+(tzflP&u z1_I9r=bacG02ltW`Rarx=MU^9ucJSga4`HEs;q*Suiw&ozuywYCZKyzf{Fs|bt+^w zKq{si(8iHB&OoZ<6+lA(`lr7`$D&uiFahMq6dui&xfkMA#+oRPX4eHFU5tIJfHoZY zi#=j3@%soo*9E{3kUs^Ep9Ly>d!4HE@1Pr&a*pX5U797YjvhW_dchFj;6f$=ye#E! z3$-v_Xqg&SoN&>yoo-487ClzG3ljH+pr^mj>Znb?wjmU~Mw7|#NYR?ssOVUijtx`J zsUdj1FrAqSUr{8U1(vdZYg{&gJ0(e&Ur6G#wIKl0p#TxX{K737R+KL@zTXKdwlLko zNY1@=mv(b+vCuN;JhT|zwipXJtsCYSkOLqEHbMGt1%8zzHzz9SM2i{_iIh$!C}mYi zw(`-$r*66z(~{P@9oM!A{i9V@h4U@*x(#3?rtPu_$N!3n_e>%H@CO+8?1{A}NqGPO N002ovPDHLkV1k`j$BzI2 diff --git a/assets/Media/Images/Game/Enemies/En3/Shark.png b/assets/Media/Images/Game/Enemies/En3/Shark.png deleted file mode 100644 index 18a56d976005ee80424294ce831226d91e8ed62a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1200 zcmV;h1W)^kP)h>%+?xs^ zaIm4UH#6TT?>Z?o&%(`qr3SL%q6T7mZvz^9|m|jF{H3QTXilv-FThQ&ccGm z`LJyH3V3bxDuH1oP~?xn&G(aH2NL@Pf-hzw{CLB>rBGb9#_9}&LgyzIzUPk)_7j6W zxjP!@e+EG@3}*t^`Sm)0wOiP!6F!%LK?paP1=4k*RI`abx*V>b_NELpZKJCI?0C$* zIQl1?IpOSukUxUScfg+E;}MXTS}e5p zrXmvQXuI3!f{pv#)q65rSRE->kfq$0&E#`;bv=BZtLDXE_7v}ffu?2)FTCwVBf`~! z@6K6lbF;C#t!|8J}%CHrq8dz(hk3e*9XeHls zU=(Ooa$qq+sFp7-)sZ)5V_hu*;9oRr0R;8|Lae+$%Y@U5bq(PdJ@bafWS$VDdAT3` zx?{g+qbV+G#(amn$0eKZFi_ekn+I(KdF#huW0HqB1K42-yAL+7=> zQy^qG*aWEsrY8M435cX+?~#*m@cESh9ou=#s`^n`5C#OXI7O$uaU!2=>~@6XI_Lo(%x&RL`k6f1TPt>#2P|?YEsSwmW2TRdays7OXb?X zuCtP#ct$p_FMasj{C(VjyadrGs*2ppG;U^afek%F^#$5UWFhz8IQ>VSiX z8|^fe2?Z`Ns0u)((u5F7d*@!1hYt@Pa?TQfSUJSxvs1L3H#fJ)H(nNM7l}{#ms1aV ziWta>kd!q);~UP32Ej|kruv`NY447wGNN5PY#^~;3FKiwMePs>0Q?Ix12?^WMYGx48|uH+cL1hKs}uWY@TD>ZXO(SQ*GVplW|6x&dsf zf={vlU$}D^aCz5;lqCp^3yDO*ZSaNj(|sb`k2Q;`0nQi%#<>6Pqw&{KY;~0LyWdSt z7HR(gBVZdmPz#-j?5Ngny;ryMNS6g`Aiyy_sZwoHAil2A?daAeq^{DZ*X>{pq*_c} z92Ux$QHsDeczp24aed~{K?(S1aZx?3lr9p{idP>XN!fmr|EKOvGbC|{Q16$zkj@6Ek+JI0;iB934;jyBG6|NEc_{})B!0y<$X{1adR X<|u#&`};AN00000NkvXXu0mjfZuf&e literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/En2/Goblin.png.meta b/assets/Media/Images/Game/Enemies/Goblin/Goblin00.png.meta similarity index 76% rename from assets/Media/Images/Game/Enemies/En2/Goblin.png.meta rename to assets/Media/Images/Game/Enemies/Goblin/Goblin00.png.meta index 4b06559..b4903d9 100644 --- a/assets/Media/Images/Game/Enemies/En2/Goblin.png.meta +++ b/assets/Media/Images/Game/Enemies/Goblin/Goblin00.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.25", "importer": "image", "imported": true, - "uuid": "33d89c47-02a5-4484-b8bf-7a1161ee44af", + "uuid": "929fe643-7ac9-4f3b-b9b0-50192d5d434a", "files": [ ".json", ".png" @@ -10,8 +10,8 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "33d89c47-02a5-4484-b8bf-7a1161ee44af@6c48a", - "displayName": "Goblin", + "uuid": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@6c48a", + "displayName": "Goblin00", "id": "6c48a", "name": "texture", "userData": { @@ -22,7 +22,7 @@ "mipfilter": "none", "anisotropy": 0, "isUuid": true, - "imageUuidOrDatabaseUri": "33d89c47-02a5-4484-b8bf-7a1161ee44af", + "imageUuidOrDatabaseUri": "929fe643-7ac9-4f3b-b9b0-50192d5d434a", "visible": false }, "ver": "1.0.22", @@ -34,21 +34,21 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "33d89c47-02a5-4484-b8bf-7a1161ee44af@f9941", - "displayName": "Goblin", + "uuid": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@f9941", + "displayName": "Goblin00", "id": "f9941", "name": "spriteFrame", "userData": { - "trimType": "auto", + "trimType": "none", "trimThreshold": 1, "rotated": false, "offsetX": 0, "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 25, + "width": 24, "height": 28, - "rawWidth": 25, + "rawWidth": 24, "rawHeight": 28, "borderTop": 0, "borderBottom": 0, @@ -61,16 +61,16 @@ "meshType": 0, "vertices": { "rawPosition": [ - -12.5, + -12, -14, 0, - 12.5, + 12, -14, 0, - -12.5, + -12, 14, 0, - 12.5, + 12, 14, 0 ], @@ -85,11 +85,11 @@ "uv": [ 0, 28, - 25, + 24, 28, 0, 0, - 25, + 24, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -12.5, + -12, -14, 0 ], "maxPos": [ - 12.5, + 12, 14, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "33d89c47-02a5-4484-b8bf-7a1161ee44af@6c48a", + "imageUuidOrDatabaseUri": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@6c48a", "atlasUuid": "" }, "ver": "1.0.11", @@ -129,6 +129,6 @@ "type": "sprite-frame", "fixAlphaTransparencyArtifacts": true, "hasAlpha": true, - "redirect": "33d89c47-02a5-4484-b8bf-7a1161ee44af@f9941" + "redirect": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@f9941" } } diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin01.png b/assets/Media/Images/Game/Enemies/Goblin/Goblin01.png new file mode 100644 index 0000000000000000000000000000000000000000..60ca5bbfa9b86450bd1778b333d7324ad9c25296 GIT binary patch literal 839 zcmV-N1GxN&P)mWW*5Y?NNWx;JMfH~tsRcLFq%g0> zUa(f})7BU)U1TD&HnqAQ|`7>-gAuP=Z~}Aay~aLGok$VKN5G zDQ*ecoWRj3V3a;ht3?5bWaaDKL7*1ZCP6@gDwk7+#AGzL*j@&N1ntmjE$=mvCJ_Y8 zdC)}H&{gz5JbWt_^Ad&M& z{cvaQo7qx)kbt~^@=rLiidcjJHn>S&cM6jD#nxl`!f_L8cbO&$+Ejqsy|2NE&p51( zBJ-e|q69WL0SXn>?-r5?5uo@P$xF3j*`R;L4+g>P8^}vf;vRZ0P7aD zyJ<6UeSqFoScjgRJ+NPbKcAU#t3+Ts6J>?{6W^xBcj$&wlan%76Wz_`;Pf!<=Gn#) zKm(xCN7edw8n^A07TK2?Wg@bFA-TF}YJ{=sqKw+3J~+iKB2ZL+YTx~+MgGlN z8BDFZ^2){r7ga7RF{cNiuP?}0bs`C93-tJk@{LCF`At2ZrBLPU*GFVTr2HB4EXV}J{q~~1aQp;TkYEB zVKJx97ohOviUbpNa@GL}!fTo&mcWp-02T)>36klf_Pg3Y_-}F4B7#2x3;;3Wgy10$ RHhusA002ovPDHLkV1ht7hW-Em literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin01.png.meta b/assets/Media/Images/Game/Enemies/Goblin/Goblin01.png.meta new file mode 100644 index 0000000..2be81cd --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Goblin/Goblin01.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "28491221-cb6c-4458-be2d-b17261e5819e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "28491221-cb6c-4458-be2d-b17261e5819e@6c48a", + "displayName": "Goblin01", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "28491221-cb6c-4458-be2d-b17261e5819e", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "28491221-cb6c-4458-be2d-b17261e5819e@f9941", + "displayName": "Goblin01", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 24, + "height": 28, + "rawWidth": 24, + "rawHeight": 28, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -12, + -14, + 0, + 12, + -14, + 0, + -12, + 14, + 0, + 12, + 14, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 28, + 24, + 28, + 0, + 0, + 24, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -12, + -14, + 0 + ], + "maxPos": [ + 12, + 14, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "28491221-cb6c-4458-be2d-b17261e5819e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "28491221-cb6c-4458-be2d-b17261e5819e@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin02.png b/assets/Media/Images/Game/Enemies/Goblin/Goblin02.png new file mode 100644 index 0000000000000000000000000000000000000000..98e3d514b6113d6fa6fbcc07137b847975ae2f19 GIT binary patch literal 843 zcmV-R1GM~!P)-!O}w2pf#ch zwjhe7N=d~-3en^e4|=ed9z2ML;zg)E3iV(>4?+ou2tDXcdeMUy<0X`Gi%KPB{QvL%*_qv06Ed*P?(EEa@4x@&Z>3U7bUS2rj5kYFeXZw{`;Lmn*Y|Ya z!xM1>-=*_c+~C<}TMlPt-iVo31qB|Odv;c zLQK|qlPX;A)r-ovtSAu7wg*VUd2kc#X;_gnNFkF7lS#3jRED7T1db#IB#(!@NdQE$ z@@#*wFc8%hK|q2k*OQt=N3^usT?7^h+QDiK@0o~6T**%ORb$UWk|S)s6$mV#(xkkIpkl(@b0U2iGfONatM`6t`5 z%CZO-nBW{fB^H5=Wb;_KbV{!^tBgq^5m<|Ta6J$hN$~PXrq8Xx-~MokJI(>9$HPTR zaUe)2seZM1b{S=>6YcGhX8Rxl2B(Fyo*H1QrO;1$z z4hr?Q!u?EfGlV%AA>f0ABzggC%B_79Cdtf}wkftvGb!buv<((Q1@Y6oECB zV+mI6fd`hUj=pHL89XhP=A+(YWM-+F33ia6a#pVin#VH?BKgV>j#^64>zP&0mfX7* zMokymheRf5B!V~_OQ}Y1xPq^lb8Q?5W$snxc_cX)!I=~L#R}YCyWfHcJaBxEU%$$P z-;X8)<&N?-S(olIg?7y!^&P|M<&ztK(^xe~@M7f)<>=+W_8M>6=-ZigsU7(9qxSP- zZ9MjagWwtfe4V>k6vfY1Ng);h0(9~ZnMvX#h*Q}KfinUCHs_W__hZ~3qThc43;>>) VlI+|MS>FHv002ovPDHLkV1k|1fMoyx literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin02.png.meta b/assets/Media/Images/Game/Enemies/Goblin/Goblin02.png.meta new file mode 100644 index 0000000..8d8a2a4 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Goblin/Goblin02.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166@6c48a", + "displayName": "Goblin02", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166@f9941", + "displayName": "Goblin02", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 24, + "height": 28, + "rawWidth": 24, + "rawHeight": 28, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -12, + -14, + 0, + 12, + -14, + 0, + -12, + 14, + 0, + 12, + 14, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 28, + 24, + 28, + 0, + 0, + 24, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -12, + -14, + 0 + ], + "maxPos": [ + 12, + 14, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "bcff7eeb-ffa5-4d8b-9a4c-9ca7080bb166@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin03.png b/assets/Media/Images/Game/Enemies/Goblin/Goblin03.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f723b6d89fab94921c03a44a3b3554dd01c500 GIT binary patch literal 877 zcmV-z1CsoSP)pDm9fJB1F?mdQe0WDtHhNMZrVpu}}|2(t}U}B1#W>lY&IBm&SvE9C8pFMT#N_ z)}yU0iB^$F%lO{go!OcFYgK%(OS1ds`@Z+RH?v#_!Tx7N{$>$R_DNM-lwXJDHsLM0 z`(R)KzKaiD^}a~f@h*UD;|h9uPnrsEbUVI{FwQCgtC6JKjwGrQ6jb~C-mIYd{Jy!c z+|JU87+t9HRpQyE?bE?65A7!N-V|f!7jzPV3X!CkYZz;g)V4?o3hGD1t=t{O$|6gT z#hm}Sh9Hsx*r*E%8i=4VwVP)tEp%HC0gx&hZFLemYAkG`HX?9Hu)5`_BGD@hvxtXn zG)1x;6-uqd)=pN9t!Uyg(A}8B@IyP^tuM=7XbrhlUM3 z9-xJ@)6?vBYLJ~dY|g^W(ig^{x1~oHQfRi(xO9&DI|wIC+^lSzxg(`z_sA{PAn>+3UB|Z#Nkc)Q==22sJJR9_M2fIVvO*xP& zp3WDrTH!a&M4*2XrGisOyV#p!T`YBPo0=%uPltNedfP{srfCvEG!~74?k2gv1TYv!o8ftv^3bXJy00000NkvXXu0mjf D2!W7L literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Goblin/Goblin03.png.meta b/assets/Media/Images/Game/Enemies/Goblin/Goblin03.png.meta new file mode 100644 index 0000000..760616b --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Goblin/Goblin03.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "4bc88868-ea10-4682-bb3e-f3e1d6d94934", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@6c48a", + "displayName": "Goblin03", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "4bc88868-ea10-4682-bb3e-f3e1d6d94934", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@f9941", + "displayName": "Goblin03", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 24, + "height": 28, + "rawWidth": 24, + "rawHeight": 28, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -12, + -14, + 0, + 12, + -14, + 0, + -12, + 14, + 0, + 12, + 14, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 28, + 24, + 28, + 0, + 0, + 24, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -12, + -14, + 0 + ], + "maxPos": [ + 12, + 14, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "4bc88868-ea10-4682-bb3e-f3e1d6d94934@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/En3.meta b/assets/Media/Images/Game/Enemies/Shark.meta similarity index 100% rename from assets/Media/Images/Game/Enemies/En3.meta rename to assets/Media/Images/Game/Enemies/Shark.meta diff --git a/assets/Media/Images/Game/Enemies/Shark/Shark00.png b/assets/Media/Images/Game/Enemies/Shark/Shark00.png new file mode 100644 index 0000000000000000000000000000000000000000..02f1061ec377ab647fbd6e021e45405734f820bf GIT binary patch literal 1255 zcmVh1l#=RNQ9e4c;jJ?~E{rNq}HWqCJ8d^c6}zP#_w zq0}zeV$K~G|HSV!&*b9!-QvKrOP;;~1Cc<9Jov(0tKY`D-+&?6e`v2cU%hr+-0r$1 zo^(G|=ciVS^A=p@!9YLs%2HDX?}|qY7HDA=MaVrozIvRPIjcteG;gkhB8lLPU2;HP zc<%J@=s6%vC`F)T!KfLcII~{yh=c-&)(IQ^!ON$NDRpLRW_b(<2trU483*xrq!2&< zLdLD&ItL0ct~7Finp@+1_M9}QLt}cqDQ(kMnzIAhFx=ia@>ZPtt4S>W{#zl3t%#vC z(7En^Y{5TlPu7wL)G6s9mGF#tcw@@1?()jb8nL}%a{`7W4GLpfKxHWgRVoOK!H~XJ zcUgE)P8bNulIo3Ny3AM-@@eD@4@kfLK#Xj3+_D$ap}`rwj&Z0gToyd8*8TZi}NL^WS9z<0h;p;%acC$ z)GV}KcZDfLy1Y8lMeUkn{W0m%7dgzoIQsov7KK)FFhmJZJSvzI?i`T9-sn3{wtT^t zYnlhf80!v#O6xR=4qt~%9rZV5LpL|IXHEXMe0Xip&hFmlZz?*x`)n;6`r&OymdyL5l+fM>v1^#5bn>mp3%pXES8j=(T{PS8c40VI7aXPddwTI%vz`c!yxLz-`sWf&g1SJFl_Jj?J@25Km15% zN6*kNV^^~y^E&8=1y^M-7$4)RGKE65Y6k`_&9(aKCJ5*i>5J+;}tdHkSpm3_0dusrSw2*yyXjDz^O zjp+GT*ts=amp}o=l}4Dd5DWmS=Og>jm9I?GH}j_ZeQ5q`rgb2jrr94pyG4fwdT7n; zM@db6wGO3$4v&3m3;w55aV<%pNTvQmSrlPD=*hX;%;|~KowQ@pmI#I|1%-P>Kur#2 zLDim&D0=_~14tNlsP8Skv@gylKm-hIZO3K{!|Boo?oDjkA3vD6h^2$T8KC-TpzbW8 zWaVUkG<+0_}=;ehiwDQ?AuDAi0gpxp3HC1bCulv%$W#U4u+RYug+1{^nHmGNs-0|+covL$xVS?CN(6{*C}n{)+fEi{J7)$wX5 zSHZ6%At#=FZq{6?oIPRQDB;))BAqZ4r^}=&c*eb=a-fFxLpc;66i-O)By$cD(x++% zsWLX+&u}V-iC-PEqnlwUJVcR4GIIS=R13+OsL$~m#?+2gv{DE6+-pk$<-0lM1{TvE z3*hLBt#Fb-85|Od4~92Is}-o})fj!)FCTdzDheuk+gsA8J^<9cxZS(A>Wj;T88+#V zDMU@$S;a7}p7@%#w@n2paJ8b-rg|^jp`lSfl4I+iq2Bqe=J;P2PQMP;D5tl=s2i>w zz+h5&Mg8t4-`YL%_BU0yf+FX=7a+ZbVzuh6uUw79t0uJz2tFW^`=Qi_fZe1WFp=nv zMk%vP)M|x_N#$HU$w`8gX|;=-@uYGq|#Uh3P}0+RHRh#Iut-5 z_ZT!RW&lXYq-nMEjB{&F*#|{aqhA@`N}F4lLZmB?R;3nJv!e*coDdLqbXyaB2q-1% z3N6%&V6?4!dffC~*Igxs3JsI0@T+6WmLBhO;Lp}+UEv08%AH%oeA)c>UtMVLJ~C<8 z>r-Id_m3;XOC%8L*!xg~B2(vdrD1~Ys|30qlTcpD%JK@^J-zOK_l}*V3fwD9lrpxY zN+r@iC>Re&LlpHrbsr)unIL52f5$v5`%i!Y0Guwp%ygC3Qvd(}07*qoM6N<$g6tJ= AE&u=k literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Shark/Shark01.png.meta b/assets/Media/Images/Game/Enemies/Shark/Shark01.png.meta new file mode 100644 index 0000000..3d9517f --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Shark/Shark01.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "16c040eb-36a6-4dbe-95e9-9d672102f15c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "16c040eb-36a6-4dbe-95e9-9d672102f15c@6c48a", + "displayName": "Shark01", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "16c040eb-36a6-4dbe-95e9-9d672102f15c", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "16c040eb-36a6-4dbe-95e9-9d672102f15c@f9941", + "displayName": "Shark01", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 36, + "height": 34, + "rawWidth": 36, + "rawHeight": 34, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -18, + -17, + 0, + 18, + -17, + 0, + -18, + 17, + 0, + 18, + 17, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 34, + 36, + 34, + 0, + 0, + 36, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -18, + -17, + 0 + ], + "maxPos": [ + 18, + 17, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "16c040eb-36a6-4dbe-95e9-9d672102f15c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "16c040eb-36a6-4dbe-95e9-9d672102f15c@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Shark/Shark02.png b/assets/Media/Images/Game/Enemies/Shark/Shark02.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d0dd4f95dd6d0eb3c89def201ae8a2472c9f7c GIT binary patch literal 1197 zcmV;e1XBBnP)EINaihzQlf&W zObYQ@L=P3yoY_5dXJ%*aT@9iG%kJIXIp>@6w?`>sjQmfMm+9f0g{#TL*oZuvQdV_X zoCoh;f@|B(=&q4ra^_>Nrf=FnD4>L%`y_v}Ba7rUz@VINKPAo&`yY{KLr=;3;Sa25 zbusDjz-cxZ@lx23!R}HWaSv$cV)T$)ysUUBDP6yTY}>j;LZSF@!X9pb-W!#AoIvnW zHUTA7^VX46X$4a~VhTWXEkCH=?CbPw-far!p|C(82!)=J5bp{J*}fZ%djh{RK&iPE z2$>Zs*5$qQ_O>{+FPM;z5+!@ZS%MrW@E%;9B;A*5$gU-G37x$s4aI@Fhp%`E|N3$E z91=iDDwCJiTx8k~eWe4dn#JXVCmTrXj6(q!6dM%Wa{*d0hAL8CWBOLd`jBCU)DTe!rYoU zQyl2{$oWd)rQ=I>$RlGPa^;OyG1vBsN>W~!tX|ZBU}vyfs2q@^*VkIx6ZA}1$V9l5usTJ_ zM_*?!hxqqNGbB1NCbP1T8w->sf~bZN3d1GxM+ZrB_(^SsjB>>+KBGQeuDH;HVw)DO zqDgRj;bQxa4N-Fk!bQeoxE8&_vNuMxx}YKe&Ie15y<(_b7_huym61Yil18Qz6Eg zheydBId-T(Dj10RY{$(vsxI%7p#ZBuI40W%w3Y^9i7kcD@wU%SmgEPFyF@^>CA5xA zVjbF`XAb@Wph!a$cfhd3p^Nf`TJj;73l6;oA+3CZ>7B+KbV@+rM$MJrT0i?;L#6-s z7FEIETI3JHD9JnRzsuyX-_pR$?&>SI?Uot+Mq7(t^eF+&E-KR|?{E19Wm-?-if8?p z91OEt+gcEH{nxjHo1GzZ!a!rhW13R8VqEm3y2_}h*I_d!jItAR(hfP%+NLSYD&Q4< zbS2{Hvm&O4!iCHtVZ)Y5Oqc)=hq0}D{Fin&hlHEje?R_}{1IRP6bE%SU0cMx00000 LNkvXXu0mjfxWXw0 literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Shark/Shark02.png.meta b/assets/Media/Images/Game/Enemies/Shark/Shark02.png.meta new file mode 100644 index 0000000..ac5f8ba --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Shark/Shark02.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8@6c48a", + "displayName": "Shark02", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8@f9941", + "displayName": "Shark02", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 36, + "height": 34, + "rawWidth": 36, + "rawHeight": 34, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -18, + -17, + 0, + 18, + -17, + 0, + -18, + 17, + 0, + 18, + 17, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 34, + 36, + 34, + 0, + 0, + 36, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -18, + -17, + 0 + ], + "maxPos": [ + 18, + 17, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "e1c6e75d-90b8-48aa-8b8b-7ec73cf58ea8@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Shark/Shark03.png b/assets/Media/Images/Game/Enemies/Shark/Shark03.png new file mode 100644 index 0000000000000000000000000000000000000000..7d81ff4bc93e2b0897f18b672a7724722e34bb23 GIT binary patch literal 1217 zcmV;y1U~zTP)wVsHp7;N}ALs0Z^4y&NIp;ag^LxJD^PWE!La->AFu9lweHhS3TPmvesAKo-bMV_| zh}R7CvlDN-40~~s!x9J>;iul~b8%pb{tYlF$Il#9$9wl5uqS=J>~;Se(Oz7_+5>PN z2LtxOE|1HQovn0JM*y^{5HqA7o?bGIm6nyWWlNW6D3lOR`NaVEt#{fE&7KAVg(Lz- zs`KZwbm?+IGhz!sw9eRRUc7Tnxe_<(BirMTfItumGovA1r5IbW0i6c|=P^(Kqg#WP z%nQ}nno$_Mst#ughV-S*xtr8cgX|a|+_?0GwVhwfYNk$PeB8zilmu$)zZf+9i$`uR zIY2!e9~4e>B+7?#8r09bkIUJ<(YqZO6dx2^ivsdb8Nk>e)S0}u_zu%hS_lYAZOKl% zT~`c+Oxu2q6h$|Y_!A#re(|+b=)#M ztlTK5#e3Poo)*I-ETAUPyeh%!nth|{PRr$Os=2Q}{i!c?ENyVXtpM{*S1MQa*#+!m zUN$=C2h+byAO%yj*@)1XF1Sa|0cQDvUY#Kjfb&98pdf2Johr-(FN0Inde&hARek)# z*3Hk+#&zVA@(rV)2jbJ!`ZNFnqx$FaHn$QIN&;~WBo{gX4t!AqFF1h+K##)MV#A^I zWdF!CbxJO-G&=w5nVd{gAjpE~7#;RetwAqvI>Mvy zm5i1a%Ni>P6TAU<;_U}Q$#<7}Tf=+I+h@c9oFf#LOO?t6@vlQ_djXw~$~bM9+E5>y zNC!e2x1%MK80vas44=oW3!Jhnx(QPXNKM8bM!auzF4SHC4E8}B4BQ8pg}+8|4~%_{ z`&a6DRY+?H09BTm8CiMdr5&x=v~Vq)9_3K}rmqovM(cuOx(*p-%QP;B@sz8pI5Ica zf$HoFvUKG6cefnYLJGEMRwrK~o42q8W50jt_8Has*5{M0|8=l?QEbV4FxrqbdT2t%-l2W_ z1IHuC`k9|qgRifwa`b(^oNs%dk`cKNHi4c`-FZh1~^DbzhotmngW0$Km_1W zqVvXpB@_Va!cY%DBH&agYig>}Mvu61_M{`yd+oaF@4Iio?MOova2*@t>F9GyI17nX z4*-lY{^m7^S#YKVBp=_t8Gv;=A|zXK6@WE!KRGe1YU`UEIPxvQp%hg@)ZHDj&sMY% zag+cL$QY3(M-Y1e*P$=G9Z|U{vg*?3vGNGu<>J^W!x19@&Um+@S+#?7cz!C_TFR*c z8j;5Ur^L60Mj`~E61I+m2dp~Sm(+?EE?sHxVj;cSx^qti=;--wYfv~Hd#dpB`v;xW zki_-KJW|vHAj5oy2K?USUXR-vF@uJk%BSdLBk}&VA5`YS* z4CYdj2urmj5>+WJblTcbPQg+EUymr8z`444iX(~xeCcV5D^v2>C@7ng4!H*V=I<#$jK!crry8R^9wwW-zOQQ>f@&u1s~Y2$wEUG0%H;YvlrSizKV7? zZ*e5%{P~?r8kHnkj6@=VB!IM+XNfEXYzk)KpCJt~BB_0#p~Aq4@B1gf02$6!h|1qZ QGynhq07*qoM6N<$g7@OT0ssI2 literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove00.png.meta b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove00.png.meta new file mode 100644 index 0000000..2de66b2 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove00.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@6c48a", + "displayName": "SkeletonMove00", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@f9941", + "displayName": "SkeletonMove00", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 32, + "height": 36, + "rawWidth": 32, + "rawHeight": 36, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -16, + -18, + 0, + 16, + -18, + 0, + -16, + 18, + 0, + 16, + 18, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 36, + 32, + 36, + 0, + 0, + 32, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -16, + -18, + 0 + ], + "maxPos": [ + 16, + 18, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png new file mode 100644 index 0000000000000000000000000000000000000000..505a11f702cb9620866749eb5ba3bb2b75da7bfc GIT binary patch literal 1045 zcmV+w1nT>VP)2}-c&hgSUzG5xH9f)XsKMFh48YLR3}p+ZsNP#IR6jD8kv zA_!_1xB2ee?{(gL_f0c8)`82NH}B2;zH`oZ&UvGaG3tNX>|!2DZSIyVb@oAD*$C)p z1UmMe4qbnG^VziT+^RCW+f=Hh$Nr{zMU}mG=hE?M6R0S3(*q7O_#P_~neq|<06g8$ zv`&JnGZ!){JJf6U8Pfp48&<7W#}20LcZ|f~#8*j3`*f1ih@Q3x0S+S(L?V6lo*KA$ z7vAeF^$P;=AZEz}8B^NwA1XNUoc(nK_{1DvIbdx(w`XRHB1Gl-Zh z)uae$0t#@=a+Ike8TJf3p96{kV}T&R*-LCX54Fd~F%EF5HZBDuWT*uk!t#{fyKDXJ z%i91PQKWE1BMZ%p5CMpTr6s&If76Jl1nqi7=nN9)X9$!UiM^1J1nVEUmd!?5&Rgxm zUa;jN5^}%=18wD^_!|*((=}dgBy);RkP9?YhycNtmH4q^ldP6C{4=?)iTAeKOnVB>-^j zB!G#9E{K0boh=&+k|@tuaC*Cc?%U1ooc&TYv!o({FHL4(3iL P00000NkvXXu0mjfm{i&X literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png.meta b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png.meta new file mode 100644 index 0000000..75ed505 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove01.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "54797001-3737-49d9-bbdf-0aad2b436d04", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "54797001-3737-49d9-bbdf-0aad2b436d04@6c48a", + "displayName": "SkeletonMove01", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "54797001-3737-49d9-bbdf-0aad2b436d04", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "54797001-3737-49d9-bbdf-0aad2b436d04@f9941", + "displayName": "SkeletonMove01", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 32, + "height": 36, + "rawWidth": 32, + "rawHeight": 36, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -16, + -18, + 0, + 16, + -18, + 0, + -16, + 18, + 0, + 16, + 18, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 36, + 32, + 36, + 0, + 0, + 32, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -16, + -18, + 0 + ], + "maxPos": [ + 16, + 18, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "54797001-3737-49d9-bbdf-0aad2b436d04@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "54797001-3737-49d9-bbdf-0aad2b436d04@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac639e698ebe07b6fa72f9b655d48ec3b537b3b GIT binary patch literal 1069 zcmV+|1k(G7P)ZUGhDD zdH2;cA3319j_+5ghIac+#rkslZt&)Xq6sA9UP^Gsa;-|-l5ya$bl1-9p5=}!a1HpZ z7-ESy@aoN5RL9wi7TkSh!7pFyQt8oK_PSsS0GtOM0+HM?lKnxdaB_iw%}W^sA@4Qy zt>$2Rx9RMAXqJ_&^X`W;-|f}uc8>F`%`@Y3I>Ufsx%O0t~(7+>~61}(k;2JBt z6Bin;=@6Dnm*5%WaY`hmeB}G_dv{gk#=UktGyR6ZwHp%(^JE%=BwAbR3447$`9i^M zaU^2X5Fi8&UvqHTX0l@rSdT}9#Zci{fJW9s3BleVOE6BVEnit>1Mf!Xc{{e@!Kfu( z6oC*c0b*SQS#b|=Sk4I(@Zj4C8%O9@K2POWieU*B0ti`13lk|w3lMrQ+n&Qm!|F<8 zN+#muA#ebbA{@MbbizlFT!xN71TY1p2=;gd2-FQeU!YMt-Q8p5g*$MicR#_fb+)ouJZA1d<`LYX{VbXIu@BY>W*J%qvAi!Wxu?yQog& zi~-1q4sZ?#AOb|NVGRC;^%!@awFE|oa;%ctIhk|KK^Gu6Tx+@fCZ9lc=YqHg4w95L z1m3i1MRX-}cRj^&+qgOJ6&bD)j~i|^5d$cxM!TjA&cKn3q&b$UFgz1vv=a$QAgVUd zI#?5_iC_eQL>M?PAc$N7$CV_<71oZotWmkZ=^Tmg>5xOQ5Xge+t3z}0%pJiDb~N}9 zmS?8ReF}K<`>Qlpfv2(S0>ig>0uMbEhi%VTMAm!}tXk|DQ30!E%q8WKJfEYsQ~|-t zic3KUR9_4L+zqPGjf+{1drd^x?pT^rG09IUC`f3jfK1V%{*12IZ&i2n4r>vBSPJQ} zlk@XdwRThx)vwcguobV#|5bJzbXK#@-=#KB=56guPts9ZO=-pWmsdcTwMQ5>=tKLG{+MPt5Vc?B7F00000NkvXXu0mjfdF$?m literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png.meta b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png.meta new file mode 100644 index 0000000..c62f902 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove02.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7@6c48a", + "displayName": "SkeletonMove02", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7@f9941", + "displayName": "SkeletonMove02", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 32, + "height": 36, + "rawWidth": 32, + "rawHeight": 36, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -16, + -18, + 0, + 16, + -18, + 0, + -16, + 18, + 0, + 16, + 18, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 36, + 32, + 36, + 0, + 0, + 32, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -16, + -18, + 0 + ], + "maxPos": [ + 16, + 18, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "4d3818cc-a4bb-47d5-8d67-9e9368e7f7a7@f9941" + } +} diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png new file mode 100644 index 0000000000000000000000000000000000000000..23888596df322441ef96157ea4875016fe35d1a7 GIT binary patch literal 1038 zcmV+p1o8WcP)G;6(&I2zoFi5R@2Df@W|dDhLsm zgBKA5y-7Q-Qm^y7rh1$$`k|6(7;|Ns84>d`?EsQ+nIg)B;LX_qW@=0SJG2xvC~ zZ3oUqK7W4uC1~BXO?B?ws*+6|<~IwL)R=qsuAVHLKqB8w4>&Bq_ZUuODoX$W@O0hU z)e>BtyVR*N16^jGGz}2EaoKWp;&9r0$4K;#ev^c>PbXQ8=(0r!a2Sao66x!Gs`vJN zc&}R;=7dB5E+c}^g_20bc@MjC>R3pm`&v&3Za`wdnWjSZ5vu`!(O$iL0b&LmDZv0q zmLtev(4GuGH7P5EM8d6ihJ0*vP}MbT3c-VXl0VI9_EfCRuRR)zq2bmt~Om``{V zu>R>GQU$BOJ75S`q!Yq>aUDoO&Yr(GzF)_y*o9nHn001rdH0fNwDz(bPZ_pn<7Ly;(Pef$1><{6k>ec4gC1_*!$ z5&(Aa%mq^kP`V`X{p-6>sF>Lce5LxgPN+8S++${j7@#OkL<2LxS*p0l)VK`@dO@^g znR+9TU1&;;fC5~z9A&CVhCRcUY6KVq_P8ZY*SZJF#TIudle&kIgX*^SD0P6AafxLXY)`fZHs40@aHsSdTTsElJo)DT#!4FF0L4P4QvA@&mAp zKun32{bpo)K-ly3r>=>-FYFj(>khbYRE)q4y~c=79>?4@XuC316^j6sFG?o_pRuD` zUEaJx9eVgY?3C`oMW<`S>z4KNRA2LOd1pdyOw2jK-FFB}Bv|>l8AHwLnX3AaRu}hj zIBgEcz$Fv_Aq20DO5{BeE*QM*si-07*qo IM6N<$f{Fjk>Hq)$ literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png.meta b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png.meta new file mode 100644 index 0000000..8cf1cb9 --- /dev/null +++ b/assets/Media/Images/Game/Enemies/Skeleton/SkeletonMove03.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "ab46427e-edd3-468b-ad23-498c9be3bf65", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ab46427e-edd3-468b-ad23-498c9be3bf65@6c48a", + "displayName": "SkeletonMove03", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "ab46427e-edd3-468b-ad23-498c9be3bf65", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ab46427e-edd3-468b-ad23-498c9be3bf65@f9941", + "displayName": "SkeletonMove03", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 32, + "height": 36, + "rawWidth": 32, + "rawHeight": 36, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -16, + -18, + 0, + 16, + -18, + 0, + -16, + 18, + 0, + 16, + 18, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 36, + 32, + 36, + 0, + 0, + 32, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -16, + -18, + 0 + ], + "maxPos": [ + 16, + 18, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ab46427e-edd3-468b-ad23-498c9be3bf65@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "ab46427e-edd3-468b-ad23-498c9be3bf65@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/LevelUpButton.meta b/assets/Media/Images/Game/UI/LevelUpButton.meta new file mode 100644 index 0000000..c38c9c0 --- /dev/null +++ b/assets/Media/Images/Game/UI/LevelUpButton.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "9df44138-af10-4cdc-931d-1529ff73cd45", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Images/Game/UI/UpgradeIcons.meta b/assets/Media/Images/Game/UI/UpgradeIcons.meta new file mode 100644 index 0000000..aa745df --- /dev/null +++ b/assets/Media/Images/Game/UI/UpgradeIcons.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "243d2296-289d-4973-9bdd-f52f822ce45e", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/Media/Images/Game/Weapons/Sword00.png b/assets/Media/Images/Game/Weapons/Sword00.png index 8975e03a33ba8021b2c47bf9dbf375dcfe370133..f1e38a174229dcffff92cacbe78443acaf47fcca 100644 GIT binary patch literal 1948 zcmbVNdrT8|9KXuL2V?6*1s!h35oV#bcYRQM7b}kzZRd)JH8N%x$K8+iM%ycQ2Q4H{ z>LV&~#3@5$%$P;lk|k^yw=9|=ICV@>bPwYe|8NGuxpx-W%gz0+w2d0)GB5Y|JwCth znJvs%lFSiT0J$d9Lt`tqz57nfWruPyO?hm_jhX15DfSIi=ed&#)ASP^ioTWQ>cUCAc|6@U z5A?X(RT-6)m3ii#(M5;y64%Y!dvI)?Iy9Cuo<4UpJ*VSf5AsFvmFdZwlv@udKSN$T za)CXdM@}VdnIM&!{X1*i%9pccfnGm9Z7h4ZGkb90>hbn)`1)hT!w2_<>F}co z3AbHaI=iwGHn%KG_^6*m22QW~Yd&RK4~d%@usw_raWJC30oYr)p#I|*mN3Ot;>SpaLAOI=KJ z9YeBM!7_Adh=KxqK%&u*&+8YdkOhm#rQldz#xXPkk?JhiRQxKOWvG=G0Gh8gX&9X` zA6-IfbtZ$6Bp0K4LTAPaGp;jebSBD3PK})Ax@CD*x z{bH0RNEjZX1Gr90$Sy^IEEC5C8U$}dIm_U{3w*#Yi4d!cV*?&u;zbYtFQVhycPW6> zI-PMH_qE06i>nZ&l1Au8l#u(PMORY*;N?K%8w3WFG(t18Wp4tMRRFZa3of4b#sXCq zGa0p7<-m}rY8~fi`JkA4#~EOwC1Any1f*LB?#%ep)hM$TB83G%raChFZgKaGv}k-01x=x7#e4ivhrSDfQq4YhCA0Cu$2gW zE$4+B_qLRXwN5AH@QV`dXMn?I!5}?aj$drK(oK<~?Y)$puO2eMQZ`E0syvsMM z3N-fW!LHjWdwxG-$Q*gHbZyF!%#$B1s-<|e%PS3^Ji(O~F|D)>s>%I9H`O1mY z+r{i_*BeK+iG#f>in~wz`g})F%*xoYRV`)?S9V==*czgVpIky^? rPrSvUUw$(=)ZRBbdzgRIVe3uY^7UlJ#0WbcX59$MuB!96moS6JytNhW}-f5Dv(3Mo#HqnilwU5ySugFGK!==+i|Ea62YA8W6M( z9CEY#JGl#E%9SL$EqmffOio;+aAg>*(WAyY5z!t;UAOLa*jE#-& zcf*$f7Of_>T7L`-R$7pdM54iRQVtun0X7T diff --git a/assets/Media/Images/Game/Weapons/Sword01.png b/assets/Media/Images/Game/Weapons/Sword01.png index 645ad90701eb9d3f646a8a7d791e6e6d860d6297..6101645196b056b909a4a5c084afbec3c6f730cc 100644 GIT binary patch literal 2043 zcmbVN2~ZPP7~Yga)WJru;8nX_iUJ|oWJ5x-8meY4 z%muQv6m#+04ROOr2jp6cv{g6q$82dxtblHkhX4~ydhg8!^s z>z$}8`8H^CcgoaT^CdBHg3C*5uEj*Rt2TSRm!O{W5;PWCB|k4{OJCpC^-CyRnX7M* zH!KP4>CgP=;DMTJ8N$JE;gOIZ$HIS)*Dt}F&z%$~#~g1Ge4c3(r3_-KJCUXcdY7d! zW^!R+VVr8$?OC731?ER=YVD5@dHSR8M80u5GPb%% zs5@Z!1GRAa(KTj^&>YgRsL&KlW7w4N{;1yOsIJai#~QufA6`%EZQbN0yb}Tfo|u+5 zx4a#&tR^Yo#8EZWc`EzS6kNFo5I5GTU+4lXhWj1?)UstV1O-iFOa**_;a!|$?GnOA zr^I7-0yG58N%lAiaxu-rX4=9yG|0e_V+hPp8YEv~kQ$s?+REswIXbU8%S2W$Ce;*@ zoCMGD;6Q+#<_Xwiw>ez6M}rK>#lhG&jUw<6gkP*dhT~UY$bq#iN5cwd4R-Sj_DC%~*C2qNd zflSq9o4FM_Ak8@UVwjt#diPAROPCIxPz{>nsrM`&l@MM zN*J6VeTASwNM8of6f!c+yfOpBV%=662z^Of48vS(8Sf@II@JQ$8jZ)xG7kmzqrR#g zb_IRj%b~TWDtr_U+Jy0#$9d-#6&SJk;^v(A(*7+<@8cYJk$CpUzb|CF~;5P#+C zFXQ`A#oYaK6zk3g#|BQ@-O$q~qaWLsc4QtpSwgq3YfB9)5}KDKESUM3ax-w zPUv4a!5AL6(9xYM+EW#pR`T#>_(f#z-o2u;1BPs4_{7YvvENaR@3^`Q;_GkCuM|}m z6lBG(ys1nt%1#Tl{+xGsLp!``_R3kY_uW}R+fM$rXYday;szU1v%cfWy-)5=ONnnm tFC$H1YwzzAFO`Pu*|hI*%$j=fX>?oRy$u6{TP(iACL=vdw?D14_8;0>!4v=h delta 606 zcmV-k0-^o;5B3C*BYy%tNklaUC`J*V;AnuC55o+d&){q(1_lNOK?w~87zoH|!OF%3h*1Lr#?Bf4&+eWI z;{7*v&LB#UNqGoZ{h4A$qV0i!|7DVJHY3>QNDd*{G!g*RlYb05uD)fcE~q0)<4l8@ zV9%cETmyFR(enmi@%(+~;c6y28KUs90TyIWf*b;J1UBHIEsP=xQ->~&E{`q-Q{OtF z2`-Lo229_KnX?!&($g3i7R+Q|IChO-fJ}5U1V>W-zVle4o{0f9Nnv$3H9Uz+4xcBF zojAn+ior97A%7k{dfwo_wc&;T(4_nyr%tHn+J3&Brc`Z1mV0jb9MyEkB3W|Aba(|!*WrCW|2rC?D?MY;hVe=$R z9N7+VOhVlW!q$ctFzAVs*kGOmi$U`$Of8}?YMsyo@+?NF`}q13tZZ_CcZ3g$S%l03 z$;Tn_K_x4$Y6j*ZIM|?#!es-f%WZJwcC>0t8~57~a3Qfm2J}>@6Tqf;`Iz s3aAZJYVaBlD>0!-7RBKt0R{#J05_t^!t@R5u>b%707*qoM6N<$f^qZ>?f?J) diff --git a/assets/Media/Images/Game/Weapons/Sword02.png b/assets/Media/Images/Game/Weapons/Sword02.png index 7e39c97cdd0cec6f1c076a9aed8eb92a3940d87f..7d652a1afea3756adb66da90cff43180228776ca 100644 GIT binary patch literal 2146 zcmbVN2~ZPP7~T*?z^W7#(R!>4)Bq-%-5h4OMuCLN(I8@`TE@|Ac9*b1vT=7IfsVy^ z)dLi)gJ^ZMYMt7#Ejr>+tzs2CDxS5qt+yCzbv#pn zEzHRt*DGRB1O!37GSbbt;F}W|hlPUo7}?Fa5F~q@GnsNy7~ampx#Ln{1x65t1PD@` zq-{3bEzJS zy=tEJUH6rZ$%C$BsuYQ`Gv%|+E8^=7D}BDx(2)}=Gyz(qIU(DYwrtyh+r8kD3F%du zs+rx6__N-x`(oDljL1iQBlm>;91gejOrJ^CHXoAddwg9Z+nSY|l>7)cv<|RFvzr{t z6)|~vd5MNiEh9co>^3QS#YTU0lGh*KI-q~cfcTn?o1k;47kY%wj-0nH@+>rc`zdA} z4mHZ>J|rRs@2jvoBJE*SQ}V2#ERGNC>yJHN8+)MP%Kqg(-;F-0$2YFe)B&$e>lLV<4#eYn*kmG}-bNN%Kw> z6`)h)b-Do>f<}+^x+%Jlm0&yT;9N%J?wbzNV{ATj04js0=Gk?LL<@Em}+6ESk%Te6c{YX(hnS*nl@~(j>5y#0yrQFX{?Z zPM68B$rK0-0V^hPE{6Ar2~X`|&6LC%5nK)E#=t$wimOSDp41RYYAvZ&cR(#X!{wJg z2PLc+LF%-mPWKEHWDP?})PI5*n#|_~Ck1@woRot_-7W_L2bm;Id=W1I#lSkv)AJdi zl?Z%3R|FQGZz=88S}bISOOz-V&1RU52%tyBaSW*?M&;uM1Ea(+yIsjpTD#Jq(NIbj z*U_w<(AxDB)wSQu)5U=#=-SWx&;8>C4iq6(^wM$yr5VT`GMy7aTuVEPXCgbJb5z8^ z?FmCtbf6H72pz}(mO(nFxtC_3L#(HO1wvnt79B8=&zC%uz@|6=TV3&ZQRbn*el$?E z9j>6yd)dDBRE2lJLE8ungZ&Ep1Unw<0&PwJ{meK2w+wLF?8z{vSSKHBUV&vFQb(rE z>_*1rMZ|sD|3P)~`b}4R_miZ4R;%>wl-aXG;+7=u^gszc*2xDhJ-Tz>ni=*&lfLnT zAt#%5T*_Xy72}8HhYwyeHSh4~TNlg!I=w}IIPX?<_-V(`?6*%pY^$G8KH_@sq=Ngy z&6mFUvc5{OdfLU(%sa!{E{+Tl>l(1q9bbJC9aaiO75dXzvE1>ytu18U>b=>vs_(-U z^Bd!%24pS27i(xX|g z{0hq+Zy&Pg@@<{(r^BuGg(H^^yScf=qO7LRd*aZ&2d6B)wcT11YwX&q_gCZctnSmJT5Bf7PIy-+ySwYo;vY?m-=Lbhg9KYqsU)J12#R>=L4|ry3)+B6i%61- z_)hx8t+KwxPXd0mVarbQ4F+MaR}&yBpd~yAW&6Qi-$On;a7xAjtP0zhPEPH1F+51< z`oA2OlF&+u;eQRs;+DD}Wda!qF?an5fH~3v#A(e~+MGt9Dia{!Ay7`+pDg`^rtzvuVdq>IfF)XyY>4 zw;sd{RP^8BKj}^cF(yV{_Sft&10Mw@!jq@pnm*H7K(28e!J^{^!**UH z&2!*LG9hrba!S~#{yzj@_^I&xY<92f?FEJ9r-0ZwwE+xEY-DfTD!dC^Nws|!?u7{6u2Z(Ls)hKT+G$oIQPP#`^n00000NkvXX It^-0~f}N6tcK`qY diff --git a/assets/Media/Images/Game/Weapons/Sword02.png.meta b/assets/Media/Images/Game/Weapons/Sword02.png.meta index 3db2793..c8b7adc 100644 --- a/assets/Media/Images/Game/Weapons/Sword02.png.meta +++ b/assets/Media/Images/Game/Weapons/Sword02.png.meta @@ -52,8 +52,8 @@ "rawHeight": 13, "borderTop": 0, "borderBottom": 0, - "borderLeft": 29, - "borderRight": 40, + "borderLeft": 30, + "borderRight": 27, "packable": true, "pixelsToUnit": 100, "pivotX": 0.5, diff --git a/assets/Media/Images/Game/Weapons/SwordCplx01.png b/assets/Media/Images/Game/Weapons/SwordCplx01.png new file mode 100644 index 0000000000000000000000000000000000000000..1123a39a5137e0b6c779e0646e94dd44ea85a1cd GIT binary patch literal 2157 zcmbVO2~ZPP7~Y5=Dj;e^4yUeBT0oP{O|mr}Br2#u#Izt@+3aq@N|Ft`3ki%0s8FihtY_Y6( z_27%G^S(HGB==Ta;EU0LmA=0Xg9Lo0m9w#tW&cZLA@PEVpcr z2u?{!iBgq6{$zjD;H03PWvxMzU9I75W5+xm8@{8g9BPWWGsI_YVE(?q>(I)RSBQO5 z=z`b!E_L9zGn-77K$CCr(iDRaDV2tdZk>3kWa7E%mb2UQ@}7){xm30@56cVi@_KDp zU$Se0*Sg$kUgyuKq3XH?e}$mRrGU7hj@ZR41PveUzIf2CuY)1TJB%_UbIJPoC{Ei% zn43|~L@E^mgpkd$bC^qLXD1Fw(2*?8P!5iw?XX)SW}-7VjR08M=Yq}Q z5o>4rX##{HF3f>QL}Ir~y+8u@;2ar@wO2WTBczqIk#>#+ScwPgNToTNO{M=qv}gG( z1%O(;-lOBaw%BYQ6)ZO^6S&b&$a~SOA)jDe=D z1A$5yFd5cr-GNcV5lNJtpq*^w8+%9{#*rFJNUk_wK{`%6h_@ z(>OhS(*8-m9$5ECCR`M>{HL_gr0g~Em+$3Xf4;k@^P`&Dl8QeY$GmEFUJHJ;7ne6I zDte%FR5`y~9oEv$uq{i(hXNMI99upYd+ztk&+W#pkS*;w zRs25;N?-?YpZmXNJ}=Xuq}LrYf%)Z|pE>c71|CG4~F^ttcLbIHv$2b%MbbnbDE zShB2r+^L&vy$|dvc-_@$nepAhKlO*fLOj&wFb`CHU&xyYSDTjKat zn~o{jhUl*2vfBlp@*NEp+v%;h%}+L2Pp_-$(k;mDiE5UYk11{4(K+8Y%6YHw>Ejdo zX8Ye%rdUQPGWp&3_~SPw$*Z>pKb!GzRngX~AL0noK z-}^%6q5Xp5Byj~BI<}yr^qAs)Whnj~9D(2N!e~v#zd=@YGqJoGDif9p0(8dZiBBmE_)rzsP zYFe9WTW#djGcrBd&CE`AHv2(BW_D)xe7ooJ&1`y_%_btE2f#_glnj6qQBQ1%Q}RMl zk+T@T)syjSqP^lmV5h|x8EXM6}G|+?val9Utz!3mD3}bo$48&*iCVZ3aC1+dN0KojcX_*Yv3 zy8#@t49>xLZQca=1gbU!$oS&`3KnC@`28Ik8HN=A-?d{@fj?yplZN@u+Zazc0ANeJ zcK^pmHdefIVK!{)a`%I9huhz$6^SoCLYqp?K^J#Vc`OMpflb2^_Vo4V_|A%zv(a zxcY2{4KI4kItr9+zG!W7pR#JW5a?r{_w6K#IY2zxIr#*Pq@lw0HvVoq>;cl=YAd6IsdmH zZ3M{h$D)q{c`9r|nh4N><(5dBq<5~io0KL3BYK5pTmkT--K4Y-c&hZhhOqz{(SkG( zAf@?8^i@r+qtI;vbl2~Qz9j(X0Ib@apqm89_}e1ilhJ2b^H?ECVWwk(gI3S&lzq+u zcpv3N-5~HpN@9Krmja}-5lIrDJbxF!8_`d9{vuc4$ViI792Y5>=ZVz$c9qry-vr3V zpK+R$T88xgX#gKOxqwdsHCB~Un1MH`E{MGzC-@++#6en-t0!(h1aLD*+jpD5B1?jb z5M&A@%q|0X5#u#uAy8$>I~}IkIS#IwgqaIm2`sRNsRX>Y(m^Y!8v#3Oi4$05V`jNh z)(qq8Txm;fo=PlG1lBmH=soOD_Gh&tJkPIoZ2pr#TYwL^+Qt&3CS>J*4;--0u2c%i zJl+Yo8a>0oTMnqOiNTgYll}fJ@6}HQyfyDC0SZ#`St{>j7zH7{5hVYoG)W(djdTIP YUvS*dY4c)b6951J07*qoM6N<$f{lKxr2qf` literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/Weapons/SwordTrace.png.meta b/assets/Media/Images/Game/Weapons/SwordTrace.png.meta new file mode 100644 index 0000000..e98304e --- /dev/null +++ b/assets/Media/Images/Game/Weapons/SwordTrace.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@6c48a", + "displayName": "SwordTrace", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "displayName": "SwordTrace", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 48, + "height": 48, + "rawWidth": 48, + "rawHeight": 48, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0, + "pivotY": 1, + "meshType": 0, + "vertices": { + "rawPosition": [ + -24, + -24, + 0, + 24, + -24, + 0, + -24, + 24, + 0, + 24, + 24, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 48, + 48, + 48, + 0, + 0, + 48, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -24, + -24, + 0 + ], + "maxPos": [ + 24, + 24, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941" + } +} diff --git a/assets/Media/Prefabs/Game/Bat.prefab b/assets/Media/Prefabs/Game/Bat.prefab index d06bf05..c1319bb 100644 --- a/assets/Media/Prefabs/Game/Bat.prefab +++ b/assets/Media/Prefabs/Game/Bat.prefab @@ -32,10 +32,13 @@ }, { "__id__": 12 + }, + { + "__id__": 14 } ], "_prefab": { - "__id__": 14 + "__id__": 16 }, "_lpos": { "__type__": "cc.Vec3", @@ -126,8 +129,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 25, - "height": 26 + "width": 26, + "height": 22 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -162,7 +165,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "3f50fc78-d3ed-4ee3-bb28-519d4e5100ed@f9941", + "__uuid__": "e6f506a9-a7b6-4382-8e34-716df203e7ae@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -201,7 +204,7 @@ "node": { "__id__": 1 }, - "_enabled": false, + "_enabled": true, "__prefab": { "__id__": 9 }, @@ -240,13 +243,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, - "y": 6.9 + "x": -0.4, + "y": 3.8 }, "_size": { "__type__": "cc.Size", - "width": 27, - "height": 14.9 + "width": 19.4, + "height": 10.7 }, "_id": "" }, @@ -285,6 +288,34 @@ "__type__": "cc.CompPrefabInfo", "fileId": "b5ONKVkchBpaoqReE981lo" }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "6db4f381-0bdc-417e-b6b3-5721f2e77c5d", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "6db4f381-0bdc-417e-b6b3-5721f2e77c5d", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ceZm5iAAtLvZZkGagrT+R2" + }, { "__type__": "cc.PrefabInfo", "root": { diff --git a/assets/Media/Prefabs/Game/Drops/Gold.prefab b/assets/Media/Prefabs/Game/Drops/Gold.prefab index e923760..5be8876 100644 --- a/assets/Media/Prefabs/Game/Drops/Gold.prefab +++ b/assets/Media/Prefabs/Game/Drops/Gold.prefab @@ -61,8 +61,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -138,8 +138,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 18, - "height": 28 + "width": 16, + "height": 16 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -179,7 +179,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 0, + "_sizeMode": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -187,7 +187,7 @@ }, "_fillStart": 0, "_fillRange": 0, - "_isTrimmedMode": true, + "_isTrimmedMode": false, "_useGrayscale": false, "_atlas": null, "_id": "" @@ -241,7 +241,7 @@ "node": { "__id__": 1 }, - "_enabled": true, + "_enabled": false, "__prefab": { "__id__": 11 }, diff --git a/assets/Media/Prefabs/Game/Goblin.prefab b/assets/Media/Prefabs/Game/Goblin.prefab index 4106886..98fc36e 100644 --- a/assets/Media/Prefabs/Game/Goblin.prefab +++ b/assets/Media/Prefabs/Game/Goblin.prefab @@ -32,10 +32,13 @@ }, { "__id__": 12 + }, + { + "__id__": 14 } ], "_prefab": { - "__id__": 14 + "__id__": 16 }, "_lpos": { "__type__": "cc.Vec3", @@ -126,7 +129,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 25, + "width": 24, "height": 28 }, "_anchorPoint": { @@ -162,7 +165,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "33d89c47-02a5-4484-b8bf-7a1161ee44af@f9941", + "__uuid__": "929fe643-7ac9-4f3b-b9b0-50192d5d434a@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -201,7 +204,7 @@ "node": { "__id__": 1 }, - "_enabled": false, + "_enabled": true, "__prefab": { "__id__": 9 }, @@ -285,6 +288,34 @@ "__type__": "cc.CompPrefabInfo", "fileId": "b5ONKVkchBpaoqReE981lo" }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "c5854bd4-5f6d-4e52-8403-835d8b39796c", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "c5854bd4-5f6d-4e52-8403-835d8b39796c", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "73QGIC/31CK7Zv6xgZLVIc" + }, { "__type__": "cc.PrefabInfo", "root": { diff --git a/assets/Media/Prefabs/Game/Player.prefab b/assets/Media/Prefabs/Game/Player.prefab index 9dfd113..025d434 100644 --- a/assets/Media/Prefabs/Game/Player.prefab +++ b/assets/Media/Prefabs/Game/Player.prefab @@ -31,17 +31,17 @@ "_active": true, "_components": [ { - "__id__": 106 + "__id__": 136 }, { - "__id__": 108 + "__id__": 138 }, { - "__id__": 110 + "__id__": 140 } ], "_prefab": { - "__id__": 112 + "__id__": 142 }, "_lpos": { "__type__": "cc.Vec3", @@ -842,11 +842,11 @@ "_active": true, "_components": [ { - "__id__": 103 + "__id__": 133 } ], "_prefab": { - "__id__": 105 + "__id__": 135 }, "_lpos": { "__type__": "cc.Vec3", @@ -891,32 +891,32 @@ "__id__": 56 }, { - "__id__": 64 + "__id__": 70 }, { - "__id__": 72 - }, - { - "__id__": 80 - }, - { - "__id__": 88 - } - ], - "_active": true, - "_components": [ - { - "__id__": 96 + "__id__": 84 }, { "__id__": 98 }, { - "__id__": 100 + "__id__": 112 + } + ], + "_active": true, + "_components": [ + { + "__id__": 126 + }, + { + "__id__": 128 + }, + { + "__id__": 130 } ], "_prefab": { - "__id__": 102 + "__id__": 132 }, "_lpos": { "__type__": "cc.Vec3", @@ -975,7 +975,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 70, + "x": 0, "y": 0, "z": 0 }, @@ -984,7 +984,7 @@ "x": 0, "y": 0, "z": 1, - "w": 6.123233995736766e-17 + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", @@ -995,9 +995,9 @@ "_layer": 33554432, "_euler": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 180 + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 }, "_id": "" }, @@ -1024,7 +1024,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 35, + "x": 0, "y": 0, "z": 0 }, @@ -1037,8 +1037,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1063,13 +1063,13 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 104, - "height": 104 + "width": 22, + "height": 22 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "x": 0, + "y": 1 }, "_id": "" }, @@ -1099,7 +1099,7 @@ "a": 125 }, "_spriteFrame": { - "__uuid__": "f12a23c4-b924-4322-a260-3d982428f1e8@f9941", + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 3, @@ -1107,11 +1107,11 @@ "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "x": 0, + "y": 1 }, "_fillStart": 0, - "_fillRange": 0.2, + "_fillRange": 1, "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, @@ -1144,12 +1144,12 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 39, - "height": 11 + "width": 45, + "height": 14 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.42, + "x": 1, "y": 0.5 }, "_id": "" @@ -1180,19 +1180,19 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "4c91d983-ff7f-4425-a427-2cd8dd83e48e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 1, + "_type": 2, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, "y": 0 }, "_fillStart": 0, - "_fillRange": 0, + "_fillRange": 1, "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": null, @@ -1221,7 +1221,7 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -29.9, "y": 0 }, "_size": { @@ -1252,25 +1252,29 @@ "_parent": { "__id__": 41 }, - "_children": [], + "_children": [ + { + "__id__": 57 + } + ], "_active": false, "_components": [ { - "__id__": 57 + "__id__": 63 }, { - "__id__": 59 + "__id__": 65 }, { - "__id__": 61 + "__id__": 67 } ], "_prefab": { - "__id__": 63 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", - "x": 82, + "x": 0, "y": 0, "z": 0 }, @@ -1278,13 +1282,62 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": 0.7071067811865475, - "w": 0.7071067811865476 + "z": 1, + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Trace", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 56 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 58 + }, + { + "__id__": 60 + } + ], + "_prefab": { + "__id__": 62 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 1, + "w": 6.123233995736766e-17 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1292,10 +1345,91 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 90 + "z": 180 }, "_id": "" }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 59 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7apxxEAMtNlZMd98/yKdbg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 61 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 125 + }, + "_spriteFrame": { + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 2, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e9sWswEodDVp1vZKt461LN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7f36+rjERIbpL5Qri00bdB" + }, { "__type__": "cc.UITransform", "_name": "", @@ -1305,16 +1439,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 58 + "__id__": 64 }, "_contentSize": { "__type__": "cc.Size", - "width": 20, - "height": 80 + "width": 55, + "height": 14 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 1, "y": 0.5 }, "_id": "" @@ -1332,7 +1466,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 60 + "__id__": 66 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1340,15 +1474,15 @@ "_color": { "__type__": "cc.Color", "r": 255, - "g": 10, - "b": 10, + "g": 255, + "b": 255, "a": 255 }, "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 2, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1376,7 +1510,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 62 + "__id__": 68 }, "tag": 0, "_group": 8, @@ -1386,13 +1520,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -35, "y": 0 }, "_size": { "__type__": "cc.Size", - "width": 20, - "height": 80 + "width": 40, + "height": 10 }, "_id": "" }, @@ -1417,25 +1551,29 @@ "_parent": { "__id__": 41 }, - "_children": [], + "_children": [ + { + "__id__": 71 + } + ], "_active": false, "_components": [ { - "__id__": 65 + "__id__": 77 }, { - "__id__": 67 + "__id__": 79 }, { - "__id__": 69 + "__id__": 81 } ], "_prefab": { - "__id__": 71 + "__id__": 83 }, "_lpos": { "__type__": "cc.Vec3", - "x": 92, + "x": 0, "y": 0, "z": 0 }, @@ -1443,13 +1581,62 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": 0.7071067811865475, - "w": 0.7071067811865476 + "z": 1, + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Trace", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 70 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 72 + }, + { + "__id__": 74 + } + ], + "_prefab": { + "__id__": 76 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 1, + "w": 6.123233995736766e-17 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1457,7 +1644,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 90 + "z": 180 }, "_id": "" }, @@ -1466,20 +1653,101 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 64 + "__id__": 71 }, "_enabled": true, "__prefab": { - "__id__": 66 + "__id__": 73 }, "_contentSize": { "__type__": "cc.Size", - "width": 20, - "height": 100 + "width": 32, + "height": 32 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 0, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bdj75rQx5OCIfW/ps19LM6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 71 + }, + "_enabled": true, + "__prefab": { + "__id__": 75 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 125 + }, + "_spriteFrame": { + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 2, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "56FH8FU8lLNKG66s+S0GIP" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cLxrH7wxBCZ8DSUYLLkoF" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 70 + }, + "_enabled": true, + "__prefab": { + "__id__": 78 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65, + "height": 14 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, "y": 0.5 }, "_id": "" @@ -1493,11 +1761,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 64 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 68 + "__id__": 80 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1505,15 +1773,15 @@ "_color": { "__type__": "cc.Color", "r": 255, - "g": 10, - "b": 10, + "g": 255, + "b": 255, "a": 255 }, "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 2, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1537,11 +1805,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 64 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 70 + "__id__": 82 }, "tag": 0, "_group": 8, @@ -1551,13 +1819,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -40, "y": 0 }, "_size": { "__type__": "cc.Size", - "width": 20, - "height": 100 + "width": 50, + "height": 10 }, "_id": "" }, @@ -1582,25 +1850,29 @@ "_parent": { "__id__": 41 }, - "_children": [], + "_children": [ + { + "__id__": 85 + } + ], "_active": false, "_components": [ { - "__id__": 73 + "__id__": 91 }, { - "__id__": 75 + "__id__": 93 }, { - "__id__": 77 + "__id__": 95 } ], "_prefab": { - "__id__": 79 + "__id__": 97 }, "_lpos": { "__type__": "cc.Vec3", - "x": 102, + "x": 0, "y": 0, "z": 0 }, @@ -1608,13 +1880,62 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": 0.7071067811865475, - "w": 0.7071067811865476 + "z": 1, + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Trace", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 84 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 86 + }, + { + "__id__": 88 + } + ], + "_prefab": { + "__id__": 90 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 1, + "w": 6.123233995736766e-17 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1622,7 +1943,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 90 + "z": 180 }, "_id": "" }, @@ -1631,20 +1952,101 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 72 + "__id__": 85 }, "_enabled": true, "__prefab": { - "__id__": 74 + "__id__": 87 }, "_contentSize": { "__type__": "cc.Size", - "width": 20, - "height": 120 + "width": 37, + "height": 37 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 0, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "66wjmr3adNUogCbLE/a3d1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 85 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 125 + }, + "_spriteFrame": { + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 2, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "17NgHWfE9OWIKm97+y0lnU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dbOahypytDIaHuV4ZGXN1n" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 84 + }, + "_enabled": true, + "__prefab": { + "__id__": 92 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 14 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, "y": 0.5 }, "_id": "" @@ -1658,11 +2060,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 72 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 76 + "__id__": 94 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1670,15 +2072,15 @@ "_color": { "__type__": "cc.Color", "r": 255, - "g": 10, - "b": 10, + "g": 255, + "b": 255, "a": 255 }, "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 2, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1702,11 +2104,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 72 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 78 + "__id__": 96 }, "tag": 0, "_group": 8, @@ -1716,13 +2118,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -45, "y": 0 }, "_size": { "__type__": "cc.Size", - "width": 20, - "height": 120 + "width": 60, + "height": 10 }, "_id": "" }, @@ -1747,25 +2149,29 @@ "_parent": { "__id__": 41 }, - "_children": [], + "_children": [ + { + "__id__": 99 + } + ], "_active": false, "_components": [ { - "__id__": 81 + "__id__": 105 }, { - "__id__": 83 + "__id__": 107 }, { - "__id__": 85 + "__id__": 109 } ], "_prefab": { - "__id__": 87 + "__id__": 111 }, "_lpos": { "__type__": "cc.Vec3", - "x": 112, + "x": 0, "y": 0, "z": 0 }, @@ -1773,13 +2179,62 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": 0.7071067811865475, - "w": 0.7071067811865476 + "z": 1, + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Trace", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 98 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 100 + }, + { + "__id__": 102 + } + ], + "_prefab": { + "__id__": 104 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 1, + "w": 6.123233995736766e-17 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1787,7 +2242,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 90 + "z": 180 }, "_id": "" }, @@ -1796,20 +2251,101 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 80 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 82 + "__id__": 101 }, "_contentSize": { "__type__": "cc.Size", - "width": 20, - "height": 140 + "width": 42, + "height": 42 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 0, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "44+QWUsylAn4XDeCPNAvOY" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 99 + }, + "_enabled": true, + "__prefab": { + "__id__": 103 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 125 + }, + "_spriteFrame": { + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 2, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cbjzToFjVI/JwxueREC2GA" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e9BhX3nx9ESaK8f213LrVK" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 98 + }, + "_enabled": true, + "__prefab": { + "__id__": 106 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 85, + "height": 14 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, "y": 0.5 }, "_id": "" @@ -1823,11 +2359,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 80 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 84 + "__id__": 108 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1835,15 +2371,15 @@ "_color": { "__type__": "cc.Color", "r": 255, - "g": 10, - "b": 10, + "g": 255, + "b": 255, "a": 255 }, "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 2, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1867,11 +2403,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 80 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 86 + "__id__": 110 }, "tag": 0, "_group": 8, @@ -1881,13 +2417,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -50, "y": 0 }, "_size": { "__type__": "cc.Size", - "width": 20, - "height": 140 + "width": 70, + "height": 10 }, "_id": "" }, @@ -1912,25 +2448,29 @@ "_parent": { "__id__": 41 }, - "_children": [], + "_children": [ + { + "__id__": 113 + } + ], "_active": false, "_components": [ { - "__id__": 89 + "__id__": 119 }, { - "__id__": 91 + "__id__": 121 }, { - "__id__": 93 + "__id__": 123 } ], "_prefab": { - "__id__": 95 + "__id__": 125 }, "_lpos": { "__type__": "cc.Vec3", - "x": 122, + "x": 0, "y": 0, "z": 0 }, @@ -1938,13 +2478,62 @@ "__type__": "cc.Quat", "x": 0, "y": 0, - "z": 0.7071067811865475, - "w": 0.7071067811865476 + "z": 1, + "w": -6.123233995736766e-17 }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": -180, + "y": -180, + "z": -7.016709298534876e-15 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Trace", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 112 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 114 + }, + { + "__id__": 116 + } + ], + "_prefab": { + "__id__": 118 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 1, + "w": 6.123233995736766e-17 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2, + "y": 2, "z": 1 }, "_layer": 33554432, @@ -1952,7 +2541,7 @@ "__type__": "cc.Vec3", "x": 0, "y": 0, - "z": 90 + "z": 180 }, "_id": "" }, @@ -1961,20 +2550,101 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 88 + "__id__": 113 }, "_enabled": true, "__prefab": { - "__id__": 90 + "__id__": 115 }, "_contentSize": { "__type__": "cc.Size", - "width": 20, - "height": 160 + "width": 47, + "height": 47 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 0, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7eRvZC7EVHdoIZ1kdriBG/" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 113 + }, + "_enabled": true, + "__prefab": { + "__id__": 117 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 125 + }, + "_spriteFrame": { + "__uuid__": "6bd5ad22-d9c3-48de-aa7b-8433b5f95c6b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 2, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "75JhJNMyRNgo+5GoVMILex" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "15GQbCq2lL84C63EUjPgpV" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 112 + }, + "_enabled": true, + "__prefab": { + "__id__": 120 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 95, + "height": 14 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, "y": 0.5 }, "_id": "" @@ -1988,11 +2658,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 88 + "__id__": 112 }, "_enabled": true, "__prefab": { - "__id__": 92 + "__id__": 122 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2000,15 +2670,15 @@ "_color": { "__type__": "cc.Color", "r": 255, - "g": 10, - "b": 10, + "g": 255, + "b": 255, "a": 255 }, "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__uuid__": "45477fb9-04a2-4580-916e-705249ee6341@f9941", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 2, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -2032,11 +2702,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 88 + "__id__": 112 }, "_enabled": true, "__prefab": { - "__id__": 94 + "__id__": 124 }, "tag": 0, "_group": 8, @@ -2046,13 +2716,13 @@ "_restitution": 0, "_offset": { "__type__": "cc.Vec2", - "x": 0, + "x": -55, "y": 0 }, "_size": { "__type__": "cc.Size", - "width": 20, - "height": 160 + "width": 80, + "height": 10 }, "_id": "" }, @@ -2079,7 +2749,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 97 + "__id__": 127 }, "_contentSize": { "__type__": "cc.Size", @@ -2106,7 +2776,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 129 }, "playOnLoad": false, "_clips": [ @@ -2134,26 +2804,26 @@ }, "_enabled": true, "__prefab": { - "__id__": 101 + "__id__": 131 }, "colliders": [ { "__id__": 53 }, { - "__id__": 61 + "__id__": 67 }, { - "__id__": 69 + "__id__": 81 }, { - "__id__": 77 + "__id__": 95 }, { - "__id__": 85 + "__id__": 109 }, { - "__id__": 93 + "__id__": 123 } ], "_id": "" @@ -2181,13 +2851,13 @@ }, "_enabled": true, "__prefab": { - "__id__": 104 + "__id__": 134 }, "weaponAnimation": { - "__id__": 98 + "__id__": 128 }, "upgradableCollider": { - "__id__": 100 + "__id__": 130 }, "_id": "" }, @@ -2214,7 +2884,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 107 + "__id__": 137 }, "_contentSize": { "__type__": "cc.Size", @@ -2241,16 +2911,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 109 + "__id__": 139 }, "collider": { - "__id__": 110 + "__id__": 140 }, "playerUI": { "__id__": 37 }, "weapon": { - "__id__": 103 + "__id__": 133 }, "playerGraphics": { "__id__": 2 @@ -2273,7 +2943,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 111 + "__id__": 141 }, "tag": 0, "_group": 2, @@ -2288,8 +2958,8 @@ }, "_size": { "__type__": "cc.Size", - "width": 48.4, - "height": 61.2 + "width": 48, + "height": 60 }, "_id": "" }, diff --git a/assets/Media/Prefabs/Game/Shark.prefab b/assets/Media/Prefabs/Game/Shark.prefab index c62a0d4..64a16ae 100644 --- a/assets/Media/Prefabs/Game/Shark.prefab +++ b/assets/Media/Prefabs/Game/Shark.prefab @@ -32,10 +32,13 @@ }, { "__id__": 12 + }, + { + "__id__": 14 } ], "_prefab": { - "__id__": 14 + "__id__": 16 }, "_lpos": { "__type__": "cc.Vec3", @@ -126,8 +129,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 34, - "height": 33 + "width": 36, + "height": 34 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -162,7 +165,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "af7fa4be-ec1d-48b4-ad35-5aa44db9438a@f9941", + "__uuid__": "2ae3cc6f-7b49-4ac6-a95d-611b7dac7660@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -201,7 +204,7 @@ "node": { "__id__": 1 }, - "_enabled": false, + "_enabled": true, "__prefab": { "__id__": 9 }, @@ -285,6 +288,34 @@ "__type__": "cc.CompPrefabInfo", "fileId": "b5ONKVkchBpaoqReE981lo" }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "ece5c4b8-bcea-491d-b1aa-2eba66a74d82", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "ece5c4b8-bcea-491d-b1aa-2eba66a74d82", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "acgRg2X7pOMqYk9NcYDru8" + }, { "__type__": "cc.PrefabInfo", "root": { diff --git a/assets/Media/Prefabs/Game/Skeleton.prefab b/assets/Media/Prefabs/Game/Skeleton.prefab new file mode 100644 index 0000000..a6d5608 --- /dev/null +++ b/assets/Media/Prefabs/Game/Skeleton.prefab @@ -0,0 +1,325 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "Skeleton", + "_objFlags": 0, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false, + "asyncLoadAssets": false + }, + { + "__type__": "cc.Node", + "_name": "Skeleton", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [ + { + "__id__": 8 + }, + { + "__id__": 10 + }, + { + "__id__": 12 + }, + { + "__id__": 14 + } + ], + "_prefab": { + "__id__": 16 + }, + "_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": 2, + "y": 2, + "z": 1 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Graphics", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_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 + }, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 32, + "height": 36 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "464/MPdiZA5qZYQRCq97Ha" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "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": 255 + }, + "_spriteFrame": { + "__uuid__": "8737b3fd-8692-4f27-9b8f-41e2bcabe28c@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d0xqMqB4RM45zTqWTxtmE+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "eeHhbzhLlHZ6xMMi0bNFTG" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 9 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 25, + "height": 28 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bbsWYc2MNCLLweNFP7pjHF" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "tag": 0, + "_group": 4, + "_density": 1, + "_sensor": false, + "_friction": 0.2, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_size": { + "__type__": "cc.Size", + "width": 22, + "height": 30 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5dR8969SVAfLXx5AY1X9B5" + }, + { + "__type__": "7f8b6NKHsNNW5nLY3fwejhw", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 13 + }, + "collider": { + "__id__": 10 + }, + "sprite": { + "__id__": 5 + }, + "whiteMaterial": { + "__uuid__": "9cb17675-370b-48ed-bfa2-bb613a88af44", + "__expectedType__": "cc.Material" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5ONKVkchBpaoqReE981lo" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "7e3e3b7f-f520-4668-9d75-268a3f28872e", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "7e3e3b7f-f520-4668-9d75-268a3f28872e", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74x/uTmM5C8J/ZyOW71lz5" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b3GFrfkl5AR4Q9jndybzln" + } +] \ No newline at end of file diff --git a/assets/Media/Prefabs/Game/Skeleton.prefab.meta b/assets/Media/Prefabs/Game/Skeleton.prefab.meta new file mode 100644 index 0000000..a1647eb --- /dev/null +++ b/assets/Media/Prefabs/Game/Skeleton.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.40", + "importer": "prefab", + "imported": true, + "uuid": "b33ee875-cfd1-4f95-9f20-c2a7c3ca9ccf", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "Skeleton" + } +}