Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Created October 26, 2019 22:51
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/1e29964a13c39c9fe8cb02f4e8d926e2 to your computer and use it in GitHub Desktop.
Save gabrielflorit/1e29964a13c39c9fe8cb02f4e8d926e2 to your computer and use it in GitHub Desktop.
SCRIPT-8
// title: test
init = state => {
}
update = (state, input, elapsed) => {
}
draw = state => {
print(0, 0, 'this is a test')
}
{
"iframeVersion": "0.1.265",
"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