Commit a41071fa by Jonathan Thomas

Slight adjustment of text offset

parent 65311b60
Pipeline #11926 passed with stage
in 19 seconds
...@@ -266,7 +266,7 @@ public class ClientInit implements ClientModInitializer { ...@@ -266,7 +266,7 @@ public class ClientInit implements ClientModInitializer {
// Determine max line length // Determine max line length
float linesDisplayed = ending_line - starting_line; float linesDisplayed = ending_line - starting_line;
float lineSpacing = 1F; float lineSpacing = 1F;
float textHeaderHeight = 40F; float textHeaderHeight = 30F;
float textFooterHeight = 5F; float textFooterHeight = 5F;
int fullBright = 0xF000F0; int fullBright = 0xF000F0;
Matrix4f matrix = matrices.peek().getPositionMatrix(); Matrix4f matrix = matrices.peek().getPositionMatrix();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment