Skip to content

Commit

Permalink
more music after the animations update
Browse files Browse the repository at this point in the history
  • Loading branch information
mklemmingen committed Jan 11, 2024
1 parent 654623c commit 518572f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ private static void changeSkinBitmaps() {
} else {
if (tileSize > 140) {
font.getData().setScale(3.5f);
BoomChess.musicLabelScale = 1.1f;
BoomChess.musicLabelScale = 1.0f;
} else if (tileSize > 100) {
font.getData().setScale(2.8f);
BoomChess.musicLabelScale = 0.8f;
BoomChess.musicLabelScale = 0.5f;
} else if (tileSize > 50) {
font.getData().setScale(2);
BoomChess.musicLabelScale = 0.6f;
BoomChess.musicLabelScale = 0.25f;
} else {
font.getData().setScale(1.5f);
BoomChess.musicLabelScale = 0.4f;
BoomChess.musicLabelScale = 0.1f;
}
}

Expand Down

0 comments on commit 518572f

Please sign in to comment.