The canvas scalar is very obviously 2.0 for some reason. Have been running the process continuously to match a plotter drawing that's happening right now.
This commit is contained in:
parent
1d3b6ac53e
commit
3dfd46bab0
|
@ -84,7 +84,7 @@ public class Config {
|
|||
|
||||
public int canvasWidth = 800;
|
||||
public int canvasHeight = 600;
|
||||
public float canvasScalar = 1.3;
|
||||
public float canvasScalar = 2.0;
|
||||
|
||||
public boolean display = true;
|
||||
public int windowWidth = 800;
|
||||
|
|
Loading…
Reference in New Issue