From 407cf5f4e8c708b550c0bd5d2aee70664f6e8a75 Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Mon, 17 Mar 2025 00:58:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EC=9D=BC=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=20=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{Common Button.meta => CommonButton.meta} | 0 .../Common Button.prefab | 0 .../Common Button.prefab.meta | 0 .../RetryButton.prefab | 0 .../RetryButton.prefab.meta | 0 ...er Buttons.meta => ControllerButtons.meta} | 0 .../Controller Button.prefab | 0 .../Controller Button.prefab.meta | 0 .../Item Button.prefab | 6 +- .../Item Button.prefab.meta | 0 .../Skill Button.prefab | 0 .../Skill Button.prefab.meta | 0 .../Prefabs/{Rank Box.meta => RankBox.meta} | 0 .../{Rank Box => RankBox}/Rank Box.prefab | 0 .../Rank Box.prefab.meta | 0 .../{Skill Item.meta => SkillItem.meta} | 0 .../Skill Information Item.prefab | 0 .../Skill Information Item.prefab.meta | 0 .../Skill Slot.prefab | 0 .../Skill Slot.prefab.meta | 0 .../Gameton/Resources/UI/Ranking Paw.meta | 2 +- .../UI/Ranking Paw/my_rank_box.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_1th.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_2th.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_3th.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_4th.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_5th.png.meta | 18 +-- .../Resources/UI/Ranking Paw/paw_6th.png.meta | 18 +-- .../Gameton/Resources/UI/RankingPaw.meta | 8 ++ .../Resources/UI/RankingPaw/my_rank_box.png | 3 + .../UI/RankingPaw/my_rank_box.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_1th.png | 3 + .../Resources/UI/RankingPaw/paw_1th.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_2th.png | 3 + .../Resources/UI/RankingPaw/paw_2th.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_3th.png | 3 + .../Resources/UI/RankingPaw/paw_3th.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_4th.png | 3 + .../Resources/UI/RankingPaw/paw_4th.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_5th.png | 3 + .../Resources/UI/RankingPaw/paw_5th.png.meta | 127 ++++++++++++++++++ .../Resources/UI/RankingPaw/paw_6th.png | 3 + .../Resources/UI/RankingPaw/paw_6th.png.meta | 127 ++++++++++++++++++ .../Gameton/Resources/UI/Skill Icon.meta | 2 +- .../UI/Skill Icon/skill_icon_k0001.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0002.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0003.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0004.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0005.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0006.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0007.png.meta | 18 +-- .../UI/Skill Icon/skill_icon_k0008.png.meta | 18 +-- .../Gameton/Resources/UI/SkillIcon.meta | 8 ++ .../UI/SkillIcon/skill_icon_k0001.png | 3 + .../UI/SkillIcon/skill_icon_k0001.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0002.png | 3 + .../UI/SkillIcon/skill_icon_k0002.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0003.png | 3 + .../UI/SkillIcon/skill_icon_k0003.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0004.png | 3 + .../UI/SkillIcon/skill_icon_k0004.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0005.png | 3 + .../UI/SkillIcon/skill_icon_k0005.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0006.png | 3 + .../UI/SkillIcon/skill_icon_k0006.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0007.png | 3 + .../UI/SkillIcon/skill_icon_k0007.png.meta | 127 ++++++++++++++++++ .../UI/SkillIcon/skill_icon_k0008.png | 3 + .../UI/SkillIcon/skill_icon_k0008.png.meta | 127 ++++++++++++++++++ 69 files changed, 2106 insertions(+), 140 deletions(-) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Common Button.meta => CommonButton.meta} (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Common Button => CommonButton}/Common Button.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Common Button => CommonButton}/Common Button.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Common Button => CommonButton}/RetryButton.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Common Button => CommonButton}/RetryButton.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons.meta => ControllerButtons.meta} (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Controller Button.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Controller Button.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Item Button.prefab (99%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Item Button.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Skill Button.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Controller Buttons => ControllerButtons}/Skill Button.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Rank Box.meta => RankBox.meta} (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Rank Box => RankBox}/Rank Box.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Rank Box => RankBox}/Rank Box.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Skill Item.meta => SkillItem.meta} (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Skill Item => SkillItem}/Skill Information Item.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Skill Item => SkillItem}/Skill Information Item.prefab.meta (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Skill Item => SkillItem}/Skill Slot.prefab (100%) rename Gameton-06/Assets/Gameton/Resources/UI/Prefabs/{Skill Item => SkillItem}/Skill Slot.prefab.meta (100%) create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png.meta create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png create mode 100644 Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/Common Button.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/Common Button.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/Common Button.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/Common Button.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/Common Button.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/Common Button.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/Common Button.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/Common Button.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/RetryButton.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/RetryButton.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/RetryButton.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/RetryButton.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/RetryButton.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/RetryButton.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Common Button/RetryButton.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/CommonButton/RetryButton.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Controller Button.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Controller Button.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Controller Button.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Controller Button.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Controller Button.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Controller Button.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Controller Button.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Controller Button.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Item Button.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Item Button.prefab similarity index 99% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Item Button.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Item Button.prefab index 06482c67..527536b9 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Item Button.prefab +++ b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Item Button.prefab @@ -530,7 +530,7 @@ GameObject: - component: {fileID: 1125363230496170488} - component: {fileID: 6600581202386279414} - component: {fileID: 2919704506127201870} - - component: {fileID: 7246605180128853771} + - component: {fileID: 6017222887125092124} m_Layer: 0 m_Name: CoolDown m_TagString: Untagged @@ -595,7 +595,7 @@ MonoBehaviour: m_FillOrigin: 2 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 ---- !u!114 &7246605180128853771 +--- !u!114 &6017222887125092124 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -607,7 +607,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: adb30198aa32dd140b5750692dd48104, type: 3} m_Name: m_EditorClassIdentifier: - radius: 75 + radius: 50 image: {fileID: 2919704506127201870} --- !u!1 &7327516494835756358 GameObject: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Item Button.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Item Button.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Item Button.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Item Button.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Skill Button.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Skill Button.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Skill Button.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Skill Button.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Skill Button.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Skill Button.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Controller Buttons/Skill Button.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/ControllerButtons/Skill Button.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box/Rank Box.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox/Rank Box.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box/Rank Box.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox/Rank Box.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box/Rank Box.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox/Rank Box.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Rank Box/Rank Box.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/RankBox/Rank Box.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Information Item.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Information Item.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Information Item.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Information Item.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Information Item.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Information Item.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Information Item.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Information Item.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Slot.prefab b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Slot.prefab similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Slot.prefab rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Slot.prefab diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Slot.prefab.meta b/Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Slot.prefab.meta similarity index 100% rename from Gameton-06/Assets/Gameton/Resources/UI/Prefabs/Skill Item/Skill Slot.prefab.meta rename to Gameton-06/Assets/Gameton/Resources/UI/Prefabs/SkillItem/Skill Slot.prefab.meta diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw.meta index fa9a43ec..e3cce9de 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 65822be1ae01a3d48b12b4e8473cc545 +guid: f6a8962e9b3e9464c9b33d6779810e3f folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/my_rank_box.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/my_rank_box.png.meta index 1e7cfaad..c2e5fec7 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/my_rank_box.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/my_rank_box.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: a669c947db666de49842f30759f45d9d +guid: 098a2bb20ee29894bbe69b557279d8ec TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_1th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_1th.png.meta index 7e80ae5f..fa1d0c2f 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_1th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_1th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: df7ca01c5ee1a4c43b7bd77db3e8b080 +guid: 32633dd588a2b2b4ca52b94e890d0522 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_2th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_2th.png.meta index 85108b6c..2a6f572b 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_2th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_2th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: ca4f884fc693e8c44a8e2df60874050f +guid: 79ef017c5796e824b9f54b3ae0755f42 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_3th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_3th.png.meta index 405936ab..365c3e28 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_3th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_3th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 0f7f723a7c0f6c6438b01999862eb29b +guid: 5a9b1acb6d6b55f488f0cde25a2200b1 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_4th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_4th.png.meta index cbae2121..3ff3c2ec 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_4th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_4th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: f299296ad4056424d93bb123f3c01669 +guid: ce2546ceb81058e4b9b740c6359e7d80 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_5th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_5th.png.meta index 505f263e..d7cfc3dc 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_5th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_5th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 121d6fc78827c4c42b8ab25b247cf77f +guid: c6d3206e42ac7124b9e389276403dff5 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_6th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_6th.png.meta index 8da1ac92..c93ad08a 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_6th.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Ranking Paw/paw_6th.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: bb9e0b892ec2c064285925ad43c180be +guid: 0b6aee2d778405e449414b9f7c170f00 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw.meta new file mode 100644 index 00000000..fa9a43ec --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 65822be1ae01a3d48b12b4e8473cc545 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png new file mode 100644 index 00000000..a5f5d624 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d272087725420a9a0c503c08cc508f65b612ac44ef1db9e0f25dcaa80ec1426a +size 2334 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png.meta new file mode 100644 index 00000000..1e7cfaad --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/my_rank_box.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: a669c947db666de49842f30759f45d9d +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png new file mode 100644 index 00000000..dd151a36 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f178049afa55f6eb663c8514868ec999b6b8a47983b21b0de4705fae9bbe3ec3 +size 6325 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png.meta new file mode 100644 index 00000000..7e80ae5f --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_1th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: df7ca01c5ee1a4c43b7bd77db3e8b080 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png new file mode 100644 index 00000000..a37020d6 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429e92cb6f84278840b81ac3aa95cfd16cc3a2f0e4305048bee9e569fcb8d43a +size 3054 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png.meta new file mode 100644 index 00000000..85108b6c --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_2th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: ca4f884fc693e8c44a8e2df60874050f +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png new file mode 100644 index 00000000..fe936e6d --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354c0a42d6b52e780fde3701a83aa51ef65bae34f1ad54edab74d796481a4794 +size 3024 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png.meta new file mode 100644 index 00000000..405936ab --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_3th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 0f7f723a7c0f6c6438b01999862eb29b +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png new file mode 100644 index 00000000..6111aa2c --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf22e1c251b9cd979aab8542467ddc6967aeec698a3ff9eda5f9f6b754960373 +size 2781 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png.meta new file mode 100644 index 00000000..cbae2121 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_4th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: f299296ad4056424d93bb123f3c01669 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png new file mode 100644 index 00000000..5d5f7469 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27976af0ca51bdd55631f0c87dab18e6a8772c81073fa84119d31d57b8b20679 +size 2738 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png.meta new file mode 100644 index 00000000..505f263e --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_5th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 121d6fc78827c4c42b8ab25b247cf77f +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png new file mode 100644 index 00000000..ed80dae9 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796dbd23a39bd1dea283e406baa0f7969ea9e431923b4dde96c2273791475b39 +size 2728 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png.meta new file mode 100644 index 00000000..8da1ac92 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/RankingPaw/paw_6th.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: bb9e0b892ec2c064285925ad43c180be +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon.meta index f1de3fb8..8a3ac4e0 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 53605c25625d77d41a886d4aaabec1c5 +guid: 46646780db16aba4f98489f4146e29a1 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0001.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0001.png.meta index fd4b7147..e8023496 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0001.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0001.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 5b4b413a992e84746ae4f88cfa896976 +guid: 59eda965e550e6542889273a59bcd64d TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0002.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0002.png.meta index 75682475..b4a53d07 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0002.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0002.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: fb4ada71e367e4e4fa307ac83b065279 +guid: bf2840bd74fc7bc40b578b0902ffd67a TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0003.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0003.png.meta index ddb8faa7..4252c0cf 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0003.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0003.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 0c7326f94d8de4f42b343bdb5cc67de0 +guid: b38799e7c1ed6924ab60e97bc7b59364 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0004.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0004.png.meta index 69c3ac8c..6eb00781 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0004.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0004.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: b03bd3554c4f773499b8d57b10509a18 +guid: 5c996217ae397db4baf8e7cde6f8d294 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0005.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0005.png.meta index 5a229b89..d1c20e9c 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0005.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0005.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: a80e4be1d14fa9f45844730e58022c52 +guid: 995bc9d8db14e8e4c8783cf0215327a2 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0006.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0006.png.meta index 8169fc8d..6e2bc58e 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0006.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0006.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 4009acbcce75a63418c71bec1f6e2869 +guid: 4bc83e6fdb5d5154abf9605543991031 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0007.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0007.png.meta index b5fd126e..8259ec72 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0007.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0007.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 96830a9ea00b20d4d864bcbdf4a82fab +guid: d7d337ec2e7b20447aa0a75fc483464e TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0008.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0008.png.meta index 0bf6f889..8d338148 100644 --- a/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0008.png.meta +++ b/Gameton-06/Assets/Gameton/Resources/UI/Skill Icon/skill_icon_k0008.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: d954b9ea79918724e9aeb79bbef8d239 +guid: b89857fcea9b1c04887746d2517c8c3f TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 13 mipmaps: mipMapMode: 0 - enableMipMap: 0 + enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -37,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 + wrapU: 0 + wrapV: 0 wrapW: 0 - nPOTScale: 0 + nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -52,9 +52,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 - alphaIsTransparency: 1 + alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 8 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -112,7 +112,7 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: 5e97eb03825dee720800000000000000 + spriteID: internalID: 0 vertices: [] indices: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon.meta new file mode 100644 index 00000000..f1de3fb8 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 53605c25625d77d41a886d4aaabec1c5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png new file mode 100644 index 00000000..fa644808 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cf3a59a4cabb15e7f04c9cdc8d700a69d5b5fda841acbdc2ab55f2ef7de56e +size 606 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png.meta new file mode 100644 index 00000000..fd4b7147 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0001.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 5b4b413a992e84746ae4f88cfa896976 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png new file mode 100644 index 00000000..71022b42 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199e55da232f0432fbb44c27ffcbb67216b4f414394e5c0d06e5d83826f89e35 +size 591 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png.meta new file mode 100644 index 00000000..75682475 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0002.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: fb4ada71e367e4e4fa307ac83b065279 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png new file mode 100644 index 00000000..46dc51c5 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78575c52d72c95e4dc09472440f70fe20ac5eff7ddf5f69e6310f6d86575277 +size 1081 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png.meta new file mode 100644 index 00000000..ddb8faa7 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0003.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 0c7326f94d8de4f42b343bdb5cc67de0 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png new file mode 100644 index 00000000..3745d0a5 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3385e91fbb9948c3de96ed38795e9e6854c00addf6c3beccd26925043c1f609 +size 1117 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png.meta new file mode 100644 index 00000000..69c3ac8c --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0004.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: b03bd3554c4f773499b8d57b10509a18 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png new file mode 100644 index 00000000..2188ac2e --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b9af82202d37e749810d0e6115be66da8f9fdd2ebcc4e2c6f17df4e92756d2 +size 1379 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png.meta new file mode 100644 index 00000000..5a229b89 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0005.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: a80e4be1d14fa9f45844730e58022c52 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png new file mode 100644 index 00000000..5ee85b19 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6010c2fdd1ac584e85365bd610f87766fe178fc52c260c9b4f93c52e994e1a5 +size 966 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png.meta new file mode 100644 index 00000000..8169fc8d --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0006.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 4009acbcce75a63418c71bec1f6e2869 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png new file mode 100644 index 00000000..adc819cb --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab8018d6c31dbd700855e13a6c0e350a8e66df5f497c4908699f81a433283df +size 2983 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png.meta new file mode 100644 index 00000000..b5fd126e --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0007.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 96830a9ea00b20d4d864bcbdf4a82fab +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png new file mode 100644 index 00000000..aa5f63ce --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd838a242faa5a9a9598bb944cb0a8ec60e1ce87e9b21c7a1d94deae793e3cef +size 986 diff --git a/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png.meta b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png.meta new file mode 100644 index 00000000..0bf6f889 --- /dev/null +++ b/Gameton-06/Assets/Gameton/Resources/UI/SkillIcon/skill_icon_k0008.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: d954b9ea79918724e9aeb79bbef8d239 +TextureImporter: + internalIDToNameTable: [] + 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: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: