forked from noxious/client
Adjusted speed animation, temp. disabled inventory
This commit is contained in:
@ -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
|
||||
|
@ -9,7 +9,7 @@
|
||||
<div class="flex absolute justify-between left-0 right-0 top-12 mx-12 my-0">
|
||||
<Hud />
|
||||
</div>
|
||||
<Inventory />
|
||||
<!-- <Inventory />-->
|
||||
<World v-if="isLoaded" :key="gameStore.character?.zoneId" />
|
||||
<div class="flex absolute justify-between left-0 right-0 bottom-24 h-24 mx-12 my-0">
|
||||
<Chat />
|
||||
|
Reference in New Issue
Block a user