Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -4,7 +4,7 @@ enum Type {
|
||||
Item,
|
||||
}
|
||||
|
||||
@export var objectiveName:String = "Some objective"
|
||||
@export var title:String = ""
|
||||
@export var objectiveType:Type = Type.Item
|
||||
|
||||
@export var itemType:Item.Type = Item.Type.POTION
|
||||
|
Reference in New Issue
Block a user