TheSeekerGame / TheSeeker

Metroidvania game in Bevy
73 stars 16 forks source link

Player Movement when Left and Right input are held #102

Closed peypod closed 1 month ago

peypod commented 1 month ago

When both Left and Right (A and D key) are held, the player will continue to move in the direction they are currently moving, but with some differences:

Probably an easy fix, by just stopping horizontal movement when both keys are held.