SyntaxStacks / spaceshooter

Javascript Space Game
8 stars 0 forks source link

Create Enemy Class #1

Closed SyntaxStacks closed 11 years ago

SyntaxStacks commented 11 years ago

class will have the following attributes:

type: location: x: horizontal location, y: vertical location sprite: ship: img lasor: type: type of lasor img: img range: x: 50, y: 50 speed: x: 1 y: 0

SyntaxStacks commented 11 years ago

done