asset archiving wip

This commit is contained in:
minjaesong
2026-02-20 10:39:53 +09:00
parent 04b49b8a5c
commit 7c8baa151f
49 changed files with 193 additions and 101 deletions

View File

@@ -22,16 +22,16 @@ object CommonResourcePool {
init {
addToLoadingList("itemplaceholder_16") {
TextureRegion(Texture("assets/item_kari_16.tga")).also { it.flip(false, false) }
TextureRegion(Texture(AssetCache.getFileHandle("item_kari_16.tga"))).also { it.flip(false, false) }
}
addToLoadingList("itemplaceholder_24") {
TextureRegion(Texture("assets/item_kari_24.tga")).also { it.flip(false, false) }
TextureRegion(Texture(AssetCache.getFileHandle("item_kari_24.tga"))).also { it.flip(false, false) }
}
addToLoadingList("itemplaceholder_32") {
TextureRegion(Texture("assets/item_kari_32.tga")).also { it.flip(false, false) }
TextureRegion(Texture(AssetCache.getFileHandle("item_kari_32.tga"))).also { it.flip(false, false) }
}
addToLoadingList("itemplaceholder_48") {
TextureRegion(Texture("assets/item_kari_48.tga")).also { it.flip(false, false) }
TextureRegion(Texture(AssetCache.getFileHandle("item_kari_48.tga"))).also { it.flip(false, false) }
}
/*addToLoadingList("test_texture") {
TextureRegion(Texture("assets/test_texture.tga")).also { it.flip(false, false) }