From 53f1639b4ce2844c3566c74b73029aad0e4dc4e2 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Sun, 30 Jan 2022 04:07:37 -0800 Subject: [PATCH] Adjust bg --- Engine/src/engine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/src/engine.ts b/Engine/src/engine.ts index ebe1923..9aed747 100644 --- a/Engine/src/engine.ts +++ b/Engine/src/engine.ts @@ -27,7 +27,7 @@ export class Engine { this.states = [] this.ctx = { app: new PIXI.Application({ - backgroundColor: 0x222222, + backgroundColor: 0x111111, resizeTo: target, }), push: (state: StateI) => this.pushState(state),