Skip to content

Commit

Permalink
Now that it is faster, let's up the default lookback.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 26, 2024
1 parent afd2682 commit 08b706d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitterra",
"version": "1.2.1",
"version": "1.2.2",
"description": "A git-based game running in CI/CD and played by coding",
"main": "src/generateMap.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/gameConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import clusterize from "./clusterizers/orderedFileTree.js";
export const defaultGameConfig = {
tileSet: novaTerraPrime,
minTiles: 10,
timelapseLookBackPerfRun: 20,
timelapseLookBackPerfRun: 200,
createTimelapse: false,
clusterize,
};
Expand Down

0 comments on commit 08b706d

Please sign in to comment.