6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
export class GdSimulation {
|
|
stepsPerSecond = 30;
|
|
waveDuration = 15;
|
|
spawnDelay = 0.2;
|
|
}
|
|
//# sourceMappingURL=GdSimulation.js.map
|