loadscr texture stylised

This commit is contained in:
minjaesong
2023-10-31 15:37:43 +09:00
parent cbbe5d3e34
commit 15f27726b8
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ open class FancyWorldReadLoadScreen(screenToBeLoaded: IngameInstance, private va
val vtilesCount = worldheight / CHUNK_W
val tileSize = ((540 * ratio) / htilesCount).roundToInt() // (visible tilesize + gapSize)
val gapSize = if (tileSize >= 10) 2 else 1
val gapSize = 0//if (tileSize >= 10) 2 else 1
val visibleTileSize = tileSize - gapSize
val previewWidth = tileSize * htilesCount - gapSize
val previewHeight = tileSize * vtilesCount