v0.2.4: tweaked challenge button location

This commit is contained in:
Evan Debenham 2015-02-23 16:24:32 -05:00
parent 09f91c321e
commit c5e3f88280

View File

@ -176,7 +176,7 @@ public class StartScene extends PixelScene {
ChallengeButton challenge = new ChallengeButton();
challenge.setPos(
w/2 - challenge.width()/2,
top + shieldH - challenge.height() / 2 );
top + shieldH/2 - challenge.height()/2 );
add( challenge );
} else {