buildingmaker resurrection wip

This commit is contained in:
minjaesong
2023-10-14 18:42:06 +09:00
parent 3c79586410
commit 228c9b8127
6 changed files with 53 additions and 28 deletions

View File

@@ -127,9 +127,9 @@ object SanicLoadScreen : LoadScreenBase() {
// draw colour overlay, flipped
it.draw(textOverlayTex,
(textFbo.width - textWidth) / 2f,
App.fontGame.lineHeight,
0f,
textWidth,
-App.fontGame.lineHeight
App.fontGame.lineHeight
)
}
}
@@ -155,7 +155,7 @@ object SanicLoadScreen : LoadScreenBase() {
// --> original text
if (genuineSonic) {
it.color = Color.WHITE
it.draw(textTex, textX, glideDispY - 2f)
it.draw(textTex, textX, glideDispY - 2f + textTex.height, textTex.width.toFloat(), -textTex.height.toFloat())
}
// --> ghost