v3.2.5: adjusted the style of version info to look less like an HP bar

This commit is contained in:
Evan Debenham
2025-09-21 15:46:11 -04:00
parent 4deb71226a
commit c645462651
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 247 B

View File

@@ -82,7 +82,7 @@ public class MenuPane extends Component {
add(versionOverflowBG);
version = new BitmapText( "v" + Game.version , PixelScene.pixelFont);
version.alpha( 0.5f );
version.hardlight( 0xCACFC2 );
add(version);
depthIcon = Icons.get(Dungeon.level.feeling);