Plastix / PixelPilot

A top down dogfighting game with pixel graphics.
0 stars 0 forks source link

Refactor Plane and PlaneActor: Closes #57 #58

Closed Plastix closed 9 years ago

Plastix commented 9 years ago
Plastix commented 9 years ago

Updated commit to include this.setSize(sprite.getWidth(), sprite.getHeight()) in the plane constructor which will make plane.getWidth() and plane.getHeight() return the size of the sprite.

JEphron commented 9 years ago

Looks good.