mojira.dev

Prox

Assigned

No issues.

Reported

MC-133045 Cannot type anything in the Present text field Duplicate

Comments

The reason this happens at all is just silly.
It's a 16x16 pixel texture* that gets put into the center of the screen.
But because the crosshair has an odd amount of pixels (9x9) it's impossible for it to be centered on the screen. More specifically the bottom right corner of the center pixel of the crosshair is exactly in the middle of the screen because that's where the center of the 16x16 texture is.

[media]

The eaiest fix would be to just change the crosshair design to have a 2x2 Center.

* They tried to fix it in the past by cutting off the bottom and right row of pixels to make it a 15x15 texture, but it didn't work at all as it's still centered like it's 16x16, just with some pixels missing on 2 sides.

EDIT: sorry for the overly large image i didn't expect it to be so massive. fixed by a mod

what? i did search for it... dammit. atleast good to see it was already notcied