Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = 145
- c = (hsl(x, 0.8,.5))
- dot c, 100
- debug x
- x += 100
- c = (hsl(x, 0.8,.5))
- fd 100
- dot c, 50
- debug x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement