mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
metals to their own sprite sheet
This commit is contained in:
@@ -30,6 +30,9 @@ class EntryPoint : ModuleEntryPoint() {
|
||||
CommonResourcePool.addToLoadingList("$moduleName.buckets") {
|
||||
ItemSheet(ModMgr.getGdxFile(moduleName, "items/buckets.tga"))
|
||||
}
|
||||
CommonResourcePool.addToLoadingList("$moduleName.metals") {
|
||||
ItemSheet(ModMgr.getGdxFile(moduleName, "items/metals.tga"))
|
||||
}
|
||||
CommonResourcePool.loadAll()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user