improved add & erase buttons

This commit is contained in:
steeffeen
2014-07-05 12:50:26 +02:00
parent c506c7b0da
commit 5066d31ca5
2 changed files with 16 additions and 11 deletions

View File

@ -168,7 +168,7 @@ class StyleManager {
// Background Quad
$backgroundQuad = new Quad();
$frame->add($backgroundQuad);
$backgroundQuad->setZ(-1)
$backgroundQuad->setZ(-2)
->setSize($width, $height)
->setStyles($quadStyle, $quadSubstyle);