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
bbba1c18
Commit
bbba1c18
authored
Nov 06, 2023
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed alignment of entity icons
parent
984032b8
Pipeline
#11646
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide 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 @
bbba1c18
...
@@ -254,7 +254,7 @@ public class ClientInit implements ClientModInitializer {
...
@@ -254,7 +254,7 @@ public class ClientInit implements ClientModInitializer {
drawTextBubbleBackground
(
matrices
,
entity
,
-
64
,
0
,
128
,
scaledTextHeight
);
drawTextBubbleBackground
(
matrices
,
entity
,
-
64
,
0
,
128
,
scaledTextHeight
);
// Draw face of entity
// Draw face of entity
drawEntityIcon
(
matrices
,
entity
,
-
60
,
7
,
32
,
32
);
drawEntityIcon
(
matrices
,
entity
,
-
59
,
7
,
32
,
32
);
// Render each line of the text
// Render each line of the text
int
fullBright
=
0xF000F0
;
int
fullBright
=
0xF000F0
;
...
...
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