diff --git a/src/jugando.ts b/src/jugando.ts index 95d55d9..2545a89 100644 --- a/src/jugando.ts +++ b/src/jugando.ts @@ -13,7 +13,7 @@ import { import * as welcome from "./welcome"; const ENEMIES_NUM = 12; -const SEED_COOLDOWN = 300; +const SEED_COOLDOWN = 150; const MAP_MIN = 1000; const MAP_MAX = 10000; const MAP_SIZE = MAP_MAX - MAP_MIN;