Do you know how to access the JavaScript console log in your browser? If you do you can check exactly what the error is from there and that can help me figure out what the problem is. Alternatively you can do an upload to itch and share the link with me so I can inspect.
Thank you so much for offering to help! And for letting us have fun with with your game too.
Here is the uploaded project link: https://localicows.itch.io/debug-not-enough-time-fr
I'm running into the same issue described here - I wanted to upload my files to test if the sprites work, but I keep getting a black screen. I'm kind of confused by what your prior comment means. Should we be putting everything that was in the game.zip into into the main not-enough-time-locjam files and not extracting them into a "game" subfolder?
Edit: you can check it out here :) https://vfried.itch.io/test
When you recreate the game.zip file after modifying the image you have to make sure that it has the same internal folder structure as the original. Often compression tools will create a zip file that has a single folder inside, which then contains all the other files. This prevents the engine from finding the files, so make sure it's not what's going on in your case.
Turns out I did zip the folder instead of the contents, but even after fixing that I couldn't get it to work. Ended up downloading a clean copy of the game and redid the unzipping/rezipping process, and that did the trick! Sometimes starting over is easiest.
I appreciate you taking the time to answer our questions!