This commit is contained in:
Andras Schmelczer 2026-05-09 22:27:51 +01:00
parent b1acdff594
commit 4e92913925
8 changed files with 743 additions and 124 deletions

View file

@ -1,8 +1,10 @@
export interface GameLoopSettings {
maxAgentCountUpperLimit: number;
agentBudgetMax: number;
agentCount: number;
renderSpeed: number;
simulatedDelayMs: number;
selectedColorIndex: number;
spawnPerPixel: number;
startColorHue: number;
}