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),