Recipe prep

This commit is contained in:
2025-05-20 15:19:43 -05:00
parent 8311d7c68f
commit 7b92b11696
17 changed files with 40 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
@tool
class_name Recipe extends Node
@export var recipeName:String = ""
@export var ingredients:Array[RecipeIngredient] = []
func test():
print("test")