I'm writing this post to ask if it's still possible to hand in submissions. Our team was done in time we just forgot to submit the actual game here and just had it posted on itch.io
Thanks in advance
Hello and thanks in advance for any help!
Early today I uploaded the first version of my game "Botanic Panic" (https://patricksgamecorner.itch.io/botanic-panic) and noticed that the images for the customers & flowers wouldn't load in. I checked for typos & if my relative paths were working - I even uploaded the project in a much smaller scale (only one picture with the same path) to make sure my paths were correct and the issue wasn't with the images.
These are the errors I encountered with the uploaded images
Here's an example of how I'm setting the paths in my project with the results here on itch.io
var portraitcontainer = document.getElementById("portrait"); portraitcontainer.style.backgroundImage = "url('img/customers/" + Player.currentCustomer.profileimageNormal + "')";
