Difference between revisions of "Spacie"
From CodeStuff
(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: | + | var bullet = {x:400, y:200} |