v3.2.5: adjusted the style of version info to look less like an HP bar
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 247 B |
@@ -82,7 +82,7 @@ public class MenuPane extends Component {
|
|||||||
add(versionOverflowBG);
|
add(versionOverflowBG);
|
||||||
|
|
||||||
version = new BitmapText( "v" + Game.version , PixelScene.pixelFont);
|
version = new BitmapText( "v" + Game.version , PixelScene.pixelFont);
|
||||||
version.alpha( 0.5f );
|
version.hardlight( 0xCACFC2 );
|
||||||
add(version);
|
add(version);
|
||||||
|
|
||||||
depthIcon = Icons.get(Dungeon.level.feeling);
|
depthIcon = Icons.get(Dungeon.level.feeling);
|
||||||
|
|||||||
Reference in New Issue
Block a user