it-fsm/assets/turnstile.d2

27 lines
317 B
Text
Raw Permalink Normal View History

# port: 43334
# layout: elk
# theme: 101
# pad: 0
# sketch: true
2022-11-30 15:09:48 +03:00
direction: right
Turnstile: {
2022-11-30 16:22:16 +03:00
l: Locked {
shape: circle
style.fill: "#fd7373"
width: 110
2022-11-30 16:22:16 +03:00
}
u: Unlocked {
shape: circle
style.fill: "#59c061"
width: 110
2022-11-30 16:22:16 +03:00
}
2022-11-30 16:22:16 +03:00
l -> l: push
u -> l: push
l -> u: coin
u -> u: coin
2022-11-30 15:09:48 +03:00
}