update dotd.js

This commit is contained in:
lee2sman 2021-03-28 14:34:41 -04:00
parent 653d9b2a95
commit f49d77381b
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ let grab = () => {
//---------------CREATE DUNGEON -----------------------------------
let createDungeon = () => {
dungeon = Array.from(Array(height), () => new Array(width))
}
//---------------CREATE PLAYER ----------------------------------