evennia.contrib.grid.xyzgrid.prototypes¶
Default prototypes for building the XYZ-grid into actual game-rooms.
Add this to mygame/conf/settings/settings.py:
PROTOTYPE_MODULES += [‘evennia.contrib.grid.xyzgrid.prototypes’]
The prototypes can then be used in mapping prototypes as
{‘prototype_parent’: ‘xyz_room’, …}
and/or
{‘prototype_parent’: ‘xyz_exit’, …}