graphics config panel; titlescreen no longer updates every single popup ui it contains

This commit is contained in:
minjaesong
2021-10-06 14:16:38 +09:00
parent fb13922ad9
commit 5e867f7db3
10 changed files with 213 additions and 127 deletions

View File

@@ -20,7 +20,7 @@ class UIKeyboardControlPanel : UICanvas() {
init {
CommonResourcePool.addToLoadingList("inventory_category") {
TextureRegionPack("./assets/graphics/gui/inventory/category.tga", 20, 20)
TextureRegionPack("assets/graphics/gui/inventory/category.tga", 20, 20)
}
CommonResourcePool.loadAll()
}