Overlays don't resize properly

Published by WenXin2 on
Status
Fixed
Issue description

I created a FreezingOverlay element, which can be activated by drinking the Potion of Freezing, but the Overlay does not scale properly to the screen.

I have tried both a 256 x 256 and a 1920 x 1080, as suggested by NorthWestTreesGaming in his video. Even resizing my Minecraft screen to a smaller size did not scale it properly.

When changing the image size, I made sure to reenter and exit the element. but it still didn't adjust correctly.

When changing the image to 1920 x 1080, I checked the code and changed the 256 x 256 to 1920 x 1080, which seems to have fixed it. So it seems that the code isn't changing to the proper image size.

Issue comments

I did this:

  1. Resized your overlay to 1920x1080
  2. Restarted MCreator
  3. Opened overlay element and saved it again
  4. Tested overlay and it worked

The problem is image caching, I will fix this in next update.

Also, I've reported additional information for the wall block in my previous post.