Skip to content

Commit

Permalink
Reduce glyph height
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinrobot committed Jul 17, 2023
1 parent e3d712f commit bda277d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Environment(EnvType.CLIENT)
public class EmoteFontStorage extends FontStorage {
public static final Identifier IDENTIFIER = new Identifier("mcemote.fonts", "emotes");
public static final float GLYPH_HEIGHT = 9;
public static final float GLYPH_HEIGHT = 8;

private final EmotesManager emotesManager;
private final Map<Integer, Future<AnimatedGlyph>> framesCache = new HashMap<>();
Expand Down

0 comments on commit bda277d

Please sign in to comment.