diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index ddb311c..d78d32a 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -447,11 +447,12 @@ GameObject: - component: {fileID: 1079797247} - component: {fileID: 1079797249} - component: {fileID: 1079797252} + - component: {fileID: 1079797253} - component: {fileID: 1079797250} - component: {fileID: 1079797251} m_Layer: 0 m_Name: Player - m_TagString: Untagged + m_TagString: Player m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 @@ -633,6 +634,162 @@ CircleCollider2D: m_CompositeOrder: 0 m_Offset: {x: 0, y: -0.28} m_Radius: 0.37 +--- !u!114 &1079797253 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1079797246} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f07f9474ea9b6c749a26cae4497c6e0b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1393305563 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1393305566} + - component: {fileID: 1393305565} + - component: {fileID: 1393305564} + m_Layer: 0 + m_Name: EnemySpawn + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1393305564 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1393305563} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8dd070861119b9f418a55b1bf2c223f5, type: 3} + m_Name: + m_EditorClassIdentifier: + moveSpeed: 0.04 +--- !u!212 &1393305565 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1393305563} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 6073426624527988715, guid: 81da2fd2c37422a4192f07494f5215f9, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1393305566 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1393305563} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 3.646306, y: -2.5057523, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1496789098 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1496789100} + - component: {fileID: 1496789099} + m_Layer: 0 + m_Name: GameManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1496789099 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1496789098} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30d8889023ea191499bbd4ac39ae7468, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!4 &1496789100 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1496789098} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1520806211 GameObject: m_ObjectHideFlags: 0 @@ -746,6 +903,106 @@ Transform: - {fileID: 1907035835} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1681875901 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1681875903} + - component: {fileID: 1681875902} + - component: {fileID: 1681875904} + m_Layer: 0 + m_Name: Enemy0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!212 &1681875902 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1681875901} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 6073426624527988715, guid: 81da2fd2c37422a4192f07494f5215f9, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1681875903 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1681875901} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 3.646306, y: -2.5057523, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1681875904 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1681875901} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8dd070861119b9f418a55b1bf2c223f5, type: 3} + m_Name: + m_EditorClassIdentifier: + moveSpeed: 0.04 --- !u!1 &1907035834 GameObject: m_ObjectHideFlags: 0 @@ -1747,3 +2004,6 @@ SceneRoots: - {fileID: 1520806214} - {fileID: 1612680887} - {fileID: 123920761} + - {fileID: 1496789100} + - {fileID: 1681875903} + - {fileID: 1393305566} diff --git a/Assets/Scipts/Enemy.cs b/Assets/Scipts/Enemy.cs new file mode 100644 index 0000000..3981743 --- /dev/null +++ b/Assets/Scipts/Enemy.cs @@ -0,0 +1,31 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Enemy : MonoBehaviour +{ + private Player player; + [SerializeField] private float moveSpeed; + void Start() + { + player = FindFirstObjectByType(); + if(player == null) + { + //TODO + Destroy(gameObject); + } + } + + // Update is called once per frame + void Update() + { + + } + + private void FixedUpdate() + { + Vector2 direction = (player.transform.position - transform.position).normalized; + Vector2 targePosition = (Vector2)transform.position + direction * moveSpeed; + transform.position = targePosition; + } +} diff --git a/Assets/Scipts/Enemy.cs.meta b/Assets/Scipts/Enemy.cs.meta new file mode 100644 index 0000000..0475ea5 --- /dev/null +++ b/Assets/Scipts/Enemy.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 8dd070861119b9f418a55b1bf2c223f5 \ No newline at end of file diff --git a/Assets/Scipts/GameManager.cs b/Assets/Scipts/GameManager.cs new file mode 100644 index 0000000..1beecae --- /dev/null +++ b/Assets/Scipts/GameManager.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class GameManager : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + Application.targetFrameRate = 60; + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scipts/GameManager.cs.meta b/Assets/Scipts/GameManager.cs.meta new file mode 100644 index 0000000..c6dd140 --- /dev/null +++ b/Assets/Scipts/GameManager.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 30d8889023ea191499bbd4ac39ae7468 \ No newline at end of file diff --git a/Assets/Scipts/Player.cs b/Assets/Scipts/Player.cs new file mode 100644 index 0000000..c269dee --- /dev/null +++ b/Assets/Scipts/Player.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Player : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scipts/Player.cs.meta b/Assets/Scipts/Player.cs.meta new file mode 100644 index 0000000..a9de636 --- /dev/null +++ b/Assets/Scipts/Player.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: f07f9474ea9b6c749a26cae4497c6e0b \ No newline at end of file diff --git a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite deleted file mode 100644 index a3677ae..0000000 Binary files a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite and /dev/null differ diff --git a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite.meta b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite.meta deleted file mode 100644 index d78aa9e..0000000 --- a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.aseprite.meta +++ /dev/null @@ -1,251 +0,0 @@ -fileFormatVersion: 2 -guid: f9ef7bec890605d4aba6a7f04a8be3ed -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 62a9f0aa5b59740cfbadc7e5f9823bb0, type: 3} - textureImporterSettings: - alphaSource: 1 - mipMapMode: 0 - enableMipMap: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - convertToNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - swizzle: 50462976 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - nPOTScale: 1 - sRGBTexture: 1 - spriteMode: 2 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 0 - flipbookColumns: 0 - ignorePngGamma: 0 - cookieMode: 0 - filterMode: 0 - aniso: 1 - mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 - normalMap: 0 - textureFormat: 0 - maxTextureSize: 0 - lightmap: 0 - compressionQuality: 0 - linearTexture: 0 - grayScaleToAlpha: 0 - rGBM: 0 - cubemapConvolutionSteps: 0 - cubemapConvolutionExponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - applyGammaDecoding: 0 - previousAsepriteImporterSettings: - fileImportMode: 1 - importHiddenLayers: 0 - layerImportMode: 1 - defaultPivotSpace: 0 - defaultPivotAlignment: 7 - customPivotPosition: {x: 0.5, y: 0.5} - mosaicPadding: 4 - spritePadding: 0 - generateModelPrefab: 1 - generateAnimationClips: 1 - addSortingGroup: 1 - addShadowCasters: 0 - asepriteImporterSettings: - fileImportMode: 1 - importHiddenLayers: 0 - layerImportMode: 1 - defaultPivotSpace: 0 - defaultPivotAlignment: 7 - customPivotPosition: {x: 0.5, y: 0.5} - mosaicPadding: 4 - spritePadding: 0 - generateModelPrefab: 1 - generateAnimationClips: 1 - addSortingGroup: 1 - addShadowCasters: 0 - importFileNodeState: 1 - platformSettingsDirtyTick: 0 - textureAssetName: - singleSpriteImportData: - - name: - originalName: - pivot: {x: 0, y: 0} - alignment: 0 - border: {x: 0, y: 0, z: 0, w: 0} - rect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - spriteID: - spriteBone: [] - spriteOutline: [] - vertices: [] - spritePhysicsOutline: [] - indices: - edges: [] - tessellationDetail: 0 - uvTransform: {x: 0, y: 0} - animatedSpriteImportData: - - name: BlindedGrimlock_Frame_0 - originalName: - pivot: {x: 0.53333336, y: 0} - alignment: 9 - border: {x: 0, y: 0, z: 0, w: 0} - rect: - serializedVersion: 2 - x: 4 - y: 4 - width: 15 - height: 14 - spriteID: 89739bb0dd2341544ac6f1e0530ca137 - spriteBone: [] - spriteOutline: [] - vertices: [] - spritePhysicsOutline: [] - indices: - edges: [] - tessellationDetail: 0 - uvTransform: {x: 4, y: 4} - - name: BlindedGrimlock_Frame_1 - originalName: - pivot: {x: 0.53333336, y: 0} - alignment: 9 - border: {x: 0, y: 0, z: 0, w: 0} - rect: - serializedVersion: 2 - x: 4 - y: 26 - width: 15 - height: 13 - spriteID: eae7bcf445ecddf4f91275e4029509f8 - spriteBone: [] - spriteOutline: [] - vertices: [] - spritePhysicsOutline: [] - indices: - edges: [] - tessellationDetail: 0 - uvTransform: {x: 4, y: 26} - - name: BlindedGrimlock_Frame_2 - originalName: - pivot: {x: 0.53333336, y: 0} - alignment: 9 - border: {x: 0, y: 0, z: 0, w: 0} - rect: - serializedVersion: 2 - x: 4 - y: 47 - width: 15 - height: 13 - spriteID: 2c5142496435ae546999ce97c9c826c0 - spriteBone: [] - spriteOutline: [] - vertices: [] - spritePhysicsOutline: [] - indices: - edges: [] - tessellationDetail: 0 - uvTransform: {x: 4, y: 47} - - name: BlindedGrimlock_Frame_3 - originalName: - pivot: {x: 0.53333336, y: 0} - alignment: 9 - border: {x: 0, y: 0, z: 0, w: 0} - rect: - serializedVersion: 2 - x: 27 - y: 4 - width: 15 - height: 13 - spriteID: 7c2ba23bbddd6514489c684e6512a04e - spriteBone: [] - spriteOutline: [] - vertices: [] - spritePhysicsOutline: [] - indices: - edges: [] - tessellationDetail: 0 - uvTransform: {x: 27, y: 4} - spriteSheetImportData: [] - asepriteLayers: - - layerIndex: 0 - guid: 1983144564 - name: BlindedGrimlock - layerFlags: 0 - layerType: 0 - blendMode: 0 - cells: - - name: BlindedGrimlock_Frame_0 - frameIndex: 0 - cellRect: - x: 0 - y: 0 - width: 15 - height: 14 - spriteId: 89739bb0dd2341544ac6f1e0530ca137 - - name: BlindedGrimlock_Frame_1 - frameIndex: 1 - cellRect: - x: 0 - y: 0 - width: 15 - height: 13 - spriteId: eae7bcf445ecddf4f91275e4029509f8 - - name: BlindedGrimlock_Frame_2 - frameIndex: 2 - cellRect: - x: 0 - y: 0 - width: 15 - height: 13 - spriteId: 2c5142496435ae546999ce97c9c826c0 - - name: BlindedGrimlock_Frame_3 - frameIndex: 3 - cellRect: - x: 0 - y: 0 - width: 15 - height: 13 - spriteId: 7c2ba23bbddd6514489c684e6512a04e - linkedCells: [] - parentIndex: -1 - platformSettings: [] - generatePhysicsShape: 0 - secondarySpriteTextures: [] - spritePackingTag: - canvasSize: {x: 16, y: 16} diff --git a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif deleted file mode 100644 index 6a65181..0000000 Binary files a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif and /dev/null differ diff --git a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif.meta b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif.meta deleted file mode 100644 index 891c595..0000000 --- a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.gif.meta +++ /dev/null @@ -1,152 +0,0 @@ -fileFormatVersion: 2 -guid: 751f3b3c46e7a2f47925347d9a049214 -TextureImporter: - internalIDToNameTable: - - first: - 213: 6073426624527988715 - second: BlindedGrimlock_0 - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 2 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: - - serializedVersion: 2 - name: BlindedGrimlock_0 - rect: - serializedVersion: 2 - x: 0 - y: 0 - width: 16 - height: 15 - alignment: 0 - pivot: {x: 0, y: 0} - border: {x: 0, y: 0, z: 0, w: 0} - outline: [] - physicsShape: [] - tessellationDetail: -1 - bones: [] - spriteID: be7f36c2655294450800000000000000 - internalID: 6073426624527988715 - vertices: [] - indices: - edges: [] - weights: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: - BlindedGrimlock_0: 6073426624527988715 - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.png.meta b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.png.meta index a0d8ee1..6fbafed 100644 --- a/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.png.meta +++ b/Assets/Sprites/Basic Monster Animations/Blinded Grimlock/BlindedGrimlock.png.meta @@ -46,7 +46,7 @@ TextureImporter: maxTextureSize: 2048 textureSettings: serializedVersion: 2 - filterMode: 1 + filterMode: 0 aniso: 1 mipBias: 0 wrapU: 1 @@ -60,7 +60,7 @@ TextureImporter: spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 + spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 @@ -128,7 +128,7 @@ TextureImporter: x: 0 y: 0 width: 16 - height: 15 + height: 16 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -146,10 +146,10 @@ TextureImporter: name: BlindedGrimlock_1 rect: serializedVersion: 2 - x: 15 + x: 16 y: 0 - width: 17 - height: 14 + width: 16 + height: 16 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -167,10 +167,10 @@ TextureImporter: name: BlindedGrimlock_2 rect: serializedVersion: 2 - x: 31 + x: 32 y: 0 - width: 17 - height: 14 + width: 16 + height: 16 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -188,10 +188,10 @@ TextureImporter: name: BlindedGrimlock_3 rect: serializedVersion: 2 - x: 47 + x: 48 y: 0 - width: 17 - height: 14 + width: 16 + height: 16 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -208,7 +208,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: + spriteID: d4225a25190a79447a30346006da42e5 internalID: 0 vertices: [] indices: