Quickbar: all working except for equip/unequip

This commit is contained in:
Song Minjae
2017-04-28 01:48:51 +09:00
parent 26cbe6970a
commit a7dea93744
8 changed files with 106 additions and 73 deletions

View File

@@ -87,7 +87,7 @@ class UIPieMenu : UICanvas {
itemImage, // using fixed CELL_SIZE for reasons
slotX + (CELL_SIZE - itemW) / 2f,
slotY + (CELL_SIZE - itemH) / 2f,
Color(1f, 1f, 1f, handler!!.opacity * UIQuickBar.finalOpacity)
Color(1f, 1f, 1f, handler!!.opacity)
)
}
}