Removed pixelDeviceRatio

This commit is contained in:
2022-10-04 15:26:17 +02:00
parent c5c2759ebd
commit 3b1ab1f392
5 changed files with 116 additions and 110 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default class PIXIApp extends PIXI.Application {
backgroundColor = 0x282828,
theme = 'dark',
antialias = true,
resolution = window.devicePixelRatio || 1,
resolution = 1,
autoResize = true,
fpsLogging = false,
progress = {},