Skip to content

Commit

Permalink
Show game text by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Feb 16, 2024
1 parent 3361d30 commit b5c3214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/Cards/Character.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const artCollection = ArtRepository.loadAll(await Astro.glob('../../cards/images
<th scope="col" data-type="number">Power</th>
<th scope="col">Enter Cost</th>
<th scope="col">Tags</th>
<th scope="col" data-hidden="true">Game Text</th>
<th scope="col">Game Text</th>
<th scope="col" data-hidden="true">Flavorlogue</th>
<th scope="col" data-type="number">Stars</th>
<th scope="col">Art Credit</th>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Cards/Executable.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const artCollection = ArtRepository.loadAll(await Astro.glob('../../cards/images
<th scope="col">TITLE</th>
<th scope="col">subtitle</th>
<th scope="col">Enter Cost</th>
<th scope="col" data-hidden="true">Game Text</th>
<th scope="col">Game Text</th>
<th scope="col" data-hidden="true">Flavorlogue</th>
<th scope="col" data-type="number">Stars</th>
<th scope="col">Art Credit</th>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Cards/Inventory.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const artCollection = ArtRepository.loadAll(await Astro.glob('../../cards/images
<th scope="col">TITLE</th>
<th scope="col">subtitle</th>
<th scope="col">Enter Cost</th>
<th scope="col" data-hidden="true">Game Text</th>
<th scope="col">Game Text</th>
<th scope="col" data-hidden="true">Flavorlogue</th>
<th scope="col" data-type="number">Stars</th>
<th scope="col">Art Credit</th>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Cards/Planet.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const artCollection = ArtRepository.loadAll(await Astro.glob('../../cards/images
<th scope="col" data-type="number">Power</th>
<th scope="col">Max Damage</th>
<th scope="col">Draw Boost</th>
<th scope="col" data-hidden="true">Game Text</th>
<th scope="col">Game Text</th>
<th scope="col" data-hidden="true">Flavorlogue</th>
<th scope="col" data-type="number">Stars</th>
<th scope="col">Art Credit</th>
Expand Down

0 comments on commit b5c3214

Please sign in to comment.