This commit is contained in:
minjaesong
2021-09-06 17:51:11 +09:00
parent 1accf985e7
commit 169fad9563
3 changed files with 7 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ object PostProcessor : Disposable {
private val defaultResCol = Color(0x66ffff66)
private val safeAreaCol = Color(0xffffff66.toInt())
private val safeAreaCol2 = Color(0xffffff44.toInt())
private val currentResCol = Color(0xffffee44.toInt())
private val currentResCol = Color(0xfff066_88.toInt())
private val debugUI = BasicDebugInfoWindow()