moved defaultwindow more to z
This commit is contained in:
parent
3c94a35573
commit
eb5f59cd48
@ -159,7 +159,7 @@ class StyleManager {
|
|||||||
|
|
||||||
// mainframe
|
// mainframe
|
||||||
$frame = new Frame();
|
$frame = new Frame();
|
||||||
$frame->setSize($width, $height)->setZ(35); //TODO place before scoreboards
|
$frame->setSize($width, $height)->setZ(45); //TODO place before scoreboards
|
||||||
|
|
||||||
// Background Quad
|
// Background Quad
|
||||||
$backgroundQuad = new Quad();
|
$backgroundQuad = new Quad();
|
||||||
|
Loading…
Reference in New Issue
Block a user