kubecz3k / FiniteStateMachine

FSM plugin for Godot
MIT License
116 stars 22 forks source link

Directions of graph are sometimes hidden #20

Open salvob41 opened 6 years ago

salvob41 commented 6 years ago

I don't understand the logic, but sometimes the arrow that indicate the direction are hidden.

image

kubecz3k commented 6 years ago

The design was inspired by this picture: http://gameprogrammingpatterns.com/images/state-flowchart.png Arrows are visible only between transitions and states.