Skip to content

Commit 54b22e6

Browse files
committed
add skin layer
1 parent c6cdaa3 commit 54b22e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/net/dravigen/chat_heads/ChatHeads.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ public static void drawPlayerHead(Gui gui, int x, int y, String nickname, float
5252

5353
gui.zLevel += 100.0f;
5454
gui.drawTexturedModalRect(0, 0, 32, 32, 32, 32);
55-
gui.zLevel -= 100.0f;
55+
gui.zLevel += 10.0f;
56+
gui.drawTexturedModalRect(0, 0, 160, 32, 32, 32);
57+
gui.zLevel -= 110.0f;
5658

5759
GL11.glPopMatrix();
5860
}
18 KB
Loading

0 commit comments

Comments
 (0)