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

This commit is contained in:
zleyyij 2024-09-01 13:02:42 -06:00
parent 97a0f4a1dd
commit 33e398a165

View File

@ -143,7 +143,7 @@ shady {
2 -> 3 2 -> 3
3.label: turn to 225 degrees 3.label: turn to 225 degrees
3 -> 4 3 -> 4
4.label: waslk 124 steps 4.label: walk 124 steps
4 -> 5 4 -> 5
5.class: turn-270 5.class: turn-270
5 -> 6 5 -> 6
@ -159,10 +159,24 @@ shady {
} }
end: {shape: oval} end: {shape: oval}
if -> end if -> end
if -> sunny: if sunny path) if -> sunny: if sunny path
sunny { sunny {
1.class: turn-270 1.class: turn-270
1 -> 2 1 -> 2
2.label: 2.label: walk 73 steps
2 -> 3
3.class: turn-0
3 -> 4
4.label: walk 94 steps
4 -> 5:
5.label: turn to 275 degrees
5 -> 6
6.label: walk 361 steps
6 -> 7
7.class: turn-0
7 -> 8
8.label: walk 176 steps
8 -> 9
9.label: turn to 270 degrees
} }
``` ```