mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 21:07:09 +01:00
-Added Items
-Added item stacking -adding and removing items
This commit is contained in:
21
Assets/Scripts/Inventory/Items/Tomato.asset
Normal file
21
Assets/Scripts/Inventory/Items/Tomato.asset
Normal file
@@ -0,0 +1,21 @@
|
||||
%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: 0f6fecdcda7efd84baa350f4c41432a6, type: 3}
|
||||
m_Name: Tomato
|
||||
m_EditorClassIdentifier:
|
||||
name: Tomato
|
||||
id: 1
|
||||
isStackable: 1
|
||||
sprite: {fileID: 21300000, guid: 5ee3152fa9663e94092921b0bd6b4821, type: 3}
|
||||
health: 15
|
||||
water: 10
|
||||
regeneration: 2
|
||||
Reference in New Issue
Block a user