v0.7.0: darkened version information texts
This commit is contained in:
parent
8c89075043
commit
7e30247c09
|
@ -158,7 +158,7 @@ public class TitleScene extends PixelScene {
|
|||
|
||||
BitmapText version = new BitmapText( "v " + Game.version + "", pixelFont);
|
||||
version.measure();
|
||||
version.hardlight( 0xCCCCCC );
|
||||
version.hardlight( 0x888888 );
|
||||
version.x = w - version.width();
|
||||
version.y = h - version.height();
|
||||
add( version );
|
||||
|
|
|
@ -139,7 +139,7 @@ public class StatusPane extends Component {
|
|||
add( pickedUp = new Toolbar.PickedUpItem());
|
||||
|
||||
version = new BitmapText( "v" + Game.version, PixelScene.pixelFont);
|
||||
version.hardlight( 0xCCCCCC );
|
||||
version.alpha( 0.5f );
|
||||
add(version);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user