Skip to content

Instantly share code, notes, and snippets.

@jonbro
Last active December 11, 2023 19:21
Show Gist options
  • Save jonbro/807a3806406ed5428da8f7feb69e996b to your computer and use it in GitHub Desktop.
Save jonbro/807a3806406ed5428da8f7feb69e996b to your computer and use it in GitHub Desktop.
r=rnd
cls(1)
for i=127,0,-.5 do
x=i/10+r(i/2)c=3
h=64
y=r(20)if i>99 then x=r(3)+3;c=4 end
line(h-x,i,h,i-y,c)line(h+x,i,c)end
@jonbro
Copy link
Author

jonbro commented Dec 11, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment