Junjie
2023-12-18 7cb91edeb02a377e3bdf1ef98e60fa2e6d9d5c96
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 * width;//更新坐标x
                shuttle.y = item.wcsPoint.y * height;//更新坐标y
                shuttle.x = item.wcsPoint.x * height;//更新坐标x
                shuttle.y = item.wcsPoint.y * width;//更新坐标y
                shuttle.updateMoveStatus = true;//动画执行完成
                shuttle.interactive = true; // 必须要设置才能接收事件
                shuttle.buttonMode = true; // 让光标在hover时变为手型指针