Test pipeline
This commit is contained in:
parent
a1a75fffdb
commit
cb2be52815
@ -1,7 +1,7 @@
|
|||||||
const app = new PIXI.Application({
|
const app = new PIXI.Application({
|
||||||
autoResize: true,
|
autoResize: true,
|
||||||
resolution: devicePixelRatio,
|
resolution: devicePixelRatio,
|
||||||
backgroundColor: 0x0073db
|
backgroundColor: 0xffff00
|
||||||
});
|
});
|
||||||
document.getElementById('game').appendChild(app.view);
|
document.getElementById('game').appendChild(app.view);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user