Plastix / PixelPilot

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

Image actors won't scale past native resolution #22

Closed Plastix closed 9 years ago

Plastix commented 9 years ago

Look into this eventually!

Plastix commented 9 years ago

This might be a side effect of the type of scaling we are using on our buttons. playButton.setScaling(Scaling.fit);

See http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/utils/Scaling.html for a full list.

JEphron commented 9 years ago

Scaling.stretch also displays this issue

Plastix commented 9 years ago

Dealt with in #32