v0.3.4: more welcome scene stuff
This commit is contained in:
committed by
Evan Debenham
parent
b9692282a5
commit
46bcbd3961
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user