closing issue #39

This commit is contained in:
minjaesong
2021-07-29 12:56:25 +09:00
parent e19187eea9
commit 26ee7498e2
4 changed files with 15 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ class CreateTileAtlas {
private val TOTAL_TILES = TILES_IN_X * TILES_IN_X
val wallOverlayColour = Color(.65f, .65f, .65f, 1f)
val wallOverlayColour = Color(.8f, .8f, .8f, 1f)
lateinit var atlas: Pixmap
lateinit var atlasAutumn: Pixmap