fixed a bug where hitbox of char/world selector is not changing when chat overlay is on

This commit is contained in:
minjaesong
2021-12-18 15:23:32 +09:00
parent 90197115d4
commit 07345e3128
24 changed files with 2774 additions and 18 deletions

View File

@@ -110,7 +110,7 @@ object IME {
val iconPixmap = Pixmap(Gdx.files.internal("assets/graphics/gui/ime_icons_by_language.tga"))
for (k in 0 until iconPixmap.height step 20) {
val langCode = StringBuilder()
for (c in 0 until 4) {
for (c in 0 until 20) {
val x = c
var charnum = 0
for (b in 0 until 7) {