Closed Plastix closed 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.
this.setSize(sprite.getWidth(), sprite.getHeight())
plane.getWidth()
plane.getHeight()
Looks good.