Improve brush
This commit is contained in:
parent
b3d9229af5
commit
780388d74b
5 changed files with 76 additions and 66 deletions
|
|
@ -1,5 +1,7 @@
|
|||
export interface GameLoopSettings {
|
||||
agentCount: number;
|
||||
renderSpeed: number;
|
||||
startingRadius: number;
|
||||
|
||||
renderSpeed: number;
|
||||
simulatedDelayMs: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue