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