It took me a couple more hours to bring the game in a state I can leave it at.
With this at the finish line for me for now.
Here is all the messy code I created to build this 😄:
https://github.com/KANAjetzt/GardenRescue
And here you go to the game page:
✅ Sound Effects ✅ Particle Effects ✅ Music ✅ Ambient Sounds ✅ One Animation ✅ One Light ✅ Save / Load System ✅ Pause Menu ✅ Main Menu ✅ Settings Menu ✅ Ropes on the Main Menu 😅
❎ Added no new system ( plant health / watering etc. ) ❎ Didn’t rework the mouse interaction ( clicking like a maniac is still the most efficient ) ❎ Added no customers ❎ Added no decorations
And all of this
I’m glad I decided to implement the save games. It was a massive pain, but I learned so much. I revamped most of my code after learning about resources and how to create and use them.