自动化立体仓库 - WCS系统
Junjie
2023-12-18 8df95e9b6b93b733c5176a8ad633dd701fd222f1
#map latest test
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/views/console4.html 4 ●●●● 补丁 | 查看 | 原始文档 | 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时变为手型指针