Skip to content

Commit

Permalink
temporary hide Under The Big Top expansions (for release)
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Dec 12, 2021
1 parent 4237b3a commit 0bcdd45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/game-setup/tabs/FiguresTab.vue
Expand Up @@ -52,11 +52,11 @@
<use :href="`${MEEPLES_SVG}#shepherd`" />
</svg>
</GameElementBox>
<GameElementBox :item="GameElement.RINGMASTER" :max="9">
<!-- <GameElementBox :item="GameElement.RINGMASTER" :max="9">
<svg class="meeple" :width="55" :height="55">
<use :href="`${MEEPLES_SVG}#ringmaster`" />
</svg>
</GameElementBox>
</GameElementBox> -->
</div>
</ConfigSection>

Expand Down
4 changes: 2 additions & 2 deletions src/renderer/components/game-setup/tabs/RulesTab.vue
Expand Up @@ -128,7 +128,7 @@
<template #description>Espace allowed via a&nbsp;neighboring monastery.</template>
<template #disabled>Siege expansion is not in the game.</template>
</GameMechanicsBox>
<GameMechanicsBox :item="GameElement.ACROBATS">
<!-- <GameMechanicsBox :item="GameElement.ACROBATS">
<template #icon>
<svg class="meeple" width="55" height="55">
<g transform="scale(0.55)">
Expand All @@ -140,7 +140,7 @@
</template>
<template #description>Placing meeple as an acrobat on acrobat tile.</template>
<template #disabled>Under The Big Top expansion is not in the game.</template>
</GameMechanicsBox>
</GameMechanicsBox> -->
</div>
</ConfigSection>

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/game-setup/tabs/TileSetsTab.vue
Expand Up @@ -16,7 +16,7 @@
<ExpansionBox :expansion="Expansion.ABBEY_AND_MAYOR" @open-detail="openDetail" />
<ExpansionBox :expansion="Expansion.BRIDGES_CASTLES_AND_BAZAARS" @open-detail="openDetail" />
<ExpansionBox :expansion="Expansion.HILLS_AND_SHEEP" @open-detail="openDetail" />
<ExpansionBox :expansion="Expansion.UNDER_THE_BIG_TOP" @open-detail="openDetail" />
<!--ExpansionBox :expansion="Expansion.UNDER_THE_BIG_TOP" @open-detail="openDetail" /-->
</div>
</ConfigSection>

Expand Down

0 comments on commit 0bcdd45

Please sign in to comment.