usage reporter start

This commit is contained in:
kremsy
2014-01-17 18:58:15 +01:00
committed by Steffen Schröder
parent dc56815f02
commit 28d927e05e
4 changed files with 75 additions and 0 deletions

View File

@ -389,6 +389,14 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener {
$backgroundQuad = new Quad();
$frame->add($backgroundQuad);
$backgroundQuad->setSize($width, $height);
$backgroundQuad->setImage('https://dl.dropboxusercontent.com/u/105352981/Stuff/CAM%20SM%20BORDER%20PNG.png'); //TODO just a test
//$backgroundQuad->setStyles($quadStyle, $quadSubstyle);
$backgroundQuad->setZ(0.2);
// Background Quad
$backgroundQuad = new Quad();
$frame->add($backgroundQuad);
$backgroundQuad->setSize($width - 2, $height - 2);
$backgroundQuad->setStyles($quadStyle, $quadSubstyle);
$backgroundQuad->setZ(0.1);