2023-02-17 00:55:25 +03:00
|
|
|
# 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"
|
2023-02-17 00:55:25 +03:00
|
|
|
width: 110
|
2022-11-30 16:22:16 +03:00
|
|
|
}
|
|
|
|
u: Unlocked {
|
|
|
|
shape: circle
|
|
|
|
style.fill: "#59c061"
|
2023-02-17 00:55:25 +03:00
|
|
|
width: 110
|
2022-11-30 16:22:16 +03:00
|
|
|
}
|
2023-02-17 00:55:25 +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
|
|
|
}
|