phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
37k stars 7.08k forks source link

The quality of the images is lost #6848

Closed nvphi91 closed 1 month ago

nvphi91 commented 3 months ago

I have a problem with image quality in phaser 3. When resizing or setDisplaySize, the quality of the images is lost. Is this a issue in Phaser 3? I'm using ver 3.80.1

photonstorm commented 3 months ago

More context needed: What size is your canvas? What size are the images, and what size are you scaling them to? All of these factors dictate what the end result looks like.

photonstorm commented 1 month ago

Closed due to lack of response.