lucastle6969 / comp371

repository for comp371 final project Fall 2017 Concordia
0 stars 0 forks source link

Diagonal movement is faster than cardinal movement #17

Closed benwiley4000 closed 6 years ago

benwiley4000 commented 6 years ago

Since #7 was merged we have fluid player movement, including diagonal movement, using any combination of the arrow keys or WASD. However each direction is independently applied meaning that diagonal movement vector becomes the sum of the horizontal are vertical vectors, which has greater magnitude.

benwiley4000 commented 6 years ago

Closed by #84.