diff --git a/Assets/Items/Apple.asset b/Assets/Items/Apple.asset index 8376746..f22c680 100644 --- a/Assets/Items/Apple.asset +++ b/Assets/Items/Apple.asset @@ -14,5 +14,6 @@ MonoBehaviour: m_EditorClassIdentifier: uuid: apple itemName: Apple + sprite: {fileID: -992969038, guid: 81f3e7dd6e7b15747a4a5c1923fb8521, type: 3} stackable: 1 maxStackSize: 100 diff --git a/Assets/Items/Banana.asset b/Assets/Items/Banana.asset index f3d6243..ae47c54 100644 --- a/Assets/Items/Banana.asset +++ b/Assets/Items/Banana.asset @@ -14,5 +14,6 @@ MonoBehaviour: m_EditorClassIdentifier: uuid: banana itemName: Banana + sprite: {fileID: -3481185, guid: 81f3e7dd6e7b15747a4a5c1923fb8521, type: 3} stackable: 0 maxStackSize: 1 diff --git a/Assets/Prefabs/UI.meta b/Assets/Prefabs/UI.meta new file mode 100644 index 0000000..863499f --- /dev/null +++ b/Assets/Prefabs/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ab3ebf1724680754b872af96882c86f6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/UI/Slot.prefab b/Assets/Prefabs/UI/Slot.prefab new file mode 100644 index 0000000..29dcec4 --- /dev/null +++ b/Assets/Prefabs/UI/Slot.prefab @@ -0,0 +1,309 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &9079120990588915012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9079120990588915013} + - component: {fileID: 9079120990588915019} + - component: {fileID: 9079120990588915018} + m_Layer: 5 + m_Name: Item + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9079120990588915013 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120990588915012} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9079120991637034567} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -6, y: -6} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &9079120990588915019 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120990588915012} + m_CullTransparentMesh: 1 +--- !u!114 &9079120990588915018 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120990588915012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &9079120991637034566 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9079120991637034567} + - component: {fileID: 9079120991637034565} + - component: {fileID: 9079120991637034564} + - component: {fileID: 2634354024091149696} + m_Layer: 5 + m_Name: Slot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9079120991637034567 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991637034566} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 9079120990588915013} + - {fileID: 9079120991702230699} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &9079120991637034565 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991637034566} + m_CullTransparentMesh: 1 +--- !u!114 &9079120991637034564 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991637034566} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 1074837075, guid: 86325d71ea6ed414485baec671882a27, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &2634354024091149696 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991637034566} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6c881951842cc4e4799994f5eb91dd90, type: 3} + m_Name: + m_EditorClassIdentifier: + inventoryItem: + item: {fileID: 0} + count: 0 + itemSpriteImage: {fileID: 9079120990588915018} + quantityText: {fileID: 9079120991702230696} +--- !u!1 &9079120991702230698 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9079120991702230699} + - component: {fileID: 9079120991702230697} + - component: {fileID: 9079120991702230696} + m_Layer: 5 + m_Name: Quantity + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9079120991702230699 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991702230698} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9079120991637034567} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -11.7} + m_SizeDelta: {x: 36, y: 12.6} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &9079120991702230697 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991702230698} + m_CullTransparentMesh: 1 +--- !u!114 &9079120991702230696 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9079120991702230698} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 12 + m_fontSizeBase: 12 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 1 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} diff --git a/Assets/Prefabs/UI/Slot.prefab.meta b/Assets/Prefabs/UI/Slot.prefab.meta new file mode 100644 index 0000000..ce3fb91 --- /dev/null +++ b/Assets/Prefabs/UI/Slot.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fb7f575f90d73343b4841c421d17567 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 05f7130..6c033b8 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -209,7 +209,7 @@ GameObject: - component: {fileID: 224768194} m_Layer: 0 m_Name: Player - m_TagString: Untagged + m_TagString: Player m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 @@ -364,7 +364,8 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d50a6d9f6c7ba0e49a308d097eb64fb7, type: 3} m_Name: m_EditorClassIdentifier: - maxSlots: 20 + isPlayerInventory: 1 + maxSlots: 36 items: [] --- !u!114 &224768194 MonoBehaviour: @@ -380,6 +381,9 @@ MonoBehaviour: m_EditorClassIdentifier: testItem1: {fileID: 11400000, guid: 601d7a33a6c338d49a35134d5c772940, type: 2} testItem2: {fileID: 11400000, guid: cbbbe8384f7ec2845b4145744d51ecf8, type: 2} + hotbarSlotCount: 9 + activeHotbarSlot: 0 + playerInventory: {fileID: 0} --- !u!1 &519420028 GameObject: m_ObjectHideFlags: 0 @@ -56632,6 +56636,99 @@ Tilemap: e31: 0 e32: 0 e33: 1 +--- !u!1 &1027537964 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1027537965} + - component: {fileID: 1027537967} + - component: {fileID: 1027537966} + - component: {fileID: 1027537968} + m_Layer: 5 + m_Name: Inventory + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1027537965 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1027537964} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1707136374} + m_Father: {fileID: 2143575113} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 803.2719, y: 425.6903} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1027537966 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1027537964} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -99648765, guid: c6f7781b26bd819468e6b4fe8953536a, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1027537967 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1027537964} + m_CullTransparentMesh: 1 +--- !u!114 &1027537968 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1027537964} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9269c8c372de3f5498d2af345ee9c855, type: 3} + m_Name: + m_EditorClassIdentifier: + slotPrefab: {fileID: 9079120991637034566, guid: 9fb7f575f90d73343b4841c421d17567, type: 3} + slotListObj: {fileID: 1707136373} + slotUIList: [] --- !u!1 &1507699183 GameObject: m_ObjectHideFlags: 0 @@ -56693,7 +56790,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8c4997c1e7757ea49a7ea73e46e528c2, type: 3} m_Name: m_EditorClassIdentifier: - TESTPO: {fileID: 11400000, guid: 40437410555fcda43ab2ec4c9a4c2807, type: 2} + TESTPO: {fileID: 11400000, guid: a29dd64dd331a6342b05e81d10b9b099, type: 2} collisionTm: {fileID: 789509406} occupiedTm: {fileID: 1579890810} occupiedTile: {fileID: 11400000, guid: 4815673d17e2b7246b5812e51b47cd6d, type: 2} @@ -57315,6 +57412,107 @@ Transform: m_Father: {fileID: 1507699185} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1707136373 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1707136374} + - component: {fileID: 1707136377} + - component: {fileID: 1707136376} + - component: {fileID: 1707136375} + m_Layer: 5 + m_Name: Slots + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1707136374 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707136373} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1027537965} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 114.4, y: -52} + m_SizeDelta: {x: 508.2096, y: 228.7211} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1707136375 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707136373} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8a8695521f0d02e499659fee002a26c2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_StartCorner: 0 + m_StartAxis: 0 + m_CellSize: {x: 42, y: 42} + m_Spacing: {x: 15, y: 15} + m_Constraint: 1 + m_ConstraintCount: 9 +--- !u!114 &1707136376 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707136373} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1707136377 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707136373} + m_CullTransparentMesh: 1 --- !u!1 &2143575109 GameObject: m_ObjectHideFlags: 0 @@ -57408,6 +57606,7 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 550426625} + - {fileID: 1027537965} m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Scripts/Inventory.cs b/Assets/Scripts/Inventory.cs index 4f9ad19..2c5f936 100644 --- a/Assets/Scripts/Inventory.cs +++ b/Assets/Scripts/Inventory.cs @@ -1,7 +1,11 @@ using System.Collections.Generic; using UnityEngine; +using System; public class Inventory : MonoBehaviour { + public static Action OnPlayerInventoryChanged; + + public bool isPlayerInventory = false; public int maxSlots = 20; // maximum number of slots in the inventory public List items = new List(); // list of items in the inventory @@ -27,6 +31,11 @@ public class Inventory : MonoBehaviour // exit the loop if all items have been added if (remainingCount == 0) { + if (isPlayerInventory) + { + OnPlayerInventoryChanged?.Invoke(); + } + return 0; } } @@ -42,6 +51,10 @@ public class Inventory : MonoBehaviour } // return the quantity of items which could not be added + if (isPlayerInventory) + { + OnPlayerInventoryChanged?.Invoke(); + } return remainingCount; } @@ -71,12 +84,20 @@ public class Inventory : MonoBehaviour // exit the loop if all items have been removed if (remainingCount == 0) { + if (isPlayerInventory) + { + OnPlayerInventoryChanged?.Invoke(); + } return 0; } } } // return the quantity of items which could not be removed + if (isPlayerInventory) + { + OnPlayerInventoryChanged?.Invoke(); + } return remainingCount; } } diff --git a/Assets/Scripts/Item.cs b/Assets/Scripts/Item.cs index 34fc3d6..36adb84 100644 --- a/Assets/Scripts/Item.cs +++ b/Assets/Scripts/Item.cs @@ -8,6 +8,7 @@ public class Item : ScriptableObject public string uuid; public string itemName; + public Sprite sprite; public bool stackable = true; public int maxStackSize = 100; diff --git a/Assets/Scripts/PlayerController.cs b/Assets/Scripts/PlayerController.cs index 20e2f41..2272a49 100644 --- a/Assets/Scripts/PlayerController.cs +++ b/Assets/Scripts/PlayerController.cs @@ -7,42 +7,60 @@ public class PlayerController : MonoBehaviour public Item testItem1; public Item testItem2; + + [SerializeField] private int hotbarSlotCount = 9; + [SerializeField] private int activeHotbarSlot = 0; + [SerializeField] private Inventory playerInventory; + // Start is called before the first frame update void Start() { - + playerInventory = GetComponent(); } // Update is called once per frame void Update() { - Inventory inventory = GetComponent(); + float scroll = Input.GetAxis("Mouse ScrollWheel"); + if (scroll != 0) + { + activeHotbarSlot += (int)Mathf.Sign(scroll); + if (activeHotbarSlot < 0) + { + activeHotbarSlot = hotbarSlotCount - 1; + } + else if (activeHotbarSlot >= hotbarSlotCount) + { + activeHotbarSlot = 0; + } + } + //! DEBUG if (Input.GetKeyDown(KeyCode.U)) { // add 5 apples - int remainingCount = inventory.Add(testItem1, 5); - Debug.Log("Added " + (5 - remainingCount) + " apples to inventory."); + int remainingCount = playerInventory.Add(testItem1, 5); + Debug.Log("Added " + (5 - remainingCount) + " apples to playerInventory."); } if (Input.GetKeyDown(KeyCode.I)) { // add 15 more apples - int remainingCount = inventory.Add(testItem1, 15); - Debug.Log("Added " + (15 - remainingCount) + " apples to inventory."); + int remainingCount = playerInventory.Add(testItem1, 15); + Debug.Log("Added " + (15 - remainingCount) + " apples to playerInventory."); } if (Input.GetKeyDown(KeyCode.O)) { // add 10 bananas - int remainingCount = inventory.Add(testItem2, 10); - Debug.Log("Added " + (10 - remainingCount) + " bananas to inventory."); + int remainingCount = playerInventory.Add(testItem2, 10); + Debug.Log("Added " + (10 - remainingCount) + " bananas to playerInventory."); } if (Input.GetKeyDown(KeyCode.J)) { int count = 3; - int applesRemaining = inventory.Remove(testItem1, count); + int applesRemaining = playerInventory.Remove(testItem1, count); Debug.Log("Removed " + (count - applesRemaining) + " apples."); } @@ -50,7 +68,7 @@ public class PlayerController : MonoBehaviour if (Input.GetKeyDown(KeyCode.K)) { int count = 5; - int bananasRemaining = inventory.Remove(testItem2, count); + int bananasRemaining = playerInventory.Remove(testItem2, count); Debug.Log("Removed " + (count - bananasRemaining) + " bananas."); } diff --git a/Assets/Scripts/UI.meta b/Assets/Scripts/UI.meta new file mode 100644 index 0000000..13e858f --- /dev/null +++ b/Assets/Scripts/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0b87d7e43eb42447bdb3434f854a8bb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/UI/InventoryUI.cs b/Assets/Scripts/UI/InventoryUI.cs new file mode 100644 index 0000000..6c5c24b --- /dev/null +++ b/Assets/Scripts/UI/InventoryUI.cs @@ -0,0 +1,50 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class InventoryUI : MonoBehaviour +{ + [SerializeField] private GameObject slotPrefab; + [SerializeField] private GameObject slotListObj; + [SerializeField] private List slotUIList; + + private Inventory playerInventory; + + private void Start() + { + playerInventory = GameObject.FindGameObjectWithTag("Player").GetComponent(); + Inventory.OnPlayerInventoryChanged += UpdateSlots; + CreateSlots(); + UpdateSlots(); + + } + + private void CreateSlots() + { + playerInventory = GameObject.FindGameObjectWithTag("Player").GetComponent(); + + for (int i = 0; i < playerInventory.maxSlots; i++) + { + slotUIList.Add(Instantiate(slotPrefab, Vector3.zero, Quaternion.identity, slotListObj.transform).GetComponent()); + } + } + private void UpdateSlots() + { + Debug.Log("Update slots"); + int i = 0; + foreach (SlotUI slotUi in slotUIList) + { + if (i < playerInventory.items.Count) + { + slotUi.SetInventoryItem(playerInventory.items[i]); + } + else + { + slotUi.SetInventoryItem(null); + } + + i++; + } + } + +} diff --git a/Assets/Scripts/UI/InventoryUI.cs.meta b/Assets/Scripts/UI/InventoryUI.cs.meta new file mode 100644 index 0000000..d2d1c9b --- /dev/null +++ b/Assets/Scripts/UI/InventoryUI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9269c8c372de3f5498d2af345ee9c855 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/UI/SlotUI.cs b/Assets/Scripts/UI/SlotUI.cs new file mode 100644 index 0000000..fbfd0d3 --- /dev/null +++ b/Assets/Scripts/UI/SlotUI.cs @@ -0,0 +1,44 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + +public class SlotUI : MonoBehaviour +{ + [SerializeField] private InventoryItem inventoryItem; + [SerializeField] private Image itemSpriteImage; + [SerializeField] private TMPro.TextMeshProUGUI quantityText; + + private void Start() + { + UpdateSlot(); + } + public void SetInventoryItem(InventoryItem newInventoryItem) + { + inventoryItem = newInventoryItem; + UpdateSlot(); + } + + private void UpdateSlot() + { + if (inventoryItem != null) + { + itemSpriteImage.sprite = inventoryItem?.item?.sprite ?? null; + Debug.Log(itemSpriteImage.sprite); + if (itemSpriteImage.sprite == null) + { + itemSpriteImage.color = new Color(0, 0, 0, 0); + } + + quantityText.SetText(inventoryItem.count != 0 ? inventoryItem.count.ToString() : ""); + } + else + { + itemSpriteImage.sprite = null; + quantityText.SetText(""); + itemSpriteImage.color = new Color(0, 0, 0, 0); + } + + } + +} diff --git a/Assets/Scripts/UI/SlotUI.cs.meta b/Assets/Scripts/UI/SlotUI.cs.meta new file mode 100644 index 0000000..e390cd3 --- /dev/null +++ b/Assets/Scripts/UI/SlotUI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6c881951842cc4e4799994f5eb91dd90 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Cozy Farm/ui/inventory.png.meta b/Assets/Sprites/Cozy Farm/ui/inventory.png.meta index b2772b7..42b5ed7 100644 --- a/Assets/Sprites/Cozy Farm/ui/inventory.png.meta +++ b/Assets/Sprites/Cozy Farm/ui/inventory.png.meta @@ -33,7 +33,7 @@ TextureImporter: maxTextureSize: 2048 textureSettings: serializedVersion: 2 - filterMode: 1 + filterMode: 0 aniso: 1 mipBias: 0 wrapU: 1 @@ -42,12 +42,12 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 + spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 @@ -70,7 +70,7 @@ TextureImporter: maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 - textureCompression: 1 + textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 @@ -113,9 +113,1860 @@ TextureImporter: overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 - sprites: [] + sprites: + - serializedVersion: 2 + name: inventory_0 + rect: + serializedVersion: 2 + x: 0 + y: 1168 + width: 293 + height: 188 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 676b60bfd9ca9d84c8039adce7d6e66f + internalID: -285715599 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_1 + rect: + serializedVersion: 2 + x: 304 + y: 1296 + width: 112 + height: 64 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 178fa7ed613ee3645aad8fb683756db0 + internalID: 1377746106 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_2 + rect: + serializedVersion: 2 + x: 417 + y: 1296 + width: 30 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aa66a169b897f0e40924a4c01f239faf + internalID: 1917926960 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_3 + rect: + serializedVersion: 2 + x: 448 + y: 1296 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 19a380559aa1c7941a70b29cb6541b62 + internalID: 1557254762 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_4 + rect: + serializedVersion: 2 + x: 465 + y: 1282 + width: 15 + height: 27 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f79d92fd5a243e845ac8cd5abad47c26 + internalID: 1578889364 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_5 + rect: + serializedVersion: 2 + x: 481 + y: 1282 + width: 12 + height: 29 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9bbb301416a580847abe7ca10071462c + internalID: 1018277495 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_6 + rect: + serializedVersion: 2 + x: 496 + y: 1282 + width: 15 + height: 26 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bb440fcdf9d53a4439f46058ab3e2689 + internalID: -1534039315 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_7 + rect: + serializedVersion: 2 + x: 512 + y: 1282 + width: 15 + height: 28 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 17ee5e8207034fb45aa42ab0b2226970 + internalID: 1846269047 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_8 + rect: + serializedVersion: 2 + x: 576 + y: 1152 + width: 272 + height: 160 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bce0cc27a5e6f9746a91e2e28230350f + internalID: 81296611 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_9 + rect: + serializedVersion: 2 + x: 305 + y: 1264 + width: 14 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5e1bd8b4e39481b41b7febf25c12e4b1 + internalID: 1390879999 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_10 + rect: + serializedVersion: 2 + x: 321 + y: 1281 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 362d7fa368c1f5046b9fe3b380477f09 + internalID: -2006921097 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_11 + rect: + serializedVersion: 2 + x: 336 + y: 1264 + width: 64 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c01d1c9c6feaabb4ab96d75705f6dcf3 + internalID: 1595877800 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_12 + rect: + serializedVersion: 2 + x: 400 + y: 1281 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: caa936f3ec34493419a7137f666c6822 + internalID: -14797703 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_13 + rect: + serializedVersion: 2 + x: 416 + y: 1248 + width: 15 + height: 48 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3482db40df8ab9948989c35d2f54d2d3 + internalID: 1046945200 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_14 + rect: + serializedVersion: 2 + x: 432 + y: 1248 + width: 15 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: da28ac4e9a4edd34b8b762700428448f + internalID: 641622063 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_15 + rect: + serializedVersion: 2 + x: 449 + y: 1280 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 49057aee5ac040c4aa6b7c961ad0247c + internalID: 2142628602 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_16 + rect: + serializedVersion: 2 + x: 528 + y: 1280 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6bf7838170520684c8826a057199cfe7 + internalID: 1173850178 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_17 + rect: + serializedVersion: 2 + x: 304 + y: 1233 + width: 32 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3246628577e4a134481b372477103367 + internalID: 206273555 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_18 + rect: + serializedVersion: 2 + x: 401 + y: 1264 + width: 14 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8ab5e13d4ac233f41b9db36bb9e99b7d + internalID: 371080754 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_19 + rect: + serializedVersion: 2 + x: 448 + y: 1264 + width: 15 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c4bccd94498cc854daa1bd2fb528a885 + internalID: 425551514 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_20 + rect: + serializedVersion: 2 + x: 465 + y: 1252 + width: 13 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8511325ac69092f4f94dfa108c218c7b + internalID: 1609490839 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_21 + rect: + serializedVersion: 2 + x: 480 + y: 1252 + width: 15 + height: 19 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c9ced53e66228534aa49967d0ac9aadb + internalID: -1633947352 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_22 + rect: + serializedVersion: 2 + x: 496 + y: 1253 + width: 15 + height: 20 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2cbff3e2e7b9b764ba6ee9ffec6ae357 + internalID: -1427499587 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_23 + rect: + serializedVersion: 2 + x: 512 + y: 1250 + width: 16 + height: 24 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9dd736dbfc856b048b3ee509d6fe97ba + internalID: 78542431 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_24 + rect: + serializedVersion: 2 + x: 529 + y: 1250 + width: 13 + height: 22 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 258d5e29d3278e7418c750e608addd1b + internalID: 1719673762 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_25 + rect: + serializedVersion: 2 + x: 562 + y: 1248 + width: 13 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a3b589878510e414c9c436c5dcdb8599 + internalID: 1656454635 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_26 + rect: + serializedVersion: 2 + x: 339 + y: 1250 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 966ec82833bc72d4384b78eff4ab2fcb + internalID: 675441286 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_27 + rect: + serializedVersion: 2 + x: 354 + y: 1248 + width: 13 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e0c4d6a77d1413749b93ee29378bdd21 + internalID: -1115241545 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_28 + rect: + serializedVersion: 2 + x: 371 + y: 1250 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 504c66911f7fe8b48b881a57d7d8bbbe + internalID: 1355301205 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_29 + rect: + serializedVersion: 2 + x: 386 + y: 1248 + width: 13 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 46a2c28968664684f857dae10f0f9933 + internalID: 1896232913 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_30 + rect: + serializedVersion: 2 + x: 403 + y: 1250 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5cef62396c9d2de4797dca5ba29ed5c4 + internalID: -948692682 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_31 + rect: + serializedVersion: 2 + x: 545 + y: 1249 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8189481172708d243ae0b08cc386b7c8 + internalID: 501187788 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_32 + rect: + serializedVersion: 2 + x: 337 + y: 1201 + width: 15 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 75e07acdad7e98b4db520a7b8ed30a62 + internalID: 1859148712 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_33 + rect: + serializedVersion: 2 + x: 353 + y: 1216 + width: 14 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d5e0bf9a8d25ae14fa9cb8b7e1b60e8f + internalID: 589172804 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_34 + rect: + serializedVersion: 2 + x: 368 + y: 1234 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 726db52761013b244a93ca3c3eef9ec9 + internalID: 1687750826 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_35 + rect: + serializedVersion: 2 + x: 384 + y: 1234 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1ef7e4ca8f6e36b44ba93c78f9cdd14b + internalID: -260292354 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_36 + rect: + serializedVersion: 2 + x: 400 + y: 1216 + width: 16 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9e8e016937fdc1747b28a8d120147b00 + internalID: 2030662919 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_37 + rect: + serializedVersion: 2 + x: 468 + y: 1233 + width: 7 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c5893cc1e07893b49b357689f1df6888 + internalID: 989419320 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_38 + rect: + serializedVersion: 2 + x: 480 + y: 1233 + width: 16 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 614269d5e8c29d145a849ba6b02c60fc + internalID: 34448122 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_39 + rect: + serializedVersion: 2 + x: 501 + y: 1233 + width: 6 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1ce1b436380284d4ea8db28d8829c3fd + internalID: 1174196336 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_40 + rect: + serializedVersion: 2 + x: 513 + y: 1233 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5c58f956d7fb6f14399384b6bab59e30 + internalID: -604132616 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_41 + rect: + serializedVersion: 2 + x: 528 + y: 1232 + width: 32 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: afb8993cc90189c4eb23abf7f83a0c82 + internalID: 1035058503 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_42 + rect: + serializedVersion: 2 + x: 305 + y: 1216 + width: 15 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f7752aae6c91cda4f94be6c0da45c53c + internalID: 1347270011 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_43 + rect: + serializedVersion: 2 + x: 320 + y: 1216 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 506cbaeade674984fa469a2f6fadfa31 + internalID: -1743152127 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_44 + rect: + serializedVersion: 2 + x: 369 + y: 1216 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ebd3b06d42e02c9499d20693f46ba99e + internalID: -1181596184 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_45 + rect: + serializedVersion: 2 + x: 385 + y: 1216 + width: 13 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4299aa0f4357ca4438e67e95917c8f18 + internalID: 807813406 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_46 + rect: + serializedVersion: 2 + x: 417 + y: 1218 + width: 13 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 998ecd401f6dfc84e977579f93b1a2c4 + internalID: 267152971 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_47 + rect: + serializedVersion: 2 + x: 432 + y: 1220 + width: 14 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7790376babd37924f8e58f08be8a123d + internalID: -1938908895 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_48 + rect: + serializedVersion: 2 + x: 449 + y: 1218 + width: 15 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 475667c9fbf76c34cb0a8dd502642afb + internalID: -136007961 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_49 + rect: + serializedVersion: 2 + x: 305 + y: 1201 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6cfa619051aa33c4d99ba0da2aab99df + internalID: 1176254712 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_50 + rect: + serializedVersion: 2 + x: 321 + y: 1203 + width: 13 + height: 10 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a6bd584d6beb6cd429c916b9002b553b + internalID: 1507437662 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_51 + rect: + serializedVersion: 2 + x: 352 + y: 1200 + width: 32 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4cda1273f0878e144b7b49dab6a81c15 + internalID: 566291428 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_52 + rect: + serializedVersion: 2 + x: 385 + y: 1200 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fe2387f42314dd64ba17e6d3f8c428a2 + internalID: 1813500529 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_53 + rect: + serializedVersion: 2 + x: 304 + y: 1168 + width: 16 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b35ba8d9a83a7d7459814e0ac71fecbf + internalID: -2016061336 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_54 + rect: + serializedVersion: 2 + x: 320 + y: 1152 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5f7892e34f8825b46a2df42107f3b1e8 + internalID: 1103269323 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_55 + rect: + serializedVersion: 2 + x: 336 + y: 1168 + width: 16 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7baa7a439569ea54682bd2cf13d29eca + internalID: 1645058509 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_56 + rect: + serializedVersion: 2 + x: 352 + y: 1153 + width: 16 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 546fd7088aa2d46428ed99ba840db548 + internalID: -2112204445 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_57 + rect: + serializedVersion: 2 + x: 368 + y: 1152 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 35152b7715f07f34a90af7f5113ec280 + internalID: -1950841419 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_58 + rect: + serializedVersion: 2 + x: 384 + y: 1152 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a0c9e99cae2391142bcb385c1f091a18 + internalID: -1829440189 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_59 + rect: + serializedVersion: 2 + x: 400 + y: 1168 + width: 48 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7ee82f7a1fe056844bb7f216c1de99a2 + internalID: 1386453090 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_60 + rect: + serializedVersion: 2 + x: 449 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9ce2877346e8acd4999c28ba1dacafe4 + internalID: 594300005 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_61 + rect: + serializedVersion: 2 + x: 465 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9966962fd88ca594db0a31600fe1b834 + internalID: -294859039 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_62 + rect: + serializedVersion: 2 + x: 482 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e36d892b29709ef4ebaa7972a41bb4bf + internalID: -302613096 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_63 + rect: + serializedVersion: 2 + x: 497 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b71b5074975ada646bed3bee039913e0 + internalID: -664878744 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_64 + rect: + serializedVersion: 2 + x: 513 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ec1d95d83a7bca44aa4cfb1acfa467ac + internalID: 6362307 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_65 + rect: + serializedVersion: 2 + x: 529 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0423281d6fa39df4a8c6e82d1523cee1 + internalID: -940548491 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_66 + rect: + serializedVersion: 2 + x: 545 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a5155335e17e86c48b6f7b6e10b86f99 + internalID: -1345868971 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_67 + rect: + serializedVersion: 2 + x: 561 + y: 1169 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b07cda4f79c429244bc54b90c6292b6f + internalID: 1841311728 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_68 + rect: + serializedVersion: 2 + x: 305 + y: 1154 + width: 14 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 026569e1cad89064ab9c3dc684876d4f + internalID: 70722470 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_69 + rect: + serializedVersion: 2 + x: 336 + y: 1152 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bdefeb88ddee0fb4bbed888dfd04b538 + internalID: -1873158350 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_70 + rect: + serializedVersion: 2 + x: 400 + y: 1152 + width: 48 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7f2837b58960b334382d0c6ce75222e3 + internalID: -313810278 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_71 + rect: + serializedVersion: 2 + x: 0 + y: 1008 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8363d82705f5e624e97197facb0cbf59 + internalID: 740209730 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_72 + rect: + serializedVersion: 2 + x: 304 + y: 1008 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 96c3206c509062f49a4fa61d7b298e18 + internalID: -856711214 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_73 + rect: + serializedVersion: 2 + x: 0 + y: 864 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 072dc6007fa3a6848bbaf65e4c35319e + internalID: -99648765 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_74 + rect: + serializedVersion: 2 + x: 304 + y: 864 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b0bb6030eed61714f8215013ef99837f + internalID: -600405244 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_75 + rect: + serializedVersion: 2 + x: 0 + y: 720 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 091523b9e86740a4c94d26a629974895 + internalID: -485920384 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_76 + rect: + serializedVersion: 2 + x: 304 + y: 720 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dcd8ee54a0ffb1b40a41c5bfc858d701 + internalID: 618101367 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_77 + rect: + serializedVersion: 2 + x: 0 + y: 576 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f1a90530e875fd742871277c5ada03a0 + internalID: -1718218342 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_78 + rect: + serializedVersion: 2 + x: 304 + y: 576 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d0af46dccf023894ca1f57b6808525fa + internalID: 2032739665 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_79 + rect: + serializedVersion: 2 + x: 0 + y: 432 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3f0b6847f09e77245b573a6b855a9c65 + internalID: -1678022607 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_80 + rect: + serializedVersion: 2 + x: 304 + y: 432 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: db5377f38c8600e45b9896c52550983d + internalID: -1302458662 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_81 + rect: + serializedVersion: 2 + x: 0 + y: 288 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 04fe004b1dea1d34fa172b41e0ecf139 + internalID: -1815102524 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_82 + rect: + serializedVersion: 2 + x: 304 + y: 288 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 92d68a9b82e26a34f8c36ef14e6b6690 + internalID: -1383088774 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_83 + rect: + serializedVersion: 2 + x: 0 + y: 144 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: eee098d4e6f1e63498cb04b2f72c7c64 + internalID: -1025313630 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_84 + rect: + serializedVersion: 2 + x: 304 + y: 144 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7dba47a74ba0eac4391306f90e63bf3b + internalID: 229484448 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_85 + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e2b7bac1b227b6d499e52e7938e8dc6a + internalID: -2063782717 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_86 + rect: + serializedVersion: 2 + x: 304 + y: 0 + width: 293 + height: 132 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 11b89f013e0b77143832efc895ad0e4e + internalID: -1371620552 + vertices: [] + indices: + edges: [] + weights: [] outline: [] physicsShape: [] bones: [] @@ -126,7 +1977,94 @@ TextureImporter: edges: [] weights: [] secondaryTextures: [] - nameFileIdTable: {} + nameFileIdTable: + inventory_43: -1743152127 + inventory_33: 589172804 + inventory_63: -664878744 + inventory_67: 1841311728 + inventory_74: -600405244 + inventory_28: 1355301205 + inventory_21: -1633947352 + inventory_8: 81296611 + inventory_14: 641622063 + inventory_86: -1371620552 + inventory_6: -1534039315 + inventory_4: 1578889364 + inventory_25: 1656454635 + inventory_46: 267152971 + inventory_22: -1427499587 + inventory_23: 78542431 + inventory_17: 206273555 + inventory_52: 1813500529 + inventory_3: 1557254762 + inventory_16: 1173850178 + inventory_7: 1846269047 + inventory_48: -136007961 + inventory_75: -485920384 + inventory_1: 1377746106 + inventory_61: -294859039 + inventory_60: 594300005 + inventory_54: 1103269323 + inventory_70: -313810278 + inventory_79: -1678022607 + inventory_85: -2063782717 + inventory_11: 1595877800 + inventory_51: 566291428 + inventory_37: 989419320 + inventory_45: 807813406 + inventory_53: -2016061336 + inventory_55: 1645058509 + inventory_49: 1176254712 + inventory_83: -1025313630 + inventory_39: 1174196336 + inventory_10: -2006921097 + inventory_12: -14797703 + inventory_44: -1181596184 + inventory_0: -285715599 + inventory_9: 1390879999 + inventory_71: 740209730 + inventory_80: -1302458662 + inventory_56: -2112204445 + inventory_35: -260292354 + inventory_36: 2030662919 + inventory_68: 70722470 + inventory_19: 425551514 + inventory_78: 2032739665 + inventory_29: 1896232913 + inventory_30: -948692682 + inventory_2: 1917926960 + inventory_47: -1938908895 + inventory_59: 1386453090 + inventory_76: 618101367 + inventory_41: 1035058503 + inventory_50: 1507437662 + inventory_57: -1950841419 + inventory_32: 1859148712 + inventory_15: 2142628602 + inventory_84: 229484448 + inventory_27: -1115241545 + inventory_82: -1383088774 + inventory_20: 1609490839 + inventory_5: 1018277495 + inventory_64: 6362307 + inventory_38: 34448122 + inventory_40: -604132616 + inventory_18: 371080754 + inventory_34: 1687750826 + inventory_13: 1046945200 + inventory_81: -1815102524 + inventory_69: -1873158350 + inventory_65: -940548491 + inventory_77: -1718218342 + inventory_62: -302613096 + inventory_58: -1829440189 + inventory_66: -1345868971 + inventory_42: 1347270011 + inventory_31: 501187788 + inventory_73: -99648765 + inventory_24: 1719673762 + inventory_72: -856711214 + inventory_26: 675441286 spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 diff --git a/Assets/Sprites/Cozy Farm/ui/inventory_chopped.png.meta b/Assets/Sprites/Cozy Farm/ui/inventory_chopped.png.meta index d11c0ef..719e635 100644 --- a/Assets/Sprites/Cozy Farm/ui/inventory_chopped.png.meta +++ b/Assets/Sprites/Cozy Farm/ui/inventory_chopped.png.meta @@ -33,7 +33,7 @@ TextureImporter: maxTextureSize: 2048 textureSettings: serializedVersion: 2 - filterMode: 1 + filterMode: 0 aniso: 1 mipBias: 0 wrapU: 1 @@ -42,12 +42,12 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 + spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 @@ -70,7 +70,7 @@ TextureImporter: maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 - textureCompression: 1 + textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 @@ -113,9 +113,1860 @@ TextureImporter: overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 - sprites: [] + sprites: + - serializedVersion: 2 + name: inventory_chopped_0 + rect: + serializedVersion: 2 + x: 0 + y: 208 + width: 293 + height: 99 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d8ce18ee57373bf4b8952fb94e179507 + internalID: -1340779489 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_1 + rect: + serializedVersion: 2 + x: 305 + y: 226 + width: 77 + height: 77 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9a2768be400e5e34ba5f3e191d7f9aa1 + internalID: 881887151 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_2 + rect: + serializedVersion: 2 + x: 384 + y: 144 + width: 272 + height: 176 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7719bd0a4dedf21448fbdf7e3012fa30 + internalID: 1058842472 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_3 + rect: + serializedVersion: 2 + x: 6 + y: 182 + width: 18 + height: 18 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b599ea9d28c73ad4ebec547d8c9bb25e + internalID: 1074837075 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_4 + rect: + serializedVersion: 2 + x: 54 + y: 166 + width: 32 + height: 35 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2cd275ba6396eb24a8ed1ebed7ec2296 + internalID: -174071933 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_5 + rect: + serializedVersion: 2 + x: 92 + y: 130 + width: 192 + height: 77 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3c399989b733f4647a7909596b54d7cf + internalID: -1418869383 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_6 + rect: + serializedVersion: 2 + x: 288 + y: 147 + width: 48 + height: 58 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8463049fc2765aa449196458d8a9012b + internalID: -1459691987 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_7 + rect: + serializedVersion: 2 + x: 6 + y: 153 + width: 18 + height: 18 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9cdab7105352d69498782e8435d074f2 + internalID: 2129895590 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_8 + rect: + serializedVersion: 2 + x: 34 + y: 147 + width: 56 + height: 10 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4a81f5bfd6616ce4da5ad2003a4ffe22 + internalID: 1462344587 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_9 + rect: + serializedVersion: 2 + x: 545 + y: 130 + width: 15 + height: 27 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff5a3b30a100cba4eb744f3c9aaf3b92 + internalID: 2059489350 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_10 + rect: + serializedVersion: 2 + x: 561 + y: 130 + width: 12 + height: 29 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 87ecbd4aca6d52841aac0f2293b73184 + internalID: 1228958328 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_11 + rect: + serializedVersion: 2 + x: 576 + y: 130 + width: 15 + height: 26 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c8ae2054e9472084fa3cc31168a4a1e0 + internalID: 338550711 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_12 + rect: + serializedVersion: 2 + x: 592 + y: 130 + width: 15 + height: 28 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4d5cf31caba4e4a4aa396167d23841c9 + internalID: -2035522959 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_13 + rect: + serializedVersion: 2 + x: 3 + y: 64 + width: 89 + height: 75 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 65a9dec2d379d3f4b9da1df7378d437b + internalID: -1776789729 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_14 + rect: + serializedVersion: 2 + x: 193 + y: 64 + width: 143 + height: 80 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5a964c3a627fff049abbdb26f62d637f + internalID: 322101221 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_15 + rect: + serializedVersion: 2 + x: 385 + y: 112 + width: 14 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3efe0d1c0f5a97e4fab3632ae47cd462 + internalID: -1650975974 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_16 + rect: + serializedVersion: 2 + x: 401 + y: 129 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 494b8b063af94a24ba05ff2a54a8b407 + internalID: 2093338325 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_17 + rect: + serializedVersion: 2 + x: 416 + y: 112 + width: 64 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 54a17a3f5da34b341883ac4ea6bb38aa + internalID: -1883737749 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_18 + rect: + serializedVersion: 2 + x: 480 + y: 129 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 34f406fe89d52334088ee0641a17c269 + internalID: -1238491914 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_19 + rect: + serializedVersion: 2 + x: 496 + y: 96 + width: 15 + height: 48 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 91521270f81b9454ba07a429e6eda0fd + internalID: -1690944325 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_20 + rect: + serializedVersion: 2 + x: 512 + y: 96 + width: 15 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 833c0c0e8fbd79545af134b6f7089aca + internalID: 1758119870 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_21 + rect: + serializedVersion: 2 + x: 529 + y: 128 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2b54063c15018364482a5ed345331794 + internalID: 236117771 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_22 + rect: + serializedVersion: 2 + x: 608 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 71a1f612f6cb16d419e9c9832b0a42a1 + internalID: 66022931 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_23 + rect: + serializedVersion: 2 + x: 81 + y: 113 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ed7426dc1cf78604086671902ae15d13 + internalID: 117996605 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_24 + rect: + serializedVersion: 2 + x: 97 + y: 113 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3bc0d8afc25127b478e4bc39220ed5b8 + internalID: 1147132218 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_25 + rect: + serializedVersion: 2 + x: 113 + y: 113 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2f09c56970e9bb7429567b3f04ce0c08 + internalID: -1931303297 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_26 + rect: + serializedVersion: 2 + x: 129 + y: 113 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8c71121591a6f3749be23dbe9083070a + internalID: 1632695677 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_27 + rect: + serializedVersion: 2 + x: 145 + y: 114 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 60c6fbc00f9b9604da8b2f191f2922e4 + internalID: -845970946 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_28 + rect: + serializedVersion: 2 + x: 161 + y: 113 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ca6f09eb2dbf4ed44acb9b785ed42b48 + internalID: 1460874095 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_29 + rect: + serializedVersion: 2 + x: 177 + y: 113 + width: 14 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8985d64eed0842048be59c437a545b7b + internalID: -3907015 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_30 + rect: + serializedVersion: 2 + x: 384 + y: 81 + width: 32 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c4c9eccd3acafcc45987943fbef35a1e + internalID: 2019545285 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_31 + rect: + serializedVersion: 2 + x: 481 + y: 112 + width: 14 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cba75e7a4a3e2db469bab65e4111a2ae + internalID: -864259822 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_32 + rect: + serializedVersion: 2 + x: 528 + y: 112 + width: 15 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 65121f7346f6e404496262924618c440 + internalID: -1917009078 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_33 + rect: + serializedVersion: 2 + x: 545 + y: 100 + width: 13 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b7ae0aefb31217429bbed31e064f1e3 + internalID: 1224483494 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_34 + rect: + serializedVersion: 2 + x: 560 + y: 100 + width: 15 + height: 19 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8801c5e8068221645a2ab668756476fc + internalID: 415118142 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_35 + rect: + serializedVersion: 2 + x: 576 + y: 101 + width: 15 + height: 20 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a59e831904702cc438efbd3d542c34f8 + internalID: 836200400 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_36 + rect: + serializedVersion: 2 + x: 592 + y: 98 + width: 16 + height: 24 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b5286ed4081c2444da0daaff05c5bc60 + internalID: -976873354 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_37 + rect: + serializedVersion: 2 + x: 609 + y: 98 + width: 13 + height: 22 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 90a9c2903d6835a4f861f3bb76e20871 + internalID: -1819278070 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_38 + rect: + serializedVersion: 2 + x: 642 + y: 96 + width: 13 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6280e4c637e6c3b4a86b52604ca1a1db + internalID: 1175160595 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_39 + rect: + serializedVersion: 2 + x: 100 + y: 64 + width: 24 + height: 48 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d4eaf139b3f57bd408d66fbd3080f399 + internalID: 115094433 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_40 + rect: + serializedVersion: 2 + x: 132 + y: 64 + width: 24 + height: 48 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ce45c8ce0a00c224dacf36d0f0e583d6 + internalID: 2014073474 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_41 + rect: + serializedVersion: 2 + x: 164 + y: 64 + width: 24 + height: 48 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6cb11fcfb2355c54db635756afe887f5 + internalID: -15578154 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_42 + rect: + serializedVersion: 2 + x: 419 + y: 98 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 362eef970f8daa84fa9bb8fe64f1a38d + internalID: 1074479762 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_43 + rect: + serializedVersion: 2 + x: 434 + y: 96 + width: 13 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5496a3e86d91b014bbc9dcdc69180698 + internalID: -343131898 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_44 + rect: + serializedVersion: 2 + x: 451 + y: 98 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5695492e26beec24ebd6ea2239dd8852 + internalID: 669324310 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_45 + rect: + serializedVersion: 2 + x: 466 + y: 96 + width: 13 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d31961c28cfa0654fb9b454346dbdfed + internalID: 505098718 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_46 + rect: + serializedVersion: 2 + x: 483 + y: 98 + width: 10 + height: 11 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 186eb80951bbd3c4291b6e60fc42d70a + internalID: 1137122925 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_47 + rect: + serializedVersion: 2 + x: 625 + y: 97 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 22379acaa64da3346b92f56fa7c1dc6c + internalID: 1524685460 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_48 + rect: + serializedVersion: 2 + x: 417 + y: 49 + width: 15 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b6efffa55c78df40994619898b597d8 + internalID: 1468287281 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_49 + rect: + serializedVersion: 2 + x: 433 + y: 64 + width: 14 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a9cd568de4be9474598070977e16fdf1 + internalID: 1178486850 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_50 + rect: + serializedVersion: 2 + x: 448 + y: 82 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6c9ebb87befdfae4c88ce4557aa51fba + internalID: -1489403666 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_51 + rect: + serializedVersion: 2 + x: 464 + y: 82 + width: 15 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 70a1fa3e670d47347b507e933f81533b + internalID: -1461958123 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_52 + rect: + serializedVersion: 2 + x: 480 + y: 64 + width: 16 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 96cf31990a018694b96b74a1a5fccf57 + internalID: -493716296 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_53 + rect: + serializedVersion: 2 + x: 548 + y: 81 + width: 7 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4ea7405715cef034499a3d6bbc407613 + internalID: -1387147942 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_54 + rect: + serializedVersion: 2 + x: 560 + y: 81 + width: 16 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c1f48467f88e8ec42a03319acc7fea6f + internalID: 1078702637 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_55 + rect: + serializedVersion: 2 + x: 581 + y: 81 + width: 6 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 91c4eeb8d871c904e839ce134f79a30c + internalID: -1025006054 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_56 + rect: + serializedVersion: 2 + x: 593 + y: 81 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2c36bca494c6b644b81b85d1c2ef59a8 + internalID: 584213856 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_57 + rect: + serializedVersion: 2 + x: 608 + y: 80 + width: 32 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6fbad2908b7d7214c9ee4c338411202a + internalID: -832217310 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_58 + rect: + serializedVersion: 2 + x: 385 + y: 64 + width: 15 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 055efc706ecc1d843ad8495cde4d2973 + internalID: 1453544788 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_59 + rect: + serializedVersion: 2 + x: 400 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2c1f2d10da3ef934cabcdb5a58275111 + internalID: 407800830 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_60 + rect: + serializedVersion: 2 + x: 449 + y: 64 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 44d0dd3a820537e4e85286a60cfea1d6 + internalID: 728527482 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_61 + rect: + serializedVersion: 2 + x: 465 + y: 64 + width: 13 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6ea5d332d57b0424ab15b4ddd6ec71d6 + internalID: 485253988 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_62 + rect: + serializedVersion: 2 + x: 497 + y: 66 + width: 13 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cad01c9174313934c8c49f862ffb59a6 + internalID: 1208833381 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_63 + rect: + serializedVersion: 2 + x: 512 + y: 68 + width: 14 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f202666bd7a701e4da11ce947ca8fc11 + internalID: -2085325336 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_64 + rect: + serializedVersion: 2 + x: 529 + y: 66 + width: 15 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b2eb7f26c1580e449a1d586d4c109d5 + internalID: 1856141730 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_65 + rect: + serializedVersion: 2 + x: 385 + y: 49 + width: 14 + height: 14 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 34481273cc229bc4ca4e5984e8d98be0 + internalID: 1957787177 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_66 + rect: + serializedVersion: 2 + x: 401 + y: 51 + width: 13 + height: 10 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4f0bf69dee35bba4a8e743cbc49a789b + internalID: 1944943268 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_67 + rect: + serializedVersion: 2 + x: 432 + y: 48 + width: 32 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ca2cbae7cd91d1d47b2cecda984b9990 + internalID: 322035042 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_68 + rect: + serializedVersion: 2 + x: 465 + y: 48 + width: 15 + height: 15 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0717838657e45dd4fa955886b208c172 + internalID: 1091433341 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_69 + rect: + serializedVersion: 2 + x: 384 + y: 16 + width: 16 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8491c11411620014aa3f891bf6a6c0b9 + internalID: 1772999660 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_70 + rect: + serializedVersion: 2 + x: 400 + y: 0 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0f34869083f0d41458295aaaeaae208d + internalID: 1033872167 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_71 + rect: + serializedVersion: 2 + x: 416 + y: 16 + width: 16 + height: 31 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb74b2cc515a41c4f91e968b133f1861 + internalID: -1965135837 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_72 + rect: + serializedVersion: 2 + x: 432 + y: 1 + width: 16 + height: 46 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: be5172c6542e63e43858ee8d4e65bc75 + internalID: -1063632823 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_73 + rect: + serializedVersion: 2 + x: 448 + y: 0 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b71d9cbbf6b1e34ab9354b27cbfcc7f + internalID: -945459509 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_74 + rect: + serializedVersion: 2 + x: 464 + y: 0 + width: 16 + height: 47 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 20ecc002faa1f414bb1ceb4f467eee31 + internalID: -10538266 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_75 + rect: + serializedVersion: 2 + x: 480 + y: 16 + width: 48 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 71ba1735d23030442b8bf2040de41efa + internalID: 1756940956 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_76 + rect: + serializedVersion: 2 + x: 529 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b1e79c5b5b56f8e4e92d5e61ef52fa0e + internalID: 232124210 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_77 + rect: + serializedVersion: 2 + x: 545 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a74861be4cdd19a47b463c2749d528f5 + internalID: 879242529 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_78 + rect: + serializedVersion: 2 + x: 562 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bad35a914be739848a71ded1428029de + internalID: 2103477807 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_79 + rect: + serializedVersion: 2 + x: 577 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 78574c61c52a5c94c99609eb2286487a + internalID: -2002813639 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_80 + rect: + serializedVersion: 2 + x: 593 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a0cae82122d251c4fadbeef7f35e9de5 + internalID: 1627085308 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_81 + rect: + serializedVersion: 2 + x: 609 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3a9a6aefe99ee1e48abc77e945adc595 + internalID: -1038501091 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_82 + rect: + serializedVersion: 2 + x: 625 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9d60ac848e0b6f04caa37e320bb05dbd + internalID: 1932364625 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_83 + rect: + serializedVersion: 2 + x: 641 + y: 17 + width: 14 + height: 13 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: eebcf3d98b8b979488db5966e7ca785e + internalID: -2053085768 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_84 + rect: + serializedVersion: 2 + x: 385 + y: 2 + width: 14 + height: 12 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 513b80a3d32bd9246815938b1aa35044 + internalID: -1635184301 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_85 + rect: + serializedVersion: 2 + x: 416 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b4c9ad2fc480dfe4bb55e7a8acf3c920 + internalID: 920833958 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: inventory_chopped_86 + rect: + serializedVersion: 2 + x: 480 + y: 0 + width: 48 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b07cbeeaa2941cc4bbb9519d3e0115d5 + internalID: 1820692465 + vertices: [] + indices: + edges: [] + weights: [] outline: [] physicsShape: [] bones: [] @@ -126,7 +1977,94 @@ TextureImporter: edges: [] weights: [] secondaryTextures: [] - nameFileIdTable: {} + nameFileIdTable: + inventory_chopped_29: -3907015 + inventory_chopped_25: -1931303297 + inventory_chopped_3: 1074837075 + inventory_chopped_46: 1137122925 + inventory_chopped_22: 66022931 + inventory_chopped_84: -1635184301 + inventory_chopped_73: -945459509 + inventory_chopped_68: 1091433341 + inventory_chopped_17: -1883737749 + inventory_chopped_77: 879242529 + inventory_chopped_1: 881887151 + inventory_chopped_74: -10538266 + inventory_chopped_36: -976873354 + inventory_chopped_23: 117996605 + inventory_chopped_20: 1758119870 + inventory_chopped_10: 1228958328 + inventory_chopped_4: -174071933 + inventory_chopped_83: -2053085768 + inventory_chopped_12: -2035522959 + inventory_chopped_44: 669324310 + inventory_chopped_0: -1340779489 + inventory_chopped_67: 322035042 + inventory_chopped_69: 1772999660 + inventory_chopped_63: -2085325336 + inventory_chopped_43: -343131898 + inventory_chopped_57: -832217310 + inventory_chopped_35: 836200400 + inventory_chopped_45: 505098718 + inventory_chopped_64: 1856141730 + inventory_chopped_82: 1932364625 + inventory_chopped_54: 1078702637 + inventory_chopped_26: 1632695677 + inventory_chopped_16: 2093338325 + inventory_chopped_51: -1461958123 + inventory_chopped_41: -15578154 + inventory_chopped_60: 728527482 + inventory_chopped_33: 1224483494 + inventory_chopped_11: 338550711 + inventory_chopped_76: 232124210 + inventory_chopped_31: -864259822 + inventory_chopped_71: -1965135837 + inventory_chopped_37: -1819278070 + inventory_chopped_9: 2059489350 + inventory_chopped_52: -493716296 + inventory_chopped_62: 1208833381 + inventory_chopped_70: 1033872167 + inventory_chopped_78: 2103477807 + inventory_chopped_14: 322101221 + inventory_chopped_13: -1776789729 + inventory_chopped_56: 584213856 + inventory_chopped_40: 2014073474 + inventory_chopped_7: 2129895590 + inventory_chopped_5: -1418869383 + inventory_chopped_8: 1462344587 + inventory_chopped_80: 1627085308 + inventory_chopped_2: 1058842472 + inventory_chopped_15: -1650975974 + inventory_chopped_55: -1025006054 + inventory_chopped_66: 1944943268 + inventory_chopped_21: 236117771 + inventory_chopped_48: 1468287281 + inventory_chopped_61: 485253988 + inventory_chopped_75: 1756940956 + inventory_chopped_28: 1460874095 + inventory_chopped_81: -1038501091 + inventory_chopped_79: -2002813639 + inventory_chopped_86: 1820692465 + inventory_chopped_39: 115094433 + inventory_chopped_18: -1238491914 + inventory_chopped_47: 1524685460 + inventory_chopped_59: 407800830 + inventory_chopped_32: -1917009078 + inventory_chopped_72: -1063632823 + inventory_chopped_50: -1489403666 + inventory_chopped_85: 920833958 + inventory_chopped_53: -1387147942 + inventory_chopped_38: 1175160595 + inventory_chopped_58: 1453544788 + inventory_chopped_30: 2019545285 + inventory_chopped_6: -1459691987 + inventory_chopped_42: 1074479762 + inventory_chopped_34: 415118142 + inventory_chopped_19: -1690944325 + inventory_chopped_49: 1178486850 + inventory_chopped_27: -845970946 + inventory_chopped_24: 1147132218 + inventory_chopped_65: 1957787177 spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 diff --git a/Assets/Sprites/characters/hair/buzzcut.png.meta b/Assets/Sprites/characters/hair/buzzcut.png.meta index abc50b5..0089d8f 100644 --- a/Assets/Sprites/characters/hair/buzzcut.png.meta +++ b/Assets/Sprites/characters/hair/buzzcut.png.meta @@ -42,12 +42,12 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 + spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 @@ -113,6 +113,30 @@ TextureImporter: overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 2b684eb..de42837 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -269,7 +269,99 @@ PlayerSettings: AndroidValidateAppBundleSize: 1 AndroidAppBundleSizeToValidate: 150 m_BuildTargetIcons: [] - m_BuildTargetPlatformIcons: [] + m_BuildTargetPlatformIcons: + - m_BuildTarget: Android + m_Icons: + - m_Textures: [] + m_Width: 432 + m_Height: 432 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 324 + m_Height: 324 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 216 + m_Height: 216 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 162 + m_Height: 162 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 108 + m_Height: 108 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 81 + m_Height: 81 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 0 + m_SubKind: m_BuildTargetBatching: [] m_BuildTargetShaderSettings: [] m_BuildTargetGraphicsJobs: [] diff --git a/ProjectSettings/ShaderGraphSettings.asset b/ProjectSettings/ShaderGraphSettings.asset new file mode 100644 index 0000000..9b28428 --- /dev/null +++ b/ProjectSettings/ShaderGraphSettings.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3} + m_Name: + m_EditorClassIdentifier: + customInterpolatorErrorThreshold: 32 + customInterpolatorWarningThreshold: 16