School project made in Java using libGDX for a game development course
Apache License 2.0
0
stars
2
forks
source link
Cleanup the Player Controller and turn it into a state machine, so that player's animation will be updated respectively. State matrix is idle/walk/jump and left/right. In future there will be also fast flying animation. #31