src/main/webapp/views/console4.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/console4.html
@@ -249,8 +249,8 @@ const shuttle = new PIXI.Sprite(resources.shuttle.texture); shuttle.width = width shuttle.height = height shuttle.x = item.wcsPoint.x * height;//更新坐标x shuttle.y = item.wcsPoint.y * width;//更新坐标y shuttle.x = item.wcsPoint.y * width;//更新坐标x shuttle.y = item.wcsPoint.x * height;//更新坐标y shuttle.updateMoveStatus = true;//动画执行完成 shuttle.interactive = true; // 必须要设置才能接收事件 shuttle.buttonMode = true; // 让光标在hover时变为手型指针