Skip to content

Instantly share code, notes, and snippets.

@Gerjo
Created October 23, 2013 14:20
Show Gist options
  • Select an option

  • Save Gerjo/7119730 to your computer and use it in GitHub Desktop.

Select an option

Save Gerjo/7119730 to your computer and use it in GitHub Desktop.
class actor {
x = 100;
y = 100;
draw(renderer) {
renderer.drawpixel(0, 0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment