Parallaxes

This commit is contained in:
Daniel Mills 2020-01-21 18:50:17 -05:00
parent c212bc294b
commit fa1d2416e0

View File

@ -12,7 +12,7 @@ public class Settings
public static class PerformanceSettings public static class PerformanceSettings
{ {
public PerformanceMode performanceMode = PerformanceMode.DOUBLE_CPU; public PerformanceMode performanceMode = PerformanceMode.DOUBLE_CPU;
public ObjectMode objectMode = ObjectMode.NONE; public ObjectMode objectMode = ObjectMode.PARALLAX;
public boolean fastMode = false; public boolean fastMode = false;
public int threadPriority = Thread.MAX_PRIORITY; public int threadPriority = Thread.MAX_PRIORITY;
public int threadCount = 4; public int threadCount = 4;