it-fsm/assets/turnstile.d2

6 lines
87 B
Text

direction: right
Turnstile: {
Locked -> Unlocked: coin
Unlocked -> Locked: push
}