ftsf / nico

a Game Framework in Nim inspired by Pico-8.
MIT License
630 stars 36 forks source link

add loadMap layer selection #57

Closed jorisbontje closed 3 years ago

jorisbontje commented 3 years ago

This allows loading Tiled maps from a layer besides the first into another map index. This is useful when working with maps with multiple layers (e.g. roads) without having to split those up into multiple separate maps to be able to load.

ftsf commented 3 years ago

this feature is now included