Skip to content

Commit

Permalink
Merge pull request #16 from inQWIRE/bhakti-branch
Browse files Browse the repository at this point in the history
scale update
  • Loading branch information
bhaktishh authored Jul 1, 2023
2 parents 2f10b29 + 978853c commit b88c480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/variableconsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b88c480

Please sign in to comment.