Skip to content

Commit

Permalink
📦 beta build v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rae committed Oct 21, 2023
1 parent 3bba78f commit 09138b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
16 changes: 8 additions & 8 deletions play/deckbuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -4846,14 +4846,6 @@ <h2>Dirty Deckbuilder</h2>
<td><button class="numButt" onclick="remove('WBG', 'N')">-</button></td>
<td>0</td>
</tr>
<tr id="ZXR" data-f="T" data-r="H" data-t="C" data-s="5">
<td><img src="img/icons/faction/tempys.png" /></td>
<td><img src="img/icons/rarity/new/heroic.png" /></td>
<td>Zarox, the Raging</td>
<td><button class="numButt" onclick="add('ZXR', 'T')">+</button></td>
<td><button class="numButt" onclick="remove('ZXR', 'T')">-</button></td>
<td>0</td>
</tr>
<tr id="XCR" data-f="N" data-r="C" data-t="C" data-s="2">
<td><img src="img/icons/faction/nekrium.png" /></td>
<td><img src="img/icons/rarity/new/common.png" /></td>
Expand Down Expand Up @@ -4942,6 +4934,14 @@ <h2>Dirty Deckbuilder</h2>
<td><button class="numButt" onclick="remove('YNS', 'N')">-</button></td>
<td>0</td>
</tr>
<tr id="ZXR" data-f="T" data-r="H" data-t="C" data-s="5">
<td><img src="img/icons/faction/tempys.png" /></td>
<td><img src="img/icons/rarity/new/heroic.png" /></td>
<td>Zarox, the Raging</td>
<td><button class="numButt" onclick="add('ZXR', 'T')">+</button></td>
<td><button class="numButt" onclick="remove('ZXR', 'T')">-</button></td>
<td>0</td>
</tr>
<tr id="ZPM" data-f="T" data-r="R" data-t="C" data-s="1">
<td><img src="img/icons/faction/tempys.png" /></td>
<td><img src="img/icons/rarity/new/rare.png" /></td>
Expand Down
7 changes: 4 additions & 3 deletions play/dist/solforge.js

Large diffs are not rendered by default.

0 comments on commit 09138b2

Please sign in to comment.