Skip to content

Instantly share code, notes, and snippets.

@yofreke
Created August 17, 2015 06:35
Show Gist options
  • Save yofreke/d29cf10852ea68753977 to your computer and use it in GitHub Desktop.
Save yofreke/d29cf10852ea68753977 to your computer and use it in GitHub Desktop.
no community art
import scene, effects;
var ART = {
myArt: {
url: 'http://i.imgur.com/aok0WIJb.jpg'
}
};
exports = scene(function() {
var image = scene.addImage(ART['myArt'], 150, 150);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment