Skip to content

Commit

Permalink
Set default cell-wall ratio to 5
Browse files Browse the repository at this point in the history
It looks prettier
  • Loading branch information
imericxu committed Jul 10, 2024
1 parent bafd70a commit d4dba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MazeDrawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class MazeDrawer {
zoomLevel: [0.25, 0.5, 1],
} as const;
public static readonly DEFAULT_VALUES = {
cellWallRatio: 4,
cellWallRatio: 5,
zoomLevel: 1,
} as const;

Expand Down

0 comments on commit d4dba25

Please sign in to comment.