Hi there!
OK, so I just figured out how to draw shapes with the graphics object.
But, I wonder why this method exist ?!?!
line = new Phaser.Line(100, 100, 200, 200);
... and then it gets positioned on update()
But a line, never gets rendered
Does this mean that, this method "Phaser.Line()" is useless ?!?!?!