calendar sprite removing a spring

This commit is contained in:
minjaesong
2023-08-13 15:36:24 +09:00
parent 24c971e4b8
commit 6a43d1a5bd
3 changed files with 5 additions and 4 deletions

View File

@@ -267,7 +267,8 @@ public class App implements ApplicationListener {
Gdx.gl20.glViewport(0, 0, width, height);
}
public static final float UPDATE_RATE = 1f / 64f; // apparent framerate will be limited by update rate
public static final int TICKS = 64;
public static final float UPDATE_RATE = 1f / TICKS; // apparent framerate will be limited by update rate
private static float loadTimer = 0f;
private static final float showupTime = 100f / 1000f;