Avoid using sleep in main loop, separate update/render times

This commit is contained in:
Pazaz 2022-04-23 03:07:13 -04:00
parent 79fdaf96f8
commit ed473ddd96
8 changed files with 39 additions and 23 deletions

View file

@ -40,4 +40,6 @@ public class GlobalConfig {
//endregion
public static boolean ANIMATED_SD_BACKGROUND = true;
public static boolean USE_TWEENING = true;
}