Adjust bg

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 04:07:37 -08:00
parent 2de866b26a
commit 53f1639b4c

View File

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