youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Johannes/#142 vertical movement speed #160

Closed holke closed 4 years ago

holke commented 4 years ago

This is a short commit, only 2 lines.

The movement speed is normalized when the Input Vector has magnitude > 1. Thus, all directions have the same speed now.

Also increased the base speed a bit, since the game felt much slower now.

The code is easy, but please check whether the speed feels right and may need adjustment.

maccxs commented 4 years ago

Hi, I think this can be merged. I really got used to the vertical movement being faster but all in all I think the speed is ok now.