A visually represented map to hold gadgets and for avatars to walk around in. Belongs to a space, gets built from a config. Has collision information for each tile.
document map config, link to docs
mixinPropertyObserver
Create new map based on configuration.
URL of the map (deprecated)
config to build a map from
remove url parameter
a key-value map of avatars, indexed by their ID
configuration details from which this map was built
list of gadgets in this space
likely this will change to Object<number, WaytaleGadget>
Check whether the tile at given location is walkable, i.e. no collision is defined for it.
tile position
A visually represented map to hold gadgets and for avatars to walk around in. Belongs to a space, gets built from a config. Has collision information for each tile.
Todo
document map config, link to docs
Mixes
mixinPropertyObserver