This commit is contained in:
Anuken
2022-04-23 11:32:39 -04:00
parent 8b8ca85d96
commit 12eb2dec4e
3 changed files with 4 additions and 2 deletions

View File

@@ -92,8 +92,8 @@ public class MenuFragment{
Draw.color();
Draw.rect(logo, fx, fy, logow, logoh);
Fonts.def.setColor(Color.white);
Fonts.def.draw(versionText, fx, fy - logoh/2f, Align.center);
Fonts.outline.setColor(Color.white);
Fonts.outline.draw(versionText, fx, fy - logoh/2f - Scl.scl(2f), Align.center);
}).touchable = Touchable.disabled;
}