diff --git a/components/game/Market.vue b/components/game/Market.vue index 12754ac..f737cc8 100644 --- a/components/game/Market.vue +++ b/components/game/Market.vue @@ -111,3 +111,9 @@ function tokenClick({ card, token }: { card: Card; token: Effect }) { width: 50px; } + + diff --git a/components/game/player/Self.vue b/components/game/player/Self.vue index 91b6cb1..f0dbf48 100644 --- a/components/game/player/Self.vue +++ b/components/game/player/Self.vue @@ -73,7 +73,7 @@ const props = defineProps(); bottom: -50px; max-width: 100vw; justify-content: flex-start; - transition: 0.5s all var(--animation-curve); + transition: 0.25s all var(--animation-curve); transform: translate(-50%, 150px); } @@ -88,21 +88,28 @@ const props = defineProps();