Skip to content

Commit

Permalink
fix(templates): replace perlin with simplex as the default override.c…
Browse files Browse the repository at this point in the history
…fg (#5035)
  • Loading branch information
keturn authored Jun 4, 2022
1 parent 114f175 commit a24c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/override.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"defaultGameplayModuleName": "CoreSampleGameplay"
},
"worldGeneration": {
"defaultGenerator": "CoreWorlds:facetedperlin"
"defaultGenerator": "CoreWorlds:facetedsimplex"
}
}

0 comments on commit a24c07d

Please sign in to comment.