Love the idea but found it kinda hard to win! I always got at least one item wrong which got frustrating really quick - maybe you could add some tips on what you did wrong like "Ebbi likes red and black clothes" or "Lillys likes more relaxed fitting clothes"
patricksgamecorner
Creator of
Recent community posts
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 + "')";