diff --git a/components/MarketCards.vue b/components/MarketCards.vue index df59e2a..87b3bf3 100644 --- a/components/MarketCards.vue +++ b/components/MarketCards.vue @@ -60,6 +60,7 @@ const isTurn = computed(() => goStore.self && goStore.current_game?.started && ( align-items: center; z-index: 2; position: relative; + gap: 2px; } .separator { diff --git a/components/PlayerIcon.vue b/components/PlayerIcon.vue new file mode 100644 index 0000000..5b469bb --- /dev/null +++ b/components/PlayerIcon.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 91dc712..b6935bd 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -87,18 +87,15 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
+
Pas encore prĂȘt...
+
PrĂȘt!
- - +
- - {{ props.player.username }} - - - + +
-
READY