accidentally pushed a test code

This commit is contained in:
minjaesong
2023-09-15 23:57:29 +09:00
parent c806d9a1da
commit 259806e636

View File

@@ -143,7 +143,7 @@ object WorldSimulator {
}
fun growOrKillGrass() {
repeat(200) {
repeat(2) {
val rx = rng.nextInt(updateXFrom, updateXTo + 1)
val ry = rng.nextInt(updateYFrom, updateYTo + 1)
val tile = world.getTileFromTerrain(rx, ry)