Thanks! I like to build cute games, so if you feel like it was one, Then it's yet another personal achievement. ♥️
vertical and horizontal input at the same time does not moves the ghost
Yes, I forced it this way right before the submission.
At the beginning of its development, players were able to move to a direction even if two keys were down at the same time. This resulted with an annoying animation issue that I couldn't get fixed quickly so I kind of took the 'easiest' solution.
Also, I did the movement logic separately for the Ghost which I thought doesn't make sense because I had to repeat code for NPC's. So I reworked his moves this way.
Ofcourse I may consider later to improve controls to allow multiple key down.
Thanks for your feedback ✌️