From fbcb0f59e9d55f6bd4dbffb5e0fdafe15266b9c9 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 6 Jul 2021 21:58:10 +0000 Subject: [PATCH] Reducir delay entre semillas --- src/jugando.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;