Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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 :)

thanks, the cursor fix should improve gameplay a lot. Im glad you had fun with the game!