update itemDescription

This commit is contained in:
Anthony Calosa
2023-02-26 08:22:53 +08:00
parent 0663c43599
commit 3c6fb8fff2

View File

@@ -230,6 +230,7 @@ public class InventoryScene extends UIScene {
}
}
itemDescription.setText(data.name+"\n"+data.getDescription());
itemDescription.layout();
}