Improve readability

This commit is contained in:
Andras Schmelczer 2022-09-26 12:23:56 +02:00
parent dc1a412396
commit a91e5322b0
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export class Background extends PageElement {
private static readonly minHeight = 360;
private static readonly maxHeight = 740;
private static readonly minBlobCount = 30;
private static readonly blobCountScaler = 0.1;
private static readonly blobCountScaler = 0.05;
private static readonly stableSeed = 50;
private random = new Random();