Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Created October 22, 2019 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielflorit/65b4a34aa4d77a4b849413807ba11a28 to your computer and use it in GitHub Desktop.
Save gabrielflorit/65b4a34aa4d77a4b849413807ba11a28 to your computer and use it in GitHub Desktop.
SCRIPT-8
init = state => {
}
update = (state, input, elapsed) => {
}
draw = state => {
camera()
clear()
rectStroke(0, 0, 128, 128, 0)
}
{
"iframeVersion": "0.1.258",
"lines": [
11,
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