zooming properly with z key (with some async artefacts)

This commit is contained in:
minjaesong
2019-08-11 21:33:12 +09:00
parent b63bf88cd7
commit d8d095c0a2
4 changed files with 132 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
private lateinit var uiBasicInfo: UICanvas
private lateinit var uiWatchTierOne: UICanvas
/** For in-world text overlays? e.g. cursor on the ore block and tooltip will say "Malachite" or something */
private lateinit var uiTooltip: UITooltip
lateinit var uiCheatMotherfuckerNootNoot: UICheatDetected
@@ -370,6 +371,7 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
uiQuickBar,
uiBasicInfo,
uiWatchTierOne,
UIScreenZoom(),
uiTooltip
// drawn last
)