Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pink rectangles in Editor UI #68

Open
jdl96 opened this issue Oct 25, 2022 · 6 comments
Open

Pink rectangles in Editor UI #68

jdl96 opened this issue Oct 25, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@jdl96
Copy link

jdl96 commented Oct 25, 2022

If you set the game to use a resolution other than 800x600, there will be pink rectangles around parts of the Editor interface.

@jdl96 jdl96 added the bug Something isn't working label Oct 25, 2022
@ALEXM99999
Copy link
Collaborator

Can you share a screenshot? Thanks!

@jdl96
Copy link
Author

jdl96 commented Oct 25, 2022

@ALEXM99999 Sure, here you go. This was the game running at 1024x768:

2022-10-25 14_53_44-Wonderland Plus  NET

@ALEXM99999
Copy link
Collaborator

Can send me a bmp screenshot by pressing F8? You can find it in C:\Users[yourusername]\AppData\Roaming\WonderlandPlus\game\screenshot.bmp. Also can you tell me your GPU and OS version? Sorry if those are a lot but I noticed differences in the way the game scales the editor on my computer and yours

@jdl96
Copy link
Author

jdl96 commented Oct 25, 2022

OS: Windows 8.1 Pro.
GPU: Sapphire Radeon R7 260x.

Screenshot: screenshot.zip
GitHub doesn't support uploading BMPs for some reason so I zipped it.

@ALEXM99999
Copy link
Collaborator

It seems that in my case it uses nearest neighbor scaling while in your case it uses a smoother algorithm which changes the mask color on the edges to a different shade of pink so the game doesn't think those pixels should be transparent. This is something blitz related possibly. This needs more investigation so it would take a while to fix and won't be fixed on the next hot fix probably

@jdl96
Copy link
Author

jdl96 commented Oct 25, 2022

That makes sense. I was wondering why everything seemed so blurry... Nearest Neighbor (or Integer Scaling) is definitely the way to go in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants