Adjusted speed animation, temp. disabled inventory

This commit is contained in:
2024-08-03 18:31:08 +02:00
parent afc93ff9ad
commit fb6a7834e3
3 changed files with 72 additions and 72 deletions

View File

@ -60,7 +60,7 @@ const updatePosition = (x: number, y: number) => {
targets: { x: currentX.value, y: currentY.value },
x: targetX,
y: targetY,
duration: 200,
duration: 150,
ease: 'Linear',
onUpdate: (tween) => {
currentX.value = tween.targets[0].x ?? 0