bcvery1 / tilepix

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

Get input by alternative methods #55

Open bcvery1 opened 5 years ago

bcvery1 commented 5 years ago

Currently all external data (images, tilesets etc) will be read from disk.

If a user wishes to use bindata for example (excellent package, highly recommended!), they will still need to separately distribute the tilesets and images.

Should expose a function to allow users to provide a function to use to get assets, which, if not set, defaults to os.Open...