mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +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
|
||||
|
||||
autoResize: GetValue(config, 'autoResize', false),
|
||||
transparent: GetValue(config, 'transparent', false),
|
||||
clearBeforeRender: GetValue(config, 'clearBeforeRender', true),
|
||||
backgroundColor: GetValue(config, 'backgroundColor', false)
|
||||
autoResize: GetValue(config, 'autoResize', false)
|
||||
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue