Added collision for trees on cementary map
This commit is contained in:
parent
886eec8984
commit
3d1dedca64
@ -47,11 +47,13 @@
|
|||||||
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
|
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestWrapper.cs" />
|
||||||
<Compile Include="Assets\Scripts\RespawnScript.cs" />
|
<Compile Include="Assets\Scripts\RespawnScript.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\NPC\NpcDialogueManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\NPC\NpcDialogueManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Equipment\EquipmentDataListManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Equipment\EquipmentDataListManager.cs" />
|
||||||
<Compile Include="Assets\LetterText.cs" />
|
<Compile Include="Assets\LetterText.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\UnitMovement.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\UnitMovement.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Shop\ShopData.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\PathNode.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\PathNode.cs" />
|
||||||
<Compile Include="Assets\Scripts\Pathfinding\AStarPathfindingAgent.cs" />
|
<Compile Include="Assets\Scripts\Pathfinding\AStarPathfindingAgent.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Inventory\InventoryUIManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Inventory\InventoryUIManager.cs" />
|
||||||
@ -69,13 +71,17 @@
|
|||||||
<Compile Include="Assets\Scripts\Enemies' Scprits\Enemy.cs" />
|
<Compile Include="Assets\Scripts\Enemies' Scprits\Enemy.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Equipment\EquipmentUIManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Equipment\EquipmentUIManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\QuestionPanel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\QuestionPanel.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestBuildModel.cs" />
|
||||||
<Compile Include="Assets\Scripts\Objects\GoldOre.cs" />
|
<Compile Include="Assets\Scripts\Objects\GoldOre.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\PanelTypeEnum.cs" />
|
||||||
<Compile Include="Assets\Scripts\ProceduralGeneration\Graph.cs" />
|
<Compile Include="Assets\Scripts\ProceduralGeneration\Graph.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\SystemLanguageEnum.cs" />
|
||||||
<Compile Include="Assets\Scripts\SceneManager\NPC\NPCManager.cs" />
|
<Compile Include="Assets\Scripts\SceneManager\NPC\NPCManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\TaskDifficultyEnum.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\TaskDifficultyEnum.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\GridPathfinding.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\GridPathfinding.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\MultiDialogue.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\MultiDialogue.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\UIWarehouseManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\UIWarehouseManager.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\LanguageDetector\LanguageDetector.cs" />
|
||||||
<Compile Include="Assets\OpenSettingsOnESCPress.cs" />
|
<Compile Include="Assets\OpenSettingsOnESCPress.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Chest\ChestUIManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Chest\ChestUIManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\ManagerInterface.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\ManagerInterface.cs" />
|
||||||
@ -83,9 +89,13 @@
|
|||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\Item.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\Item.cs" />
|
||||||
<Compile Include="Assets\Scripts\ProceduralGeneration\FloodFill.cs" />
|
<Compile Include="Assets\Scripts\ProceduralGeneration\FloodFill.cs" />
|
||||||
<Compile Include="Assets\BreakOre.cs" />
|
<Compile Include="Assets\BreakOre.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\ShopPanelController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Model\ButtonPanelModel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Model\ButtonPanelModel.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Model\DialogueStepModel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Model\DialogueStepModel.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Shop\ShopUIManager.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Item\Effects\ItemEffectsManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Panel\Slot\InventorySlot.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Panel\Slot\InventorySlot.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Shop\SceneShopDataLoader.cs" />
|
||||||
<Compile Include="Assets\Mercenary.cs" />
|
<Compile Include="Assets\Mercenary.cs" />
|
||||||
<Compile Include="Assets\DisplayExpStatus.cs" />
|
<Compile Include="Assets\DisplayExpStatus.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Shared\PrefabAssetModelData.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Shared\PrefabAssetModelData.cs" />
|
||||||
@ -97,6 +107,7 @@
|
|||||||
<Compile Include="Assets\DisplayLvl.cs" />
|
<Compile Include="Assets\DisplayLvl.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Task\SaveTaskManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Task\SaveTaskManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\EquippableItem\EquippableItemData.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\EquippableItem\EquippableItemData.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Shop\Shop.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\PathBuilder.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\PathBuilder.cs" />
|
||||||
<Compile Include="Assets\NewGame.cs" />
|
<Compile Include="Assets\NewGame.cs" />
|
||||||
<Compile Include="Assets\Scripts\SceneManager\SaveDynamicObjects.cs" />
|
<Compile Include="Assets\Scripts\SceneManager\SaveDynamicObjects.cs" />
|
||||||
@ -116,13 +127,17 @@
|
|||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggablePanelInterface.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggablePanelInterface.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\Chest.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\Chest.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Panel\Slot\ChestSlot.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Panel\Slot\ChestSlot.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shop\ShopItemCardKeeper.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\PanelControllerInterface.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\PanelControllerInterface.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Model\DialogueModel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Model\DialogueModel.cs" />
|
||||||
<Compile Include="Assets\LevelUpPopUp.cs" />
|
<Compile Include="Assets\LevelUpPopUp.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\AccountBalance\AccountBalanceManager.cs" />
|
||||||
<Compile Include="Assets\ChangeLanguageToEnglish.cs" />
|
<Compile Include="Assets\ChangeLanguageToEnglish.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\PanelHeaderController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\UISlotPanelManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\UISlotPanelManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\CamerFollow.cs" />
|
<Compile Include="Assets\Scripts\CamerFollow.cs" />
|
||||||
<Compile Include="Assets\CloseIfQuestPanel.cs" />
|
<Compile Include="Assets\CloseIfQuestPanel.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Skills\SkillsUIManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\NPCs' Scripts\NPCFollowing.cs" />
|
<Compile Include="Assets\Scripts\NPCs' Scripts\NPCFollowing.cs" />
|
||||||
<Compile Include="Assets\TreeParticleEffect.cs" />
|
<Compile Include="Assets\TreeParticleEffect.cs" />
|
||||||
<Compile Include="Assets\SaveMusicSettings.cs" />
|
<Compile Include="Assets\SaveMusicSettings.cs" />
|
||||||
@ -137,6 +152,7 @@
|
|||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\IDialogue.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\IDialogue.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneDataListManagerInterface.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneDataListManagerInterface.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneDataListManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneDataListManager.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Manager\DialogueManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Equipment\EquipmentDataLoader.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Equipment\EquipmentDataLoader.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggedSlotController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggedSlotController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Inventory\SceneInventoryDataManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Inventory\SceneInventoryDataManager.cs" />
|
||||||
@ -144,6 +160,7 @@
|
|||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\Mission.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\Mission.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\MissionReward.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\MissionReward.cs" />
|
||||||
<Compile Include="Assets\Scripts\Pathfinding\TileData.cs" />
|
<Compile Include="Assets\Scripts\Pathfinding\TileData.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Player\Skills\SkillsPointsManger.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Dialogue.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Dialogue.cs" />
|
||||||
<Compile Include="Assets\Scripts\DealDamage.cs" />
|
<Compile Include="Assets\Scripts\DealDamage.cs" />
|
||||||
<Compile Include="Assets\Scripts\LevelBar.cs" />
|
<Compile Include="Assets\Scripts\LevelBar.cs" />
|
||||||
@ -157,6 +174,7 @@
|
|||||||
<Compile Include="Assets\Scripts\AnimatedDoorBehaviour.cs" />
|
<Compile Include="Assets\Scripts\AnimatedDoorBehaviour.cs" />
|
||||||
<Compile Include="Assets\Scripts\Door\TriggerDoor.cs" />
|
<Compile Include="Assets\Scripts\Door\TriggerDoor.cs" />
|
||||||
<Compile Include="Assets\Scripts\ProceduralGeneration\GraphNode.cs" />
|
<Compile Include="Assets\Scripts\ProceduralGeneration\GraphNode.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\AccountBalance\PanelCashController.cs" />
|
||||||
<Compile Include="Assets\Scripts\SceneManager\OnMapAppearanceMethod.cs" />
|
<Compile Include="Assets\Scripts\SceneManager\OnMapAppearanceMethod.cs" />
|
||||||
<Compile Include="Assets\Scripts\NPCs' Scripts\NPCQuest.cs" />
|
<Compile Include="Assets\Scripts\NPCs' Scripts\NPCQuest.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Factory\PanelComponentFactory.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Factory\PanelComponentFactory.cs" />
|
||||||
@ -170,6 +188,10 @@
|
|||||||
<Compile Include="Assets\Scripts\FloatValue.cs" />
|
<Compile Include="Assets\Scripts\FloatValue.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\LastMoveTo.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\LastMoveTo.cs" />
|
||||||
<Compile Include="Assets\Scripts\SceneManager\SaveItem\SaveEquitableItemSystem.cs" />
|
<Compile Include="Assets\Scripts\SceneManager\SaveItem\SaveEquitableItemSystem.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Mapper\IModelMapper.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Panel\Slot\ShopSlot.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Event\UseItemEvent.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Shop\SceneShopDataManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Chest\ChestController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Chest\ChestController.cs" />
|
||||||
<Compile Include="Assets\Scripts\DoorBehaviour.cs" />
|
<Compile Include="Assets\Scripts\DoorBehaviour.cs" />
|
||||||
<Compile Include="Assets\Scripts\SceneManager\SceneEquippableItemManager.cs" />
|
<Compile Include="Assets\Scripts\SceneManager\SceneEquippableItemManager.cs" />
|
||||||
@ -182,6 +204,7 @@
|
|||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\InventoryPanelController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\InventoryPanelController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Task\SceneTaskDataManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Task\SceneTaskDataManager.cs" />
|
||||||
<Compile Include="Assets\TranslateMeshText.cs" />
|
<Compile Include="Assets\TranslateMeshText.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\SkillsPanelController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\EquipmentPanelController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Panel\EquipmentPanelController.cs" />
|
||||||
<Compile Include="Assets\ParticleDisable.cs" />
|
<Compile Include="Assets\ParticleDisable.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Shared\PrefabAssetModel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Shared\PrefabAssetModel.cs" />
|
||||||
@ -190,6 +213,7 @@
|
|||||||
<Compile Include="Assets\Scripts\Enemies' Scprits\FollowingEnemy.cs" />
|
<Compile Include="Assets\Scripts\Enemies' Scprits\FollowingEnemy.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\EquipmentPanelSlotsTypeEnum.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\EquipmentPanelSlotsTypeEnum.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\AbstractPanel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\AbstractPanel.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Item\Effects\PotionEffectsManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestPrefabAsset.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestPrefabAsset.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Controller\DialogueController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Controller\DialogueController.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneBaseDataLoader.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\Panel\SceneBaseDataLoader.cs" />
|
||||||
@ -205,23 +229,30 @@
|
|||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\MapPos.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\MapPos.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Panel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Panel\Panel.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\PathQueue.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\PathQueue.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Shop\SaveShopManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\ProceduralGeneration\Map.cs" />
|
<Compile Include="Assets\Scripts\ProceduralGeneration\Map.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Shop\ShopDataListManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\EquippableItem\EquippableItemPrefabAsset.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Item\EquippableItem\EquippableItemPrefabAsset.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\ItemEffectsEnum.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\Model\MissionStepModel.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Mission\Model\MissionStepModel.cs" />
|
||||||
<Compile Include="Assets\Scripts\Enemies' Scprits\PatrollingEnemy.cs" />
|
<Compile Include="Assets\Scripts\Enemies' Scprits\PatrollingEnemy.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\NPC\NPC.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\NPC\NPC.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Shop\ShopBuildModel.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\SceneElementTypeEnum.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Domain\Enum\SceneElementTypeEnum.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Chest\SceneChestDataManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Chest\SceneChestDataManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\SaveSystem\SaveModelSystem.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\SaveSystem\SaveModelSystem.cs" />
|
||||||
<Compile Include="Assets\TakingDamage.cs" />
|
<Compile Include="Assets\TakingDamage.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Chest\ChestDataListManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Chest\ChestDataListManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Story\WizardHouse\ResetPlayer.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Story\WizardHouse\ResetPlayer.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\UI\Shop\ShopContentUIManager.cs" />
|
||||||
<Compile Include="Assets\StartOnEnter.cs" />
|
<Compile Include="Assets\StartOnEnter.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Dialogue\Condition\DialogueOpenCondition.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggablePanelController.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Shared\Manager\UI\Panel\Draggable\DraggablePanelController.cs" />
|
||||||
<Compile Include="Assets\_\Stuff\GridPathfinding\BinaryTree.cs" />
|
<Compile Include="Assets\_\Stuff\GridPathfinding\BinaryTree.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Player\PlayerActions.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Player\PlayerActions.cs" />
|
||||||
<Compile Include="Assets\Scripts\Enemies' Scprits\Cave\BossThug.cs" />
|
<Compile Include="Assets\Scripts\Enemies' Scprits\Cave\BossThug.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Inventory\SaveInventoryManager.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Application\Panel\Inventory\SaveInventoryManager.cs" />
|
||||||
|
<Compile Include="Assets\Scripts\REFACTORING\Application\NPC\NpcShopManager.cs" />
|
||||||
<Compile Include="Assets\Scripts\ChangeScene.cs" />
|
<Compile Include="Assets\Scripts\ChangeScene.cs" />
|
||||||
<Compile Include="Assets\OpenPanelOnCollision.cs" />
|
<Compile Include="Assets\OpenPanelOnCollision.cs" />
|
||||||
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestData.cs" />
|
<Compile Include="Assets\Scripts\REFACTORING\Models\Chest\ChestData.cs" />
|
||||||
|
BIN
Assets/Scene Sprites/MainMenu/Materials/table.png
Normal file
BIN
Assets/Scene Sprites/MainMenu/Materials/table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
108
Assets/Scene Sprites/MainMenu/Materials/table.png.meta
Normal file
108
Assets/Scene Sprites/MainMenu/Materials/table.png.meta
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 58dff31fac782fd46873e882af2241e9
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
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
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 0
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 1
|
||||||
|
wrapV: 1
|
||||||
|
wrapW: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 1
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 16
|
||||||
|
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
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 2
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 2
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID: 5e97eb03825dee720800000000000000
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -1298,24 +1298,14 @@ Tilemap:
|
|||||||
m_TileObjectToInstantiateIndex: 65535
|
m_TileObjectToInstantiateIndex: 65535
|
||||||
dummyAlignment: 0
|
dummyAlignment: 0
|
||||||
m_AllTileFlags: 1073741825
|
m_AllTileFlags: 1073741825
|
||||||
- first: {x: -3, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 2
|
|
||||||
m_TileSpriteIndex: 2
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
m_AnimatedTiles: {}
|
m_AnimatedTiles: {}
|
||||||
m_TileAssetArray:
|
m_TileAssetArray:
|
||||||
- m_RefCount: 0
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 0}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 0
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 0}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: dd74e9c8d6ff513489d2433da695e0c2, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 1
|
||||||
m_Data: {fileID: 11400000, guid: cfa5abda7d3ba6d47a61f8196281c442, type: 2}
|
m_Data: {fileID: 11400000, guid: cfa5abda7d3ba6d47a61f8196281c442, type: 2}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 1
|
||||||
@ -1327,8 +1317,8 @@ Tilemap:
|
|||||||
m_Data: {fileID: 0}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 0
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 0}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 3301014591127638889, guid: 1c11c6005e4a6854f9addb4279e6fa59, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 1
|
||||||
m_Data: {fileID: -545248294300644715, guid: 1c11c6005e4a6854f9addb4279e6fa59, type: 3}
|
m_Data: {fileID: -545248294300644715, guid: 1c11c6005e4a6854f9addb4279e6fa59, type: 3}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 1
|
||||||
@ -1336,7 +1326,7 @@ Tilemap:
|
|||||||
- m_RefCount: 1
|
- m_RefCount: 1
|
||||||
m_Data: {fileID: 6712229115081846870, guid: 1c11c6005e4a6854f9addb4279e6fa59, type: 3}
|
m_Data: {fileID: 6712229115081846870, guid: 1c11c6005e4a6854f9addb4279e6fa59, type: 3}
|
||||||
m_TileMatrixArray:
|
m_TileMatrixArray:
|
||||||
- m_RefCount: 4
|
- m_RefCount: 3
|
||||||
m_Data:
|
m_Data:
|
||||||
e00: 1
|
e00: 1
|
||||||
e01: 0
|
e01: 0
|
||||||
@ -1355,7 +1345,7 @@ Tilemap:
|
|||||||
e32: 0
|
e32: 0
|
||||||
e33: 1
|
e33: 1
|
||||||
m_TileColorArray:
|
m_TileColorArray:
|
||||||
- m_RefCount: 4
|
- m_RefCount: 3
|
||||||
m_Data: {r: 1, g: 1, b: 1, a: 1}
|
m_Data: {r: 1, g: 1, b: 1, a: 1}
|
||||||
m_TileObjectToInstantiateArray: []
|
m_TileObjectToInstantiateArray: []
|
||||||
m_AnimationFrameRate: 1
|
m_AnimationFrameRate: 1
|
||||||
@ -4905,6 +4895,115 @@ CanvasRenderer:
|
|||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 489004227}
|
m_GameObject: {fileID: 489004227}
|
||||||
m_CullTransparentMesh: 1
|
m_CullTransparentMesh: 1
|
||||||
|
--- !u!1 &515630086
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 515630087}
|
||||||
|
- component: {fileID: 515630089}
|
||||||
|
- component: {fileID: 515630088}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: GameObject (4)
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &515630087
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 515630086}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: -2.83, y: 1.719, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 2096268659}
|
||||||
|
m_RootOrder: 28
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!61 &515630088
|
||||||
|
BoxCollider2D:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 515630086}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_Density: 1
|
||||||
|
m_Material: {fileID: 0}
|
||||||
|
m_IsTrigger: 0
|
||||||
|
m_UsedByEffector: 0
|
||||||
|
m_UsedByComposite: 0
|
||||||
|
m_Offset: {x: -0.020469666, y: 0.16785848}
|
||||||
|
m_SpriteTilingProperty:
|
||||||
|
border: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
pivot: {x: 0.5, y: 0.5}
|
||||||
|
oldSize: {x: 9, y: 4}
|
||||||
|
newSize: {x: 9, y: 4}
|
||||||
|
adaptiveTilingThreshold: 0.5
|
||||||
|
drawMode: 0
|
||||||
|
adaptiveTiling: 0
|
||||||
|
m_AutoTiling: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Size: {x: 6.9939184, y: 0.6073983}
|
||||||
|
m_EdgeRadius: 0
|
||||||
|
--- !u!212 &515630089
|
||||||
|
SpriteRenderer:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 515630086}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_CastShadows: 0
|
||||||
|
m_ReceiveShadows: 0
|
||||||
|
m_DynamicOccludee: 1
|
||||||
|
m_MotionVectors: 1
|
||||||
|
m_LightProbeUsage: 1
|
||||||
|
m_ReflectionProbeUsage: 1
|
||||||
|
m_RayTracingMode: 0
|
||||||
|
m_RayTraceProcedural: 0
|
||||||
|
m_RenderingLayerMask: 1
|
||||||
|
m_RendererPriority: 0
|
||||||
|
m_Materials:
|
||||||
|
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
|
m_StaticBatchInfo:
|
||||||
|
firstSubMesh: 0
|
||||||
|
subMeshCount: 0
|
||||||
|
m_StaticBatchRoot: {fileID: 0}
|
||||||
|
m_ProbeAnchor: {fileID: 0}
|
||||||
|
m_LightProbeVolumeOverride: {fileID: 0}
|
||||||
|
m_ScaleInLightmap: 1
|
||||||
|
m_ReceiveGI: 1
|
||||||
|
m_PreserveUVs: 0
|
||||||
|
m_IgnoreNormalsForChartDetection: 0
|
||||||
|
m_ImportantGI: 0
|
||||||
|
m_StitchLightmapSeams: 1
|
||||||
|
m_SelectedEditorRenderState: 0
|
||||||
|
m_MinimumChartSize: 4
|
||||||
|
m_AutoUVMaxDistance: 0.5
|
||||||
|
m_AutoUVMaxAngle: 89
|
||||||
|
m_LightmapParameters: {fileID: 0}
|
||||||
|
m_SortingLayerID: 0
|
||||||
|
m_SortingLayer: 0
|
||||||
|
m_SortingOrder: 3
|
||||||
|
m_Sprite: {fileID: 21300000, guid: 58dff31fac782fd46873e882af2241e9, type: 3}
|
||||||
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
m_FlipX: 0
|
||||||
|
m_FlipY: 0
|
||||||
|
m_DrawMode: 0
|
||||||
|
m_Size: {x: 9, y: 4}
|
||||||
|
m_AdaptiveModeThreshold: 0.5
|
||||||
|
m_SpriteTileMode: 0
|
||||||
|
m_WasSpriteAssigned: 1
|
||||||
|
m_MaskInteraction: 0
|
||||||
|
m_SpriteSortPoint: 0
|
||||||
--- !u!1 &535890416
|
--- !u!1 &535890416
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -22547,196 +22646,56 @@ Tilemap:
|
|||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1154981159}
|
m_GameObject: {fileID: 1154981159}
|
||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_Tiles:
|
m_Tiles: {}
|
||||||
- first: {x: -8, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 5
|
|
||||||
m_TileSpriteIndex: 5
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -7, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 4
|
|
||||||
m_TileSpriteIndex: 4
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -6, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 4
|
|
||||||
m_TileSpriteIndex: 4
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -5, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 4
|
|
||||||
m_TileSpriteIndex: 4
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -4, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 4
|
|
||||||
m_TileSpriteIndex: 4
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -3, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 4
|
|
||||||
m_TileSpriteIndex: 4
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -2, y: 2, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 3
|
|
||||||
m_TileSpriteIndex: 3
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -8, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 2
|
|
||||||
m_TileSpriteIndex: 2
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -7, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 1
|
|
||||||
m_TileSpriteIndex: 1
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -6, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 1
|
|
||||||
m_TileSpriteIndex: 1
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -5, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 1
|
|
||||||
m_TileSpriteIndex: 1
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -4, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 1
|
|
||||||
m_TileSpriteIndex: 1
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -3, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 1
|
|
||||||
m_TileSpriteIndex: 1
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
- first: {x: -2, y: 3, z: 0}
|
|
||||||
second:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_TileIndex: 0
|
|
||||||
m_TileSpriteIndex: 0
|
|
||||||
m_TileMatrixIndex: 0
|
|
||||||
m_TileColorIndex: 0
|
|
||||||
m_TileObjectToInstantiateIndex: 65535
|
|
||||||
dummyAlignment: 0
|
|
||||||
m_AllTileFlags: 1073741825
|
|
||||||
m_AnimatedTiles: {}
|
m_AnimatedTiles: {}
|
||||||
m_TileAssetArray:
|
m_TileAssetArray:
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: 006cb7ba3af1b5b4ca96bc41713b6e37, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 5
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: 764e1f7c023ceab4ea64823a5c5ec810, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: a8d7b32a67588b844ab90c4e4a1407bc, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: d90c4377fe799d24a907e16c49d733cc, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 5
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: 774085833483cb44790822e6387beaf9, type: 2}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 11400000, guid: 7351cc0adf3755f40b6a207c8e5feca2, type: 2}
|
m_Data: {fileID: 0}
|
||||||
m_TileSpriteArray:
|
m_TileSpriteArray:
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: -2574772874255324052, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 5
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: -1915892995245332984, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: -4090316032298664545, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: -7275378610386166657, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 5
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: -4520359320206864965, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
- m_RefCount: 1
|
- m_RefCount: 0
|
||||||
m_Data: {fileID: 8123286953622726612, guid: e7698f36d680635418599dd2745a3e61, type: 3}
|
m_Data: {fileID: 0}
|
||||||
m_TileMatrixArray:
|
m_TileMatrixArray:
|
||||||
- m_RefCount: 14
|
- m_RefCount: 0
|
||||||
m_Data:
|
m_Data:
|
||||||
e00: 1
|
e00: 2.5244127e-29
|
||||||
e01: 0
|
e01: 4.535579e-23
|
||||||
e02: 0
|
e02: 2.1469072e+29
|
||||||
e03: 0
|
e03: -0.000000001540692
|
||||||
e10: 0
|
e10: 7.36e-43
|
||||||
e11: 1
|
e11: 4.5905e-41
|
||||||
e12: 0
|
e12: 7.37e-43
|
||||||
e13: 0
|
e13: 7.34e-43
|
||||||
e20: 0
|
e20: 6e-45
|
||||||
e21: 0
|
e21: -299348480
|
||||||
e22: 1
|
e22: -299320320
|
||||||
e23: 0
|
e23: -299320320
|
||||||
e30: 0
|
e30: 0
|
||||||
e31: 0
|
e31: 2.62e-43
|
||||||
e32: 0
|
e32: 2.62e-43
|
||||||
e33: 1
|
e33: 2.62e-43
|
||||||
m_TileColorArray:
|
m_TileColorArray:
|
||||||
- m_RefCount: 14
|
- m_RefCount: 0
|
||||||
m_Data: {r: 1, g: 1, b: 1, a: 1}
|
m_Data: {r: 2.1469072e+29, g: 2.1469072e+29, b: 2.1469072e+29, a: 2.1469072e+29}
|
||||||
m_TileObjectToInstantiateArray: []
|
m_TileObjectToInstantiateArray: []
|
||||||
m_AnimationFrameRate: 1
|
m_AnimationFrameRate: 1
|
||||||
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
@ -29001,6 +28960,7 @@ Transform:
|
|||||||
- {fileID: 1613483186}
|
- {fileID: 1613483186}
|
||||||
- {fileID: 437961818}
|
- {fileID: 437961818}
|
||||||
- {fileID: 1446355165}
|
- {fileID: 1446355165}
|
||||||
|
- {fileID: 515630087}
|
||||||
m_Father: {fileID: 0}
|
m_Father: {fileID: 0}
|
||||||
m_RootOrder: 8
|
m_RootOrder: 8
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
@ -46,7 +46,7 @@ public class SkillsPanelController : MonoBehaviour
|
|||||||
int inteligencePoints
|
int inteligencePoints
|
||||||
) {
|
) {
|
||||||
|
|
||||||
FreePointsLabel.transform.FindChild("Layer").transform.FindChild("Value").GetComponent<TextMeshProUGUI>().text = $"{freePoints}";
|
FreePointsLabel.transform.Find("Layer").transform.Find("Value").GetComponent<TextMeshProUGUI>().text = $"{freePoints}";
|
||||||
|
|
||||||
FreePoints = freePoints;
|
FreePoints = freePoints;
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ public class SkillsPanelController : MonoBehaviour
|
|||||||
|
|
||||||
public void BildSkillLabelContent(GameObject skillPanelLabel, int value)
|
public void BildSkillLabelContent(GameObject skillPanelLabel, int value)
|
||||||
{
|
{
|
||||||
skillPanelLabel.transform.FindChild("Layer").transform.FindChild("Value").GetComponent<TextMeshProUGUI>().text = $"{value}";
|
skillPanelLabel.transform.Find("Layer").transform.Find("Value").GetComponent<TextMeshProUGUI>().text = $"{value}";
|
||||||
|
|
||||||
if (FreePoints > 0)
|
if (FreePoints > 0)
|
||||||
skillPanelLabel.transform.Find("Button").gameObject.active = true;
|
skillPanelLabel.transform.Find("Button").gameObject.active = true;
|
||||||
|
@ -6,35 +6,35 @@ EditorUserSettings:
|
|||||||
serializedVersion: 4
|
serializedVersion: 4
|
||||||
m_ConfigSettings:
|
m_ConfigSettings:
|
||||||
RecentlyUsedScenePath-0:
|
RecentlyUsedScenePath-0:
|
||||||
value: 22424703114646680e0b0227036c71150130192729686b700e261335ebf23939f6ee39e7a92f31352d1b
|
value: 22424703114646680e0b0227036c7b0518101d252266333e243d04
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-1:
|
RecentlyUsedScenePath-1:
|
||||||
value: 22424703114646680e0b0227036c72111f1958072926337e38271427fb
|
value: 22424703114646680e0b0227036c72111f1958072926337e38271427fb
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-2:
|
RecentlyUsedScenePath-2:
|
||||||
value: 22424703114646680e0b0227036c7b0518101d252266333e243d04
|
value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-3:
|
RecentlyUsedScenePath-3:
|
||||||
value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d
|
value: 22424703114646680e0b0227036c7c1102161b25212a357e38271427fb
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-4:
|
RecentlyUsedScenePath-4:
|
||||||
value: 22424703114646680e0b0227036c7c1100123d24383a273e2e2c5326ece92021
|
value: 22424703114646680e0b0227036c7c1100123d24383a273e2e2c5326ece92021
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-5:
|
RecentlyUsedScenePath-5:
|
||||||
value: 22424703114646680e0b0227036c7c151b12163e2d3a3f7e38271427fb
|
|
||||||
flags: 0
|
|
||||||
RecentlyUsedScenePath-6:
|
|
||||||
value: 22424703114646680e0b0227036c791904040c1c25242a312a2c5326ece92021
|
|
||||||
flags: 0
|
|
||||||
RecentlyUsedScenePath-7:
|
|
||||||
value: 22424703114646680e0b0227036c761e1821112620292135633c133af6f9
|
|
||||||
flags: 0
|
|
||||||
RecentlyUsedScenePath-8:
|
|
||||||
value: 22424703114646680e0b0227036c70050204112e291f2f2a2c3b1920caef212be7a923e7ee2e26
|
value: 22424703114646680e0b0227036c70050204112e291f2f2a2c3b1920caef212be7a923e7ee2e26
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-9:
|
RecentlyUsedScenePath-6:
|
||||||
value: 22424703114646680e0b0227036c68190c160a2e042733232867083debf42d
|
value: 22424703114646680e0b0227036c68190c160a2e042733232867083debf42d
|
||||||
flags: 0
|
flags: 0
|
||||||
|
RecentlyUsedScenePath-7:
|
||||||
|
value: 22424703114646680e0b0227036c791904040c1c25242a312a2c5326ece92021
|
||||||
|
flags: 0
|
||||||
|
RecentlyUsedScenePath-8:
|
||||||
|
value: 22424703114646680e0b0227036c761e1821112620292135633c133af6f9
|
||||||
|
flags: 0
|
||||||
|
RecentlyUsedScenePath-9:
|
||||||
|
value: 22424703114646680e0b0227036c7c151b12163e2d3a3f7e38271427fb
|
||||||
|
flags: 0
|
||||||
vcSharedLogLevel:
|
vcSharedLogLevel:
|
||||||
value: 0d5e400f0650
|
value: 0d5e400f0650
|
||||||
flags: 0
|
flags: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user