mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed State background color settings
This commit is contained in:
parent
52fb79bad2
commit
25356ec209
1 changed files with 1 additions and 4 deletions
|
@ -50,10 +50,7 @@ var Settings = {
|
||||||
|
|
||||||
// The following only apply if renderToTexture is true
|
// The following only apply if renderToTexture is true
|
||||||
|
|
||||||
autoResize: GetValue(config, 'autoResize', false),
|
autoResize: GetValue(config, 'autoResize', false)
|
||||||
transparent: GetValue(config, 'transparent', false),
|
|
||||||
clearBeforeRender: GetValue(config, 'clearBeforeRender', true),
|
|
||||||
backgroundColor: GetValue(config, 'backgroundColor', false)
|
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue