UNPKG
axolemma
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
A tool to procedurally generate areas compatible with the Ranvier MUD engine.
axolemma
/
src
/
map
/
index.js
5 lines
(3 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
5
const
Map2D
=
require
(
'./map2d'
)
const
Room
=
require
(
'./room'
)
module
.
exports
= {
Map2D
,
Room
}