mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
fix: hyphenated slug would not contract
This commit is contained in:
@@ -332,7 +332,7 @@ class FlippingSpriteBatch(size: Int = 1000) : SpriteBatch(size) {
|
||||
}
|
||||
|
||||
lateinit var appConfig: Lwjgl3ApplicationConfiguration
|
||||
const val TEXW = 800
|
||||
const val TEXW = 480 + 48
|
||||
const val TEXH = 24 * 170
|
||||
|
||||
const val WIDTH = TEXW
|
||||
|
||||
Reference in New Issue
Block a user