title screen fade-in transition

This commit is contained in:
minjaesong
2026-04-04 22:33:10 +09:00
parent 6118f30d5f
commit 73c7c8942e
4 changed files with 67 additions and 34 deletions

View File

@@ -900,7 +900,7 @@ public class App implements ApplicationListener {
logoBatch.end();
}
int logoPosX = (int)(logoPosX0 + Math.round(100 * Math.sin(GLOBAL_RENDER_TIMER / 50.0)));
int logoPosX = logoPosX0;//(int)(logoPosX0 + Math.round(100 * Math.sin(GLOBAL_RENDER_TIMER / 50.0)));
// draw logo reflection
logoBatch.setShader(shaderReflect);