Started by
Kuraion
on
Topic category: Troubleshooting, bugs, and solutions
Images added to GUIs scale weirdly on the 1.17 snapshot, it's like their anchor point is off-center
Unless this is some kind of new feature I'm not smart enough to figure out, this is a bug since it works perfectly fine on 1.16.5
This is what my GUI looks like when the game window is really small, it's almost correct
But this is what it looks like when I make the window full-sized
If I had to guess, I'd assume that it's because while 1.16.5 used a variable for the middle of the screen and added the offset, while 1.17 snapshot uses absolute values:
1.16.5:
1.17.1:
I can confirm that these absolute values are also used on newly created GUIs, not just on the one converted from 1.16.5.
Please open a bug report with a demo on https://github.com/MCreator/MCreator/issues, thanks!
Done!