Skip to content

Commit

Permalink
Basic Item with new scripts and changes to Movables system (#10)
Browse files Browse the repository at this point in the history
* Basic barrel storage system.

* Automatic layer set for tools

* You can no longer place two items in the same placeholder

* Draggables cam be thrown

---------

Co-authored-by: Bartosz Wójcik <bartoszw004@gmail.com>
  • Loading branch information
vLesio and TheVTV authored Feb 11, 2024
1 parent 9c4bf51 commit 5da8aec
Show file tree
Hide file tree
Showing 29 changed files with 877 additions and 448 deletions.
8 changes: 8 additions & 0 deletions Assets/Art/Sprites/Items.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Art/Sprites/Items/slod-jeczmienny_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions Assets/Art/Sprites/Items/slod-jeczmienny_100.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 59070be403ff4283a4f72ef84f4e8879, type: 3}
m_Name: DummyItem
m_Name: DummyItem 1
m_EditorClassIdentifier:
type: 0
itemName: Dummy Item
Expand Down
8 changes: 8 additions & 0 deletions Assets/Resources/Items/DummyItem 1.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Resources/Items/Ingredients.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Assets/Resources/Items/Ingredients/Barley Malt.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
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: 59070be403ff4283a4f72ef84f4e8879, type: 3}
m_Name: Barley Malt
m_EditorClassIdentifier:
type: 1
itemName: Barley Malt
description: Basic ingredient
prefab: {fileID: 0}
uiImage: {fileID: 21300000, guid: aeb3abb4c2106bb42b5317b0c9b3ee06, type: 3}
File renamed without changes.
Loading

0 comments on commit 5da8aec

Please sign in to comment.