Exide / top-down-arena-shooter

MIT License
0 stars 0 forks source link

Provide a way to author levels #52

Closed Exide closed 6 years ago

Exide commented 6 years ago

Right now levels are automatically generated when the server starts up. This is good but I would also like the ability to define a level in a file and load it in on startup.

This would be useful for integration/performance/etc testing (i.e. anything that requires a static environment).