Stifu wrote: ↑Sun Oct 25, 2020 5:08 pm
This probably doesn't work with LÖVE on case-sensitive OSes. In other words, it probably only works on Windows. Better be consistent with your casing.
+1. I often suffer that when I check Löve applications from Windows developers. If the web version is case sensitive too, that's actually good, because the windows users who port their programs to web have a means to check their portability with respect to case sensitive filenames.
By the way, when you zip your programs into a .love file and run that, you'll probably run into the same issue. However, you won't notice it if you have the .love in the same directory of the application, because then PhysFS will find the files that are out of the .love.
So, another way to test is to create a .love file, move it out of the application's directory, then run it.