Minor improvements

This commit is contained in:
Andras Schmelczer 2023-05-27 20:40:17 +01:00
parent ebabaf6ee5
commit f7d24a22b6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 17 additions and 6 deletions

View file

@ -12,7 +12,7 @@ for (let i = 0; i < 100; i++) {
}
const colors = hues.map((hue) =>
hsl(hue, Random.randomBetween(80, 90), Random.randomBetween(20, 30))
hsl(hue, Random.randomBetween(90, 100), Random.randomBetween(20, 30))
);
export class GamePresentation {