Test pipeline

This commit is contained in:
Administrator 2021-05-26 17:13:30 +02:00
parent a1a75fffdb
commit cb2be52815

View File

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