Comments

Log in with itch.io to leave a comment.

Cool concept, I thought about doing something like this.

I like the spritework for the characters/food/fly, but a lot of the background tiles and such don't really fit in. The blue tile is a bit blurry, and the tables and chairs outside the playable area are way too big. There's also vertical lines on those blue and white tiles.

The primary mechanic doesn't always seem to work when I press a button. Are you checking for input in FixedUpdate?

I feel like the walking speed is too slow. Sometimes a dish will spawn clear on the other side of the room, and you won't even be able to get there in time, let alone interact with it.

(+1)

Hi Thoof, thank you for the feed back.

The chairs and tables on the outside of the first level were placeholder ones I had put in there that I didn't get around to changing.

With the food  interaction it is detected in OnTriggerStay2D and you can only interact with the food you haven't spoilt yet.

Increasing the player speed is something that I am considering, as like you said the dish could spawn on the other side or right next to the head chef.  

There were a few design flaws i noticed midway through and if I were to recreate this, I know what I would't do.


Thanks again.