Skip to content

Instantly share code, notes, and snippets.

@Kethku
Last active February 24, 2019 23:29
Show Gist options
  • Save Kethku/7e2ce058b18a78e08d4d24403189f05f to your computer and use it in GitHub Desktop.
Save Kethku/7e2ce058b18a78e08d4d24403189f05f to your computer and use it in GitHub Desktop.
SCRIPT-8
// title: Camera/GetPixel Test
draw = () => {
clear();
camera(5, 0);
setPixel(5, 5, 5);
print(50, 50, getPixel(5, 5));
}
{
"lines": [
7,
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