Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Fixed name of sizeArea.js. #24

Closed natfarleydev closed 6 years ago

natfarleydev commented 6 years ago

There is a bug where dungeon.html references data/sizeArea.js but in the repo there is only data/SizeArea.js. This moves data/SizeArea.js -> data/sizeArea.js.