fix: bad spawn pos for fixtures with spawn offsets

This commit is contained in:
minjaesong
2024-10-07 01:06:30 +09:00
parent 02db6b8fed
commit 253ca85790
2 changed files with 33 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ class UIQuickslotBar : UICanvas() {
const val COMMON_OPEN_CLOSE = 0.12f
// val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0xdb6f00ff.toInt())
// val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0x0099bbff.toInt())
val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0xce773bff.toInt())
val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0xc36f37ff.toInt())
}