more flexible blockbox definition and their utilisation

This commit is contained in:
minjaesong
2024-10-04 01:22:45 +09:00
parent 0e58879216
commit af0be41a82
10 changed files with 61 additions and 72 deletions

View File

@@ -48,7 +48,8 @@ class UIQuickslotBar : UICanvas() {
const val SLOT_COUNT = 10
const val DISPLAY_OPACITY = 0.92f
const val COMMON_OPEN_CLOSE = 0.12f
val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0xde4185ff.toInt())
// val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0xdb6f00ff.toInt())
val QUICKSLOT_ITEMCOUNT_TEXTCOL = Color(0x0099bbff.toInt())
}