Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. color(3)
  2. for x=0,128 do
  3. for y=0,128 do
  4. if(y>(60+sin(x/50)*20)) then
  5. pset(x,y)
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment