adjusting disposing behavs so that we can go back and forth the ingame and titlescr

This commit is contained in:
minjaesong
2019-01-31 00:12:38 +09:00
parent 1475fa08dc
commit b3e323965f
12 changed files with 62 additions and 49 deletions

View File

@@ -105,7 +105,7 @@ class UIItemInventoryCatBar(
private val highlighterYPos = catIcons.tileH + 4f
private var highlighterMoving = false
private val highlighterMoveDuration: Second = 0.1f
private val highlighterMoveDuration: Second = 0.15f
private var highlighterMoveTimer: Second = 0f
private var transitionFired = false