Reduce Easy-mode water gap widths significantly
This commit is contained in:
parent
50671b483f
commit
2377d4fa71
@ -149,7 +149,7 @@ function getMaxHearts(accessMode) {
|
|||||||
|
|
||||||
function getWaterGaps(difficulty) {
|
function getWaterGaps(difficulty) {
|
||||||
if (difficulty !== 'easy') return baseWaterGaps;
|
if (difficulty !== 'easy') return baseWaterGaps;
|
||||||
return baseWaterGaps.map((gap) => ({ ...gap, width: Math.round(gap.width * 0.74) }));
|
return baseWaterGaps.map((gap) => ({ ...gap, width: Math.round(gap.width * 0.5) }));
|
||||||
}
|
}
|
||||||
|
|
||||||
function getNextDifficulty(difficulty) {
|
function getNextDifficulty(difficulty) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user