From cb2be528150ae765471218ea1c878b280c348662 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Wed, 26 May 2021 17:13:30 +0200 Subject: [PATCH] Test pipeline --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index 6a175ac..c6aa65d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1,7 +1,7 @@ const app = new PIXI.Application({ autoResize: true, resolution: devicePixelRatio, - backgroundColor: 0x0073db + backgroundColor: 0xffff00 }); document.getElementById('game').appendChild(app.view);