Test pipeline (2)

This commit is contained in:
Administrator 2021-05-26 17:22:03 +02:00
parent cb2be52815
commit 05b85f2d4e

View File

@ -1,7 +1,7 @@
const app = new PIXI.Application({
autoResize: true,
resolution: devicePixelRatio,
backgroundColor: 0xffff00
backgroundColor: 0x0073db
});
document.getElementById('game').appendChild(app.view);