partial translations for 32bit warning

This commit is contained in:
minjaesong
2021-10-05 22:48:02 +09:00
parent da81de6258
commit 907dc9a936
12 changed files with 46 additions and 12 deletions

View File

@@ -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