Skip to content

Instantly share code, notes, and snippets.

@Kethku
Created February 25, 2019 00:51
Show Gist options
  • Save Kethku/ea0c6fe96b5b7722fcde455f333c0913 to your computer and use it in GitHub Desktop.
Save Kethku/ea0c6fe96b5b7722fcde455f333c0913 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear();
camera(5, 0);
setPixel(5, 5, 5);
print(50, 50, getPixel(5, 5)); // Prints 7 not 5
}
{
"lines": [
6,
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