Last active
January 25, 2019 14:17
-
-
Save simsaens/a22bda38e0d22f3f41b289c952679dff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backingMode(RETAINED) | |
function setup() | |
background(0) | |
stroke(255) | |
strokeWidth(5) | |
fill(227, 106, 106, 255) | |
ellipse(WIDTH/2, HEIGHT/2, 500) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment