Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class_name Recipe extends Node
|
||||
|
||||
@export var recipe_text:String = ""
|
||||
@export var title:String = ""
|
||||
@export var ingredients:Array[ItemResource] = []
|
||||
@export var outputs:Array[ItemResource] = []
|
||||
|
||||
|
Reference in New Issue
Block a user