Feat : add fast animations option, move netcode handlers inside dict
release-tag / release-image (push) Successful in 29s
release-tag / release-image (push) Successful in 29s
This commit is contained in:
@@ -61,29 +61,14 @@ function tokenClick({ card, token }: { card: Card; token: Effect }) {
|
||||
|
||||
<template>
|
||||
<div class="market">
|
||||
<CardsGrouped
|
||||
:container="marketStack"
|
||||
:wrapped="true"
|
||||
:hidden="true"
|
||||
></CardsGrouped>
|
||||
<div class="separator"></div>
|
||||
<CardsGrouped
|
||||
:container="market"
|
||||
@cardClick="marketCardClick"
|
||||
:noEffects="true"
|
||||
:tokens="marketTokens"
|
||||
@tokenClick="tokenClick"
|
||||
>
|
||||
<CardsGrouped :container="market" @cardClick="marketCardClick" :noEffects="true" :tokens="marketTokens"
|
||||
@tokenClick="tokenClick">
|
||||
</CardsGrouped>
|
||||
<div class="separator"></div>
|
||||
<CardsGrouped
|
||||
:container="fire_gems"
|
||||
:wrapped="true"
|
||||
@cardClick="fireGemCardClick"
|
||||
:noEffects="true"
|
||||
:tokens="gemsTokens"
|
||||
@tokenClick="tokenClick"
|
||||
></CardsGrouped>
|
||||
<CardsGrouped :container="fire_gems" :wrapped="true" @cardClick="fireGemCardClick" :noEffects="true"
|
||||
:tokens="gemsTokens" @tokenClick="tokenClick"></CardsGrouped>
|
||||
<div class="separator"></div>
|
||||
<CardsGrouped :container="marketStack" :wrapped="true" :hidden="true"></CardsGrouped>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user