Tugduoff / RType

RTypeeeeeeeuh
3 stars 0 forks source link

:sparkles: Input system & Acceleration component #82

Closed Tugduoff closed 1 month ago

Tugduoff commented 1 month ago

Added Component: Acceleration : Holds 4 values > forward, backward, left and right representing the force that we want to give the each input.

Added System: Input : Handles all inputs by checking all controllable components.

Modified the server main to be able to test every iteration we want instead of calling the runSystem a lot of times.