more interesting splash screen wip

This commit is contained in:
minjaesong
2026-04-06 02:05:05 +09:00
parent 281146dd92
commit f3fb8a96f0
5 changed files with 79 additions and 2 deletions

View File

@@ -946,6 +946,9 @@ public class App implements ApplicationListener {
logoBatch.end();
// draw loading bar and subtitle
SplashScreen.render(logoBatch, camera);
// draw health messages
if (getConfigBoolean("showhealthmessageonstartup")) {
logoBatch.setShader(null);