This commit is contained in:
kremsy 2014-02-02 20:05:34 +01:00 committed by Steffen Schröder
parent 8c0fa26cd4
commit 1af090829c

View File

@ -165,7 +165,7 @@ class StyleManager {
// mainframe
$frame = new Frame();
$frame->setSize($width, $height);
$frame->setPosition(0, 0, 10);
$frame->setPosition(0, 0, 35); //TODO place before scoreboards
// Background Quad
$backgroundQuad = new Quad();