Reducir delay entre semillas

This commit is contained in:
Nulo 2021-07-06 21:58:10 +00:00
parent 4d2742f9e5
commit fbcb0f59e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;