bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Return error on infinite map #32

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

Not going to support infinite maps until a later version, should return an error if a map read is infinite.

Do this by checking the properties on map. If infinite is not 0, return an error

bcvery1 commented 5 years ago

This will need a test adding, including an additional test asset which is an infinite map

bcvery1 commented 5 years ago

Code pushed - test still needed