Skip to content

Instantly share code, notes, and snippets.

@digitalicarus
Created January 28, 2013 02:35
Show Gist options
  • Save digitalicarus/4652503 to your computer and use it in GitHub Desktop.
Save digitalicarus/4652503 to your computer and use it in GitHub Desktop.
lander "sprite"
this.parts = [
{
//head
points: [-1,2,-3,3,-3,6,-1,7,1,7,3,6,3,3,1,2,-1,2],
color: "#F00"
},
{
//body
points: [-3,2,3,2,3,-1,-3,-1,-3,2]
},
{
//left leg
points: [-3,0,-4,-2,-2,-1,-4,-2,-4,-4,-5,-4,-3,-4]
},
{
//right leg
points: [3,0,4,-2,2,-1,4,-2,4,-4,5,-4,3,-4]
},
{
//thrust skirt
points: [0,-1,-2,-3,2,-3,0,-1]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment