Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I’m not seeing any blurring on the loading screen, either the version you were looking at or recompiled with the latest Adventuron Classroom when I did the bug fix. Can you tell me the browser/machine you’re using to view the game so I can see if I can check with a setup closer to yours?

(1 edit)

Firefox 84.0 (64 bits), Lubuntu 20.04.1 LTS

Well, it’s a Firefox issue. Testing it on Chrome, looks fine, recheck on Firefox and I can see the blurring you’re talking about (even worse than what you had). Now I know what the source of the issue is I can see what I can do to fix the issue. Thank you, was super helpful!

Confirmed that the issue still happens with v0.65 (which is the latest version via the website

In the “<style> body, html {”, if you add “image-rendering: -moz-crisp-edges;” to that section it renders the loading screen correctly. This was figured out from https://stackoverflow.com/questions/388492/firefox-blurs-an-image-when-scaled-through-external-css-or-inline-style

A fixed file should now be uploaded. While doing some additional testing, the file didn’t work on IE or Edge browsers for me.

You can compile with this version Beta 66, but check that your game still works.

Thank you for the link. That also fixes the issue, though still noticed that the I.E. and Edge version don’t work. Ah well, at least it’s another bug down.