prog
This commit is contained in:
@@ -18,9 +18,9 @@ func start() -> void:
|
||||
var text:String = "";
|
||||
match getType:
|
||||
GetType.FOUND:
|
||||
text = "Found " + str(quantity) + " " + Item.getName(itemType, quantity) + ".";
|
||||
text = "Found " + str(quantity) + " " + Item.getItemName(itemType, quantity) + ".";
|
||||
GetType.GIVEN:
|
||||
text = "Received " + str(quantity) + " " + Item.getName(itemType, quantity) + ".";
|
||||
text = "Received " + str(quantity) + " " + Item.getItemName(itemType, quantity) + ".";
|
||||
_:
|
||||
pass
|
||||
VN.getTextbox().setText(text);
|
||||
|
Reference in New Issue
Block a user