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:
Sylvia 2026-08-28 23:30:08 -07:00
parent b842289076
commit 4a80a6ed0f
10 changed files with 113 additions and 1 deletions

View 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

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b5a9cd50157e32c4a92e98bd9a922076
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View file

@ -15,3 +15,6 @@ MonoBehaviour:
itemName: Water
description: h2o
icon: {fileID: 0}
requiredMaterials: []
craftedAmount: 1
value: 0