godot-wildlings / cyberpunk-jam-2019

https://itch.io/jam/cyberpunk-jam-2019
MIT License
2 stars 0 forks source link

Consider implementing a state machine for player #17

Closed plexsoup closed 5 years ago

plexsoup commented 5 years ago

Right now, the main player uses a bunch of if statements to determine available actions. We could convert that into a state machine if it provides any benefits. May or may not be necessary.

Game endeavor state machine tutorial

plexsoup commented 5 years ago

done