This commit is contained in:
minjaesong
2021-02-11 20:45:38 +09:00
parent 8fdc11288c
commit 9eb757b7b9
29 changed files with 199 additions and 281 deletions

View File

@@ -27,13 +27,13 @@ object FeaturesDrawer {
var colTemp: Int = 0
private set
private val TILES_COLD = intArrayOf(
private val TILES_COLD = arrayOf(
Block.ICE_MAGICAL
, Block.ICE_FRAGILE
, Block.ICE_NATURAL
, Block.SNOW)
private val TILES_WARM = intArrayOf(
private val TILES_WARM = arrayOf(
Block.SAND_DESERT
, Block.SAND_RED)