| | |
| | | deep: true, |
| | | handler(val) { |
| | | if (!val) { |
| | | var sprite = pixiStageList[this.drawerLocNoData.x][this.drawerLocNoData.y]; |
| | | var sprite = pixiStageList[this.drawerLocNoData.x - 1][this.drawerLocNoData.y]; |
| | | updateColor(sprite, 0xFFFFFF);//恢复颜色 |
| | | } |
| | | } |
| | |
| | | pixiStageList[index][idx] = sprite |
| | | } |
| | | }); |
| | | |
| | | //视角居中 |
| | | let containerWidth = (pixiApp.view.width - objectsContainer.width) / 2; |
| | | let containerHeight = (pixiApp.view.height - objectsContainer.height) / 2; |
| | | pixiApp.stage.position.set(containerWidth, containerHeight); |
| | | }else { |
| | | let diff = this.findDiffList(this.map, map); |
| | | diff.forEach((item, index) => { |
| | |
| | | objectsContainer.removeChild(sta.statusObj) |
| | | sta.statusObj = null; |
| | | } |
| | | }else if (item.siteStatus == "site-auto-run") { |
| | | }else if (item.siteStatus == "site-auto-run" || item.siteStatus == "site-auto-run-id") { |
| | | //自动有物 |
| | | let graphics = getGraphics(0xfa51f6, width, height, sta.x, sta.y); |
| | | graphics.addChild(sta.textObj);//继承文字信息 |