smileyface12349 / warwick-game-jam-2023

The Great Warwick Game Jam is a 2-week long game jam ran by the Department of Computer Science at the University of Warwick.
GNU General Public License v3.0
4 stars 0 forks source link

Smooth out train's orientation #31

Open smileyface12349 opened 1 year ago

smileyface12349 commented 1 year ago

Smooth out the orientation of it. Keep the movement the same.

Not a priority but would prevent it from jerking in certain directions.

Would likely involve using Lerp, whatever that is.