Skip to content

Commit

Permalink
update cols and rows
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeedr committed Jun 19, 2023
1 parent 1e8a08a commit 5dfbc5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const canvasSettings = {
};

export const userSettings = {
cols: 180,
rows: 180,
cols: 150,
rows: 150,
size: 0.85,
position: 0.5,
roundSize: readRoundSize(),
Expand Down

0 comments on commit 5dfbc5c

Please sign in to comment.