From 978853ccab4520d19d0e732f12f119a606d23e8f Mon Sep 17 00:00:00 2001 From: BHAKTISHAH Date: Fri, 30 Jun 2023 23:28:14 -0400 Subject: [PATCH] scale update --- src/constants/variableconsts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/variableconsts.ts b/src/constants/variableconsts.ts index 0a52567..8558685 100644 --- a/src/constants/variableconsts.ts +++ b/src/constants/variableconsts.ts @@ -46,7 +46,7 @@ export let CANVAS_WIDTH = 500; export let CANVAS_HEIGHT = 500; // SCALE = size of base square, ideally do not go below 100 or it'll be too small -export let SCALE = 1000; +export let SCALE = 100; export let LINE_WIDTH = SCALE / 200; export let BASE_SIZE = 1 * SCALE; export let PAD_SIZE = 0.1 * SCALE;