The numpad error was already fixed, I just selected the wrong file to be played in browser ^^" I can't think of any reason why the toolbox shouldnt be findable. If you want to try again and still come across that error I'd be super happy if you could file me a bug report here (https://forms.gle/5FLKTwSP3NqAgQ8Y7) or/and contact me via discord (username patrickdott56)
patricksgamecorner
Creator of
Recent community posts
I feel like there are a lot of commands where you don't get any feedback or an error message, and that got me frustrated really fast. I first noticed it when I tried to walk through the desert, and even though the description said I could keep walking North, nothing really happened. Same problem with examining stuff like the archway. Didn't get very far into the game bc of this, but the game idea sounds promising!
Super fun game! It took me embarrassingly long to realize that we are the aliens going to Earth to find a mouse. Very creative idea, loved it! Also loved the variety of puzzle difficulties! Even though I have to admit that I couldn't find the wifi password or any way to get the cheese for the mouse without downloading your walkthrough ^^" Still super fun!
Super fun game! It took me embarrassingly long to realize that we are the aliens going to Earth to find a mouse. Very creative idea, loved it! Also loved the variety of puzzle difficulties! Even though I have to admit that I couldn't find the wifi password or any way to get the cheese for the mouse without downloading your walkthrough ^^" Still super fun!
Loved this game! There was no point in this game where I felt any frustration. It was always very clear what I should do and I loved the little messages that stopped you from wandering too far (like going to the gallery before restoring some pieces or wanting to open the exhibition before having placed all artifacts!) The puzzles were really fun too! I love how you put so much story telling a just a couple of rooms! The story telling was incredibly well done - I was actually nervous when the kings judged my artifact placement ^^" All in all a beautiful example of a beginner friendly game! I scored a 15/20 in 217 turns!
Loved this game! There was no point in this game where I felt any frustration. It was always very clear what I should do and I loved the little messages that stopped you from wandering too far (like going to the gallery before restoring some pieces or wanting to open the exhibition before having placed all artifacts!) The puzzles were really fun too! I love how you put so much story telling a just a couple of rooms! The story telling was incredibly well done - I was actually nervous when the kings judged my artifact placement ^^" All in all a beautiful example of a beginner friendly game! I scored a 15/20 in 217 turns!
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 + "')";





