Skip to content

Instantly share code, notes, and snippets.

@hex13
Created October 5, 2013 20:42
Show Gist options
  • Save hex13/6845800 to your computer and use it in GitHub Desktop.
Save hex13/6845800 to your computer and use it in GitHub Desktop.
createEntity('player', {x:300,y:280})
createEntity('ufo', {x:0, y:20, vx:1, vy:0.1})
createEntity('ufo', {x:120, y:80, vx:1.1, vy:0})
createEntity('ufo', {x:40, y:130, vx:1.05, vy:0})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment