knightflo / Vortex

This is a game we make for a agile production assignment
0 stars 0 forks source link

Feature/basic player movement #9

Closed Bazzeman closed 6 months ago

Bazzeman commented 6 months ago

Created PlayerMovement class

The system uses colliders, a rigidbody for the player and the rigidbody's velocity system. The PlayerMovement class also keeps track of the current player state, which changes based on the user's input trough the new input system.

Player states