Really fun game, I like the pancakes and how they chase you and the map is really nice too and when you first load in and its dark and you hear something coming for you it get a bit scary, then you realize that they are pancakes xD,
Also the problem you had with your mouse can be fixed easily, just make a script that runs at the start of each scene and put this in and it will disable the cursor and lock it to the center
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
then when you want to show the cursor again you can use this
Cursor.visible = true;
Cursor.lockState = CursorLockMode.None;
But really great game and im looking forward to your future work :)
Leave a comment
Log in with itch.io to leave a comment.