jsrogue
jsrogue copied to clipboard
Minor issue in map.js
In the prototyping of getRandomFloorPosition the y value is calculated using this._width. Doesn't cause any issues with the tutorial, just useful fix in case someone scales their map wider.