oops walls were too light

This commit is contained in:
minjaesong
2021-07-29 17:41:10 +09:00
parent 0e3bfbb782
commit 4f52b26590

View File

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