Skip to content

Commit

Permalink
Further reduced note sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Aug 6, 2023
1 parent 58fc82e commit 2a852d0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ public abstract class AbstractInstrumentScreen extends Screen {
@SuppressWarnings("resource")
public int getNoteSize() {
return switch (Minecraft.getInstance().options.guiScale().get()) {
case 0 -> 40;
case 1 -> 35;
case 2 -> 46;
case 3 -> 48;
default -> 40;
case 4 -> 40;
default -> 20;
};
}

Expand Down

0 comments on commit 2a852d0

Please sign in to comment.