aroma icon indicating copy to clipboard operation
aroma copied to clipboard

Proper way to load non-image data?

Open clofresh opened this issue 13 years ago • 2 comments

For example, how would I load a Tiled .tmx file? Normally you would use love.filesystem to read the file, but it doesn't look like aroma implements that api.

clofresh avatar Jun 10 '12 01:06 clofresh

Currently there isn't a file loading api exposed, but I have an internal one used to load game resources (code and images).

I'll keep this open, going to be making it public soon.

leafo avatar Jun 10 '12 17:06 leafo

Of course, when it is about loading a Tiled .tmx file specifically, you would instead export your map in the Lua format! :-)

bjorn avatar Jul 20 '17 07:07 bjorn