mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
Fix ponder text being shy and hiding behind other things
This commit is contained in:
parent
35c62360be
commit
1675ee25b4
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ public class TextWindowElement extends AnimatedOverlayElement {
|
||||||
ms.pop();
|
ms.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ms.translate(0, 0, 400);
|
||||||
FontHelper.drawSplitString(ms, screen.getFontRenderer(), bakedText, targetX - 10, 3, textWidth,
|
FontHelper.drawSplitString(ms, screen.getFontRenderer(), bakedText, targetX - 10, 3, textWidth,
|
||||||
ColorHelper.applyAlpha(brighterColor, fade));
|
ColorHelper.applyAlpha(brighterColor, fade));
|
||||||
ms.pop();
|
ms.pop();
|
||||||
|
|
Loading…
Reference in a new issue