Fix start position

This commit is contained in:
Gregoire Parant 2020-10-24 12:17:51 +02:00
parent 22e36dc20e
commit 146245f193

View file

@ -1132,7 +1132,7 @@ export class GameScene extends ResizableScene implements CenterListener {
}
arcGroup = this.add.ellipse(
Math.round(groupPositionMessage.position.x),
Math.round(groupPositionMessage.position.y),
Math.round(groupPositionMessage.position.y) + ((widthEllipse - heightEllipse) / 2),
widthEllipse,
heightEllipse,
0xFFFFFF,