water buckets

This commit is contained in:
minjaesong
2024-09-14 20:02:26 +09:00
parent 1924ed1fbc
commit 35bec7bc26
11 changed files with 153 additions and 34 deletions

View File

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