diff --git a/Ld48/Assets/Prefabs/UI/InventoryItemPopup.prefab b/Ld48/Assets/Prefabs/UI/InventoryItemPopup.prefab index 80e14bd..ac6982a 100644 --- a/Ld48/Assets/Prefabs/UI/InventoryItemPopup.prefab +++ b/Ld48/Assets/Prefabs/UI/InventoryItemPopup.prefab @@ -110,7 +110,7 @@ MonoBehaviour: m_lineSpacingMax: 0 m_paragraphSpacing: 0 m_charWidthMaxAdj: 0 - m_enableWordWrapping: 0 + m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 m_linkedTextComponent: {fileID: 0} diff --git a/Ld48/Assets/Scenes/GameplayScene.unity b/Ld48/Assets/Scenes/GameplayScene.unity index 8947704..9bf4b2f 100644 --- a/Ld48/Assets/Scenes/GameplayScene.unity +++ b/Ld48/Assets/Scenes/GameplayScene.unity @@ -760,6 +760,16 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 0} m_Modifications: + - target: {fileID: 4703521975138864865, guid: 85284dbd7b525fc489e720561e346a4f, + type: 3} + propertyPath: cellSize.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4703521975138864865, guid: 85284dbd7b525fc489e720561e346a4f, + type: 3} + propertyPath: cellSize.y + value: 1 + objectReference: {fileID: 0} - target: {fileID: 4703521975138864878, guid: 85284dbd7b525fc489e720561e346a4f, type: 3} propertyPath: m_RootOrder diff --git a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeDiamond.asset b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeDiamond.asset index 873ca92..2609b00 100644 --- a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeDiamond.asset +++ b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeDiamond.asset @@ -16,7 +16,8 @@ MonoBehaviour: type: 3 maxCount: 1 name: Notch Shovelaxe - description: The best shovelaxe + description: "The best shovelaxe\n\nDual wielding:\nLMB - Mine block. \nRMB - Dig + through block. 2 times faster, but no loot" sprite: {fileID: 21300000, guid: 409cd93d98a7b7a49ae4065674ba622b, type: 3} singleMass: 5000 scaleFactorOnGround: 1 diff --git a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeIron.asset b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeIron.asset index f638d82..51d02fb 100644 --- a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeIron.asset +++ b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeIron.asset @@ -16,7 +16,8 @@ MonoBehaviour: type: 2 maxCount: 1 name: Iron Shovelaxe - description: Tool to broke things much faster + description: "Tool to broke things much faster\n\nDual wielding:\nLMB - Mine block. + \nRMB - Dig through block. 2 times faster, but no loot" sprite: {fileID: 21300000, guid: 7f6619496c0a2244a965e3820a3cd6ca, type: 3} singleMass: 500 scaleFactorOnGround: 1 diff --git a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeStone.asset b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeStone.asset index a8db02c..963d6a6 100644 --- a/Ld48/Assets/ScriptableObjects/Items/ShowelaxeStone.asset +++ b/Ld48/Assets/ScriptableObjects/Items/ShowelaxeStone.asset @@ -16,7 +16,8 @@ MonoBehaviour: type: 1 maxCount: 1 name: Stone Shovelaxe - description: Tool to broke things + description: "Tool to broke things\n\nDual wielding:\nLMB - Mine block. \nRMB - + Dig through block. 2 times faster, but no loot" sprite: {fileID: 21300000, guid: 55b769753b37a6c4588e847f509b2e07, type: 3} singleMass: 500 scaleFactorOnGround: 1