Skip to content

Instantly share code, notes, and snippets.

@mutterer
Created October 7, 2020 19:18
Show Gist options
  • Save mutterer/2a63916ca99dba6b3b850a090aeb1bb3 to your computer and use it in GitHub Desktop.
Save mutterer/2a63916ca99dba6b3b850a090aeb1bb3 to your computer and use it in GitHub Desktop.
newImage("Untitled", "8-bit ramp", 512, 256, 1);
setFont("SansSerif", 58, " antialiased");
setColor("yellow");
Overlay.drawString("Hello World!", 91, 250, 30.0);
Overlay.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment