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