Corrected z values of Lists

This commit is contained in:
Jocy
2017-04-11 12:28:04 +02:00
parent e7eb70e000
commit 8d7a147295
5 changed files with 11 additions and 29 deletions

View File

@ -231,7 +231,7 @@ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener
$mapFrame->addChild($lineQuad);
$lineQuad->setSize($width, 4);
$lineQuad->setSubStyle($lineQuad::SUBSTYLE_BgPlayerCardBig);
$lineQuad->setZ(0.001);
$lineQuad->setZ(-0.1);
}
$time = Formatter::timeElapsedString(strtotime($map->updated));