diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-08-24 17:15:54 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-08-24 17:15:54 +0000 |
| commit | b29dbf7b3a288890ceb114d48d4ed77cdc070929 (patch) | |
| tree | 65cdebd9ac009c80ef2a4ac451d25013d1dfd9d3 /virtual-programs | |
| parent | Add running programs page to web (diff) | |
| download | folk-b29dbf7b3a288890ceb114d48d4ed77cdc070929.tar.gz folk-b29dbf7b3a288890ceb114d48d4ed77cdc070929.zip | |
Left whisker color, red -> gold
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/points-at.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/points-at.folk b/virtual-programs/points-at.folk index 1472b379..a037f98f 100644 --- a/virtual-programs/points-at.folk +++ b/virtual-programs/points-at.folk @@ -19,7 +19,7 @@ When /someone/ wishes /rect/ points /direction/ with length /l/ & /rect/ has reg set whiskerRegion [region scale $region height 0.01px width $scale] set whiskerRegion [region move $whiskerRegion left \ [vec2 distance [region right $whiskerRegion] [region left $region]]px] - set color red + set color gold } elseif {$direction eq "right"} { set whiskerRegion [region scale $region height 0.01px width $scale] set whiskerRegion [region move $whiskerRegion right \ |
