Does the lvl loading work on wasm? I tried loading the example lvl, but it didn't do anything (the console was logging `file loaded` though).
Viewing post in A strange shepherd's quest jam comments
Thanks for your honest feedback! Yes, the custom level loader works in Wasm, but I did not have the time to bake in proper error handling. I suggest using one of the main levels as base and modify it. For example level 4 https://github.com/Lommix/shepherds_quest/blob/master/assets/levels/4.level.ron
Each level has to end on ".level.ron"