vault backup: 2024-09-01 13:47:42

This commit is contained in:
zleyyij 2024-09-01 13:47:42 -06:00
parent 69804b1e64
commit 88b12e7d79

View File

@ -252,6 +252,7 @@ classes: {
label: Toggle lights label: Toggle lights
} }
} }
direction: right
beginning: { beginning: {
shape: oval shape: oval
label: beginning label: beginning
@ -269,6 +270,7 @@ initialize lights {
} }
initialize lights -> loop initialize lights -> loop
loop { loop {
near: center-right
label: loop indefinitely label: loop indefinitely
begin-loop: { begin-loop: {
shape: step shape: step
@ -287,6 +289,7 @@ loop {
} }
loop -> end: the heat death of the universe loop -> end: the heat death of the universe
end: { end: {
near: bottom-right
shape: oval shape: oval
label: end label: end
} }