Skip to content

Commit

Permalink
reduced the gravity plains division from 10 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Feb 27, 2022
1 parent 694ab6b commit a98f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/alias-nightmare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const generate = async (config) => {
),

(mapData) => {
const divider = 10;
const divider = 4;
for (let x = 0; x < divider; x++) {
for (let y = 0; y < divider; y++) {
setPolygonGroup(`gravity-${x}-${y}`)(mapData);
Expand Down

0 comments on commit a98f4a7

Please sign in to comment.