Difference between revisions of "Spacie"

From CodeStuff
Jump to: navigation, search
(Created page with "<edcode> var player = {x:300,y:400} // The starting position of the player var alien = {x:200,y:100} // The starting position of the alien var bullet = {x:200, y:200} ...")
 
 
Line 5: Line 5:
 
var alien = {x:200,y:100}    // The starting position of the alien
 
var alien = {x:200,y:100}    // The starting position of the alien
  
var bullet = {x:200, y:200}
+
var bullet = {x:400, y:200}
  
  

Latest revision as of 23:50, 26 September 2012