issues
search
abraker95
/
tanks
2D arcade top-view shooting game
1
stars
0
forks
source link
Tank's movement is not correct
#5
Closed
ghost
closed
9 years ago
ghost
commented
9 years ago
Changed 2 things to fix this bug:
Moved the origin to the center of the sprite so that the rotation is correct
Converted the tank angle to radians when it is passed to the trigonometric functions
Changed 2 things to fix this bug: