quizzlesticks / JavascriptGames

0 stars 1 forks source link

Remove Map Generator dependency on canvas width and height #18

Open quizzlesticks opened 3 years ago

quizzlesticks commented 3 years ago

The map generation begins by depending on the canvas width and height. This makes sense for drawing but drawing is only a dev thing. Make it depend on a static 1000 by 800 size playing field or something.