|
|
|
@ -849,6 +849,7 @@ export class SinglePointIcon extends PIXI.Container {
|
|
|
|
|
this.x = this.assetData.Point.x; |
|
|
|
|
this.y = this.assetData.Point.y; |
|
|
|
|
this.name = this.assetData.Id; |
|
|
|
|
this.angle = this.assetData.Angle; |
|
|
|
|
const singlePointIcon = PIXI.Sprite.from(this.assetData.ImageUrl); |
|
|
|
|
singlePointIcon.x = 0; |
|
|
|
|
singlePointIcon.y = 0; |
|
|
|
|