mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
unloading test_texture
This commit is contained in:
@@ -33,9 +33,9 @@ object CommonResourcePool {
|
|||||||
addToLoadingList("itemplaceholder_48") {
|
addToLoadingList("itemplaceholder_48") {
|
||||||
TextureRegion(Texture("assets/item_kari_48.tga")).also { it.flip(false, false) }
|
TextureRegion(Texture("assets/item_kari_48.tga")).also { it.flip(false, false) }
|
||||||
}
|
}
|
||||||
addToLoadingList("test_texture") {
|
/*addToLoadingList("test_texture") {
|
||||||
TextureRegion(Texture("assets/test_texture.tga")).also { it.flip(false, false) }
|
TextureRegion(Texture("assets/test_texture.tga")).also { it.flip(false, false) }
|
||||||
}
|
}*/
|
||||||
loadAll()
|
loadAll()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user