mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
title remocon: menu UI with no child should be displayed now
This commit is contained in:
@@ -10,6 +10,7 @@ import net.torvald.terrarum.gameworld.PairedMapLayer
|
||||
import net.torvald.terrarum.blockproperties.Block
|
||||
import net.torvald.terrarum.blockproperties.BlockCodex
|
||||
import net.torvald.terrarum.*
|
||||
import net.torvald.terrarum.AppLoader.printdbg
|
||||
import net.torvald.terrarum.ceilInt
|
||||
import net.torvald.terrarum.gameworld.fmod
|
||||
import net.torvald.terrarum.itemproperties.ItemCodex.ITEM_TILES
|
||||
@@ -780,7 +781,7 @@ internal object BlocksDrawer {
|
||||
oldScreenH = screenH
|
||||
|
||||
|
||||
println("[BlocksDrawerNew] Resize event")
|
||||
printdbg(this, "Resize event")
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ import com.badlogic.gdx.graphics.Texture
|
||||
import com.badlogic.gdx.graphics.g2d.SpriteBatch
|
||||
import net.torvald.terrarum.blockproperties.BlockCodex
|
||||
import com.jme3.math.FastMath
|
||||
import net.torvald.terrarum.AppLoader.printdbg
|
||||
import net.torvald.terrarum.Terrarum
|
||||
import net.torvald.terrarum.gameworld.GameWorld
|
||||
import net.torvald.terrarum.blockproperties.Block
|
||||
@@ -56,7 +57,7 @@ internal object LightmapRenderer {
|
||||
val overscan_opaque: Int = 8
|
||||
|
||||
init {
|
||||
println("[LightmapRenderer] Overscan open: $overscan_open; opaque: $overscan_opaque")
|
||||
printdbg(this, "Overscan open: $overscan_open; opaque: $overscan_opaque")
|
||||
}
|
||||
|
||||
// TODO resize(int, int) -aware
|
||||
@@ -607,7 +608,7 @@ internal object LightmapRenderer {
|
||||
|
||||
|
||||
|
||||
println("[LightmapRendererNew] Resize event")
|
||||
printdbg(this, "Resize event")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user