So, since I implemented diagonal movement for cats (and potentially for yarn if we c&p) the question is should we implement it for mouse as well?
The mouse move as it stands can't do it - while you can if you are in an open space, try to move diagonal between two blocks.
I'm thinking we have to rethink the mouse move if we want diagonal movement - capture key up/down and move based on a timer? That would mean linking mouse and cat movement (mouse movement would be up to player, but would move in lockstep with cats) or a second timer.
So, since I implemented diagonal movement for cats (and potentially for yarn if we c&p) the question is should we implement it for mouse as well?
The mouse move as it stands can't do it - while you can if you are in an open space, try to move diagonal between two blocks.
I'm thinking we have to rethink the mouse move if we want diagonal movement - capture key up/down and move based on a timer? That would mean linking mouse and cat movement (mouse movement would be up to player, but would move in lockstep with cats) or a second timer.
Thoughts folks?