mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 12:57:08 +01:00
can interact if player has tool selected (in hand))
This commit is contained in:
20
Assets/Scripts/Inventory/Items/Tools/Stick.asset
Normal file
20
Assets/Scripts/Inventory/Items/Tools/Stick.asset
Normal file
@@ -0,0 +1,20 @@
|
||||
%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: c9a450f431b33414ab3a1f3b08250700, type: 3}
|
||||
m_Name: Stick
|
||||
m_EditorClassIdentifier:
|
||||
name: stick
|
||||
id: 10
|
||||
isStackable: 0
|
||||
sprite: {fileID: 21300000, guid: 8994265d0b3152b4cb238bdf03e8d440, type: 3}
|
||||
isSelected: 0
|
||||
toolType: 0
|
||||
Reference in New Issue
Block a user