Hey. I am getting a error trying to load a level in playdate emulator.
The level file is in same directory as the png file.
While trying to run ldtk.load("../levels/main.ldtk") I get this error.
The perplexing thing i that my png is named according to name-table-w-h.png format, so I think this might be a bug.
scripts/libraries/LDtk.lua:217: LDtk Importer Error: cannot load tileset ../levels/main-table-32-32.png. Filename should have a image table format: name-table-w-h.png
stack traceback:
[C]: in function 'error'
scripts/libraries/LDtk.lua:760: in field 'load_tileset_imagetable'
scripts/libraries/LDtk.lua:726: in field 'load_tileset'
scripts/libraries/LDtk.lua:217: in field 'load'
scenes/gameScene.lua:9: in main chunk
stack traceback:
[C]: in function 'import'
main.lua:6: in main chunk
Hey. I am getting a error trying to load a level in playdate emulator.
The level file is in same directory as the png file.
While trying to run ldtk.load("../levels/main.ldtk") I get this error.
The perplexing thing i that my png is named according to name-table-w-h.png format, so I think this might be a bug.