did i really spend less than an hour working on this game over the course of an entire week? yes!
This commit is contained in:
parent
b842289076
commit
4a80a6ed0f
10 changed files with 113 additions and 1 deletions
22
Assets/Prefabs/CraftItemTest.asset
Normal file
22
Assets/Prefabs/CraftItemTest.asset
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
%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: a100b9e8279440fd88e58bae66ffb885, type: 3}
|
||||
m_Name: CraftItemTest
|
||||
m_EditorClassIdentifier: Assembly-CSharp::Item
|
||||
itemName: Brick
|
||||
description:
|
||||
icon: {fileID: 0}
|
||||
requiredMaterials:
|
||||
- item: {fileID: 11400000, guid: eaef781da6195e1a491978951b17d3b8, type: 2}
|
||||
amount: 1
|
||||
craftedAmount: 1
|
||||
value: 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue