Bombfuse / emerald

A 2D rust game engine focused on portability.
MIT License
558 stars 16 forks source link

Barebones Tilemap component implementation #164

Closed Bombfuse closed 2 years ago

Bombfuse commented 2 years ago

In the future, will add an AutoTilemap, that builds on top of this.

Will additionally add physics to Tilemap in the future, allowing the user to define colliders for their tiles. Colliders that share vertices will be baked into a single surface.