Minor improvements
This commit is contained in:
parent
ebabaf6ee5
commit
f7d24a22b6
4 changed files with 17 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue