Skip to content

Instantly share code, notes, and snippets.

@nekonesse
Created April 16, 2020 02:15
Show Gist options
  • Save nekonesse/48fd93569d4a865f8bd13a7e4b0f1617 to your computer and use it in GitHub Desktop.
Save nekonesse/48fd93569d4a865f8bd13a7e4b0f1617 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
const topLeft = [36, 36]
const topRight = [91, 36]
const bottomRight = [91, 91]
const bottomLeft = [36, 91]
polyStroke([topLeft, topRight, bottomRight, bottomLeft], 0)
}
{
"iframeVersion": "0.1.280",
"lines": [
8,
0,
0,
0,
0,
0,
0,
0
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment