less fancy inventory transition WIP

This commit is contained in:
minjaesong
2020-08-22 18:23:17 +09:00
parent ba424accf2
commit dd1989320d
24 changed files with 153 additions and 132 deletions

View File

@@ -15,10 +15,10 @@ import kotlin.math.roundToInt
*/
class UIItemToggleButton(
parent: UICanvas,
override var posX: Int,
override var posY: Int,
initialX: Int,
initialY: Int,
private var status: Boolean = false
) : UIItem(parent) {
) : UIItem(parent, initialX, initialY) {
init {
CommonResourcePool.addToLoadingList("ui_item_toggler_base") {