mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
fix: bad spawn pos for fixtures with spawn offsets
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user