pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

Refactored Finite State Machine #8

Closed henriiquecampos closed 6 years ago

henriiquecampos commented 6 years ago

This makes sure that the code is cleaner and that each state is self contained, so the character can only be on one state at time.