niu-gdo / IGDO-Fall-2023-Project

IGDO's Fall 2023 game project.
7 stars 0 forks source link

Split and updated the charactermovement to exclude adding a force to … #45

Closed Migs closed 7 months ago

Migs commented 7 months ago

Split the movement of the character to a different script. changed the movement type to not add a force to the rigid body (excluding the jump). This will allow us to simply move without needing to worry about momentum and infinite acceleration.