From 162eca31378c749b8f70c32ce2ed988b1101e881 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 19 八月 2022 09:15:09 +0800 Subject: [PATCH] # --- static/js/object/StoreGoods.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/static/js/object/StoreGoods.js b/static/js/object/StoreGoods.js index cd62075..f8b85aa 100644 --- a/static/js/object/StoreGoods.js +++ b/static/js/object/StoreGoods.js @@ -74,6 +74,11 @@ positionZ -= 138 + 20; break case 'roller': + positionX = ref.position.x || 0; + positionY = ref.position.y || 0; + positionZ = ref.position.z || 0; + + positionY += 20; break default: break @@ -133,6 +138,11 @@ positionZ -= 138 + 20; break case 'roller': + positionX = ref.position.x || 0; + positionY = ref.position.y || 0; + positionZ = ref.position.z || 0; + + positionY += 20; break default: break -- Gitblit v1.9.1