metals to their own sprite sheet

This commit is contained in:
minjaesong
2024-09-15 16:01:12 +09:00
parent 9520b5985f
commit 180cf217f8
9 changed files with 193 additions and 179 deletions

View File

@@ -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()