FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Character textures don't load correctly on LibreWolf browser #18

Closed FrostyNick closed 1 year ago

FrostyNick commented 1 year ago

Preview and screenshots are from the online website. Character seemed to load before v1.2.0 last time. Everything works functionally. No issues on Brave Browser.

2 screenshots: ![image](https://github.com/FrancisTR/RhythmSwipe/assets/57016218/97c13dd8-97e7-4388-bbc0-dbeb7b83ec4c) ![image](https://github.com/FrancisTR/RhythmSwipe/assets/57016218/05148b1c-41e2-4500-822b-97e857f8b17a)
FrancisTR commented 1 year ago

@FrostyNick Is this something we can fix or is it a browser thing?

FrostyNick commented 1 year ago

It's not difficult to disable in the browser if it's enabled. Just remembered this feature is also in Firefox but disabled by default.

Pop up: example of popup showing

I just realized this seems to be a part of the p5js library with the GUI elements in general. Everything seems to be wrapped in a canvas object. Maybe that's the reason? Probably not much we can do about this, although I might not know enough about p5js.

image

FrostyNick commented 1 year ago

Game still fully works mostly invisibly after running noCanvas(); in console which is interesting. https://p5js.org/reference/#/p5/noCanvas

FrostyNick commented 1 year ago

Might be too much effort to fix this issue if that is practically possible.