Adjust bg
This commit is contained in:
parent
2de866b26a
commit
53f1639b4c
|
@ -27,7 +27,7 @@ export class Engine {
|
||||||
this.states = []
|
this.states = []
|
||||||
this.ctx = {
|
this.ctx = {
|
||||||
app: new PIXI.Application({
|
app: new PIXI.Application({
|
||||||
backgroundColor: 0x222222,
|
backgroundColor: 0x111111,
|
||||||
resizeTo: target,
|
resizeTo: target,
|
||||||
}),
|
}),
|
||||||
push: (state: StateI) => this.pushState(state),
|
push: (state: StateI) => this.pushState(state),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user