TheSeekerGame / TheSeeker

Metroidvania game in Bevy
24 stars 6 forks source link

refactor player.rs into a full module #62

Closed destravous closed 1 month ago

destravous commented 1 month ago

Refactors player.rs into a full module and splits player behaviour and player animation plugins into their own files. Player.rs was getting a bit monolithic and this is the best time to make the change while fewer player related things are in progress. It will also make implementing player abilities easier.