Set up demo

This commit is contained in:
Andras Schmelczer 2023-05-31 22:22:43 +01:00
parent abf3803cdc
commit 8817e5b090
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
17 changed files with 189 additions and 145 deletions

View file

@ -4,8 +4,5 @@ export interface GameLoopSettings {
renderSpeed: number;
simulatedDelayMs: number;
spawnRadius: number;
spawnInterval: number;
startColorHue: number;
}