tweak: update the default visualisation sizes as they are quite small

This commit is contained in:
Sekwah 2024-12-12 12:23:11 +00:00
parent 0d645e61a7
commit 62d48e2cbc

View File

@ -24,9 +24,9 @@ public class Config {
public boolean disablePhysicsEvents = true;
public int maxPortalVisualisationSize = 200;
public int maxPortalVisualisationSize = 1000;
public int maxSelectionVisualisationSize = 1000;
public int maxSelectionVisualisationSize = 9000;
public double throwbackStrength = 0.7;