diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-18 21:40:23 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-18 21:40:23 -0500 |
| commit | 246412214c2ba9ee98516fe06c18b1e26faeaadf (patch) | |
| tree | 5b1fdcc5189f8821a1f01c61aab999598d85efcd /site/samples | |
| parent | 0f990eb95a9ef3a1be8847a863f7216a8625692a (diff) | |
| download | automathon-246412214c2ba9ee98516fe06c18b1e26faeaadf.tar.gz automathon-246412214c2ba9ee98516fe06c18b1e26faeaadf.zip | |
stop bouncing, start clamping
bounce doesn't work well because it tries to adjust the heading
itself, but that's controlled by forth, which leads to jiggling about
when they disagree, which can happen if we bounce between the ‘head’
and ‘sethead’ calls in ‘head 10 + sethead’
Diffstat (limited to 'site/samples')
| -rw-r--r-- | site/samples/rob.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/samples/rob.fs b/site/samples/rob.fs index 59dc946..32112d4 100644 --- a/site/samples/rob.fs +++ b/site/samples/rob.fs @@ -3,5 +3,5 @@ loop ; -7 setspeed +4 setspeed loop |
