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

@@ -855,7 +855,7 @@ open class GameWorld(
layerFluids.unsafeSetTile(x, y, fluidNumber, fill)
}
else {
layerFluids.unsafeSetTile(x, y, fluidNumber, 0f)
layerFluids.unsafeSetTile(x, y, tileNameToNumberMap[Fluid.NULL]!!, 0f)
}