Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxankey committed Sep 3, 2019
1 parent aa2e4d2 commit 2682fec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions games/roll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
<button onclick="collect_boards();">Boards</button>
</td>
</tr>
<tr>
<td class="tight">
<button id="shuffle" onclick="shuffle_selected_pieces(0);">(Z)huffle Selected</button>
<button id="roll" onclick="scramble_selected_pieces();">(R)oll Selected</button>
</td>
</tr>
</table>
</div>

Expand Down

0 comments on commit 2682fec

Please sign in to comment.