JP-Dhabolt / fox-in-a-firestorm

Originally intended for Game Off Game Jam 2022 Entry (not submitted)
https://jp.dhabolt.org/fox-in-a-firestorm/
MIT License
2 stars 0 forks source link

Refactor PlayerStateMachine #41

Closed JP-Dhabolt closed 1 year ago

JP-Dhabolt commented 1 year ago

PlayerStates are now a custom resource, and can be referenced via static typing, rather than magic string. Still not perfectly happy with this, but it is good enough to continue implementing more functionality without worrying about creating too much of a mess.

Will likely make further changes as new features are added.