Recent versions of JS have added a Map() type to the global namespace. Unfortunately, since the Wowser map class is also named Map(), it's not possible to reference JS's Map() without using the rather kludgy workaround of window.Map()
Seeing as WorldHandler() is called WorldHandler(), could we change the Wowser map class to be WorldMap() ?
Recent versions of JS have added a
Map()
type to the global namespace. Unfortunately, since the Wowser map class is also namedMap()
, it's not possible to reference JS'sMap()
without using the rather kludgy workaround ofwindow.Map()
Seeing as
WorldHandler()
is calledWorldHandler()
, could we change the Wowser map class to beWorldMap()
?