From 05b85f2d4e0a8d4f11ac7f84e98056f6ffae9c18 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Wed, 26 May 2021 17:22:03 +0200 Subject: [PATCH] Test pipeline (2) --- 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 c6aa65d..6a175ac 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: 0xffff00 + backgroundColor: 0x0073db }); document.getElementById('game').appendChild(app.view);