Skip to content

Commit

Permalink
Change the default legal move shape from dots to squares
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviary2 committed Nov 17, 2024
1 parent f6f96d3 commit ddc22bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/scripts/esm/components/header/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import docutil from "../../util/docutil.js";
let preferences; // { theme, legal_moves }

// The legal moves shape preference
const default_legal_moves = 'dots';
const default_legal_moves = 'squares'; // dots/squares
const default_perspective_sensitivity = 100;
const default_perspective_fov = 90;

Expand Down

0 comments on commit ddc22bc

Please sign in to comment.