Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
a41071fa
Commit
a41071fa
authored
a year ago
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slight adjustment of text offset
parent
65311b60
Pipeline
#11926
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ClientInit.java
src/client/java/com/owlmaddie/ClientInit.java
+1
-1
No files found.
src/client/java/com/owlmaddie/ClientInit.java
View file @
a41071fa
...
@@ -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
=
1
F
;
float
lineSpacing
=
1
F
;
float
textHeaderHeight
=
4
0
F
;
float
textHeaderHeight
=
3
0
F
;
float
textFooterHeight
=
5
F
;
float
textFooterHeight
=
5
F
;
int
fullBright
=
0xF000F0
;
int
fullBright
=
0xF000F0
;
Matrix4f
matrix
=
matrices
.
peek
().
getPositionMatrix
();
Matrix4f
matrix
=
matrices
.
peek
().
getPositionMatrix
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment