apace100 / origins-fabric

MIT License
175 stars 167 forks source link

Fixed screen rendering #700

Closed ThatRobin closed 9 months ago

ThatRobin commented 9 months ago

This PR fixes the rendering issues in the origins screens by adding z-values to each drawTexture call to order them in relation to the text.

It also draws the text using the drawTextWithShadow method, because eggo prefers it that way