v0.2.4: tweaked challenge button location
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user