Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class_name ItemLine extends HBoxContainer
|
||||
|
||||
func setStack(stack:ItemStack) -> void:
|
||||
$ItemName.text = Item.getItemName(stack.type, 1)
|
||||
$ItemName.text = ITEM.getItemName(stack.type, 1)
|
||||
$ItemQuantity.text = str(stack.quantity)
|
||||
|
Reference in New Issue
Block a user