Skip to content

Commit 2682fec

Browse files
committed
Update index.html
1 parent aa2e4d2 commit 2682fec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

games/roll/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
<button onclick="collect_boards();">Boards</button>
118118
</td>
119119
</tr>
120+
<tr>
121+
<td class="tight">
122+
<button id="shuffle" onclick="shuffle_selected_pieces(0);">(Z)huffle Selected</button>
123+
<button id="roll" onclick="scramble_selected_pieces();">(R)oll Selected</button>
124+
</td>
125+
</tr>
120126
</table>
121127
</div>
122128

0 commit comments

Comments
 (0)