adding ore textures to the atlas

This commit is contained in:
minjaesong
2023-10-10 01:20:04 +09:00
parent 23c445f014
commit 8f1ca485f6
2 changed files with 51 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ open class GameWorld(
val layerOres = HashedOres() // damage to the block follows `terrainDamages`
val wallDamages = HashArray<Float>()
val terrainDamages = HashArray<Float>()
val layerFluids = HashedFluidTypeAndFills();
val layerFluids = HashedFluidTypeAndFills()