dashDistance
This commit is contained in:
@@ -28,7 +28,7 @@ class DashBoard extends EventManager {
|
|||||||
dash.renderOrder = 1000;
|
dash.renderOrder = 1000;
|
||||||
const k = 3.11;
|
const k = 3.11;
|
||||||
const dashWidth = engine.aspect * k, dashHeight = k;
|
const dashWidth = engine.aspect * k, dashHeight = k;
|
||||||
const dashDistance = -0.2;
|
const dashDistance = 0;
|
||||||
|
|
||||||
this.width = dashWidth;
|
this.width = dashWidth;
|
||||||
this.height = dashHeight;
|
this.height = dashHeight;
|
||||||
|
|||||||
Reference in New Issue
Block a user