Basic recipe
This commit is contained in:
parent
4bae29f29f
commit
11d928c4f3
9 changed files with 59 additions and 1 deletions
6
scripts/recipe/recipe.gd
Normal file
6
scripts/recipe/recipe.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Resource
|
||||
|
||||
class_name Recipe
|
||||
|
||||
@export var ingridients : Array[RecipePart]
|
||||
@export var result : RecipePart
|
Loading…
Add table
Add a link
Reference in a new issue