vault backup: 2024-09-01 12:22:42

This commit is contained in:
zleyyij 2024-09-01 12:22:42 -06:00
parent a52fc16bc3
commit f39f71c7cf

View File

@ -113,10 +113,22 @@ vars: {
} }
classes: { classes: {
turn-0: { turn-0: {
label: Turn to 0 degrees label: turn to 0 degrees
}
turn-90: {
label: turn to 90 degrees
}
turn-180: {
label: turn to 180 degrees
}
turn-270: {
label: turn to 270 degrees
} }
} }
if: {
shape: diamond
label: if\
}
beginning: {shape: oval} beginning: {shape: oval}
turn-90.class=turn-90
end: {shape: oval} end: {shape: oval}
``` ```