halftheopposite / TOSIOS

The Open-Source IO Shooter is an open-source multiplayer game in the browser
MIT License
375 stars 78 forks source link

Implement TMX support for maps #14

Closed halftheopposite closed 4 years ago

halftheopposite commented 4 years ago

This PR introduces massing changes on how maps are created and parsed.

It takes advantage of the TMX format to create powerful maps composed of animations and different layers. It also simplifies how collisions and players spawn points are calculated.

To do: