quizzlesticks / JavascriptGames

0 stars 1 forks source link

Remove MapManager.draw safety statements #20

Open quizzlesticks opened 3 years ago

quizzlesticks commented 3 years ago

During development we don't have all the tile spritesheets so some of the regions filenames are not defined. We check if a region has a defined filename before drawing because of this. Once all the regions have tiles we can remove this check.