Merge master into map_generation, there were some commit behind

This commit is contained in:
Yohann D'ANELLO
2020-12-11 02:17:00 +01:00
parent 7db2dd2b46
commit 8751120fe1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
from enum import auto, Enum
from random import choice, random, randint
from dungeonbattle.interfaces import Map, Tile
from ..interfaces import Map, Tile
DEFAULT_PARAMS = {"split_chance" : .15,