mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 01:54:04 +09:00
partial translations for 32bit warning
This commit is contained in:
@@ -337,6 +337,7 @@ class TitleScreen(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
batch.color = Color.WHITE
|
||||
|
||||
if (App.is32BitJVM && uiRemoCon.currentRemoConContents.parent == null) {
|
||||
// if (uiRemoCon.currentRemoConContents.parent == null) {
|
||||
val linegap = 4
|
||||
val imgTxtGap = 10
|
||||
val yoff = App.scr.height - App.scr.tvSafeGraphicsHeight - 64 - (3*(20+linegap)) - imgTxtGap - 9
|
||||
|
||||
Reference in New Issue
Block a user