some quick tips while helping @Aerisetta :
+ if you open your browser console (ctrl+shift+i), the openbor logs will be printed there, very helpful to check what's wrong if your game doesn't run.
+ the wasm build is case sensitive to read the files name. so for example, if you load in your models.txt a file named "hasteFX.txt" that is stored as "hastefx.txt" lowercase, it won't work on the browser file system. Case must be respected for web build.

+ if you open your browser console (ctrl+shift+i), the openbor logs will be printed there, very helpful to check what's wrong if your game doesn't run.
+ the wasm build is case sensitive to read the files name. so for example, if you load in your models.txt a file named "hasteFX.txt" that is stored as "hastefx.txt" lowercase, it won't work on the browser file system. Case must be respected for web build.
