v0.3.4: more welcome scene stuff

This commit is contained in:
Evan Debenham
2016-02-07 04:16:38 -05:00
committed by Evan Debenham
parent b9692282a5
commit 46bcbd3961
2 changed files with 2 additions and 3 deletions
@@ -36,7 +36,7 @@ public class WelcomeScene extends PixelScene {
int h = Camera.main.height;
Image title = BannerSprites.get( BannerSprites.Type.PIXEL_DUNGEON );
title.brightness(0.5f);
title.brightness(0.6f);
add( title );
float height = title.height +
@@ -107,7 +107,6 @@ public class WelcomeScene extends PixelScene {
}
float textSpace = h - title.y - (title.height() - 10) - okay.height() - 2;
text.setPos(10, title.y+(title.height() - 10) + ((textSpace - text.height()) / 2));
text.hardlight(0xAAAAAA);
add(text);
}