mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Quick change to stop adding course markers as they are dynamic and add them in the previous way
This commit is contained in:
@@ -41,7 +41,7 @@ public class CanvasController {
|
|||||||
private GraphicsContext gc;
|
private GraphicsContext gc;
|
||||||
|
|
||||||
private final int MARK_SIZE = 10;
|
private final int MARK_SIZE = 10;
|
||||||
private final int BUFFER_SIZE = 150;
|
private final int BUFFER_SIZE = 50;
|
||||||
private final int CANVAS_WIDTH = 1000;
|
private final int CANVAS_WIDTH = 1000;
|
||||||
private final int CANVAS_HEIGHT = 1000;
|
private final int CANVAS_HEIGHT = 1000;
|
||||||
private final int LHS_BUFFER = BUFFER_SIZE;
|
private final int LHS_BUFFER = BUFFER_SIZE;
|
||||||
|
|||||||
Reference in New Issue
Block a user