I bought this to study the code and understand the state machine better, but I fail to see any constants like "max speed" or "gravity" as i've seen in other codes that doesn't use the state machine.. does the state machine use different variables to change the speed and velocity and so forth? or is it hidden somewhere I just didn't look? or is it all just multiplied and divided by the delta value?
I'm sorry If I got anything wrong, I just started programming in Godot.