Consistent SYSTEMS
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
class_name Recipe extends Node
|
||||
|
||||
@export var title:String = ""
|
||||
enum Type {
|
||||
BAKED_SWEET_POTATO,
|
||||
}
|
||||
|
||||
@export_multiline var title:String = ""
|
||||
@export var type:Type = Type.BAKED_SWEET_POTATO
|
||||
@export var ingredients:Array[ItemResource] = []
|
||||
@export var outputs:Array[ItemResource] = []
|
||||
|
||||
|
Reference in New Issue
Block a user