Skip to content

Commit 2868372

Browse files
committed
Add domino-specific sheet
1 parent 28dec44 commit 2868372

5 files changed

Lines changed: 591 additions & 3 deletions

File tree

contact.png

34 KB
Loading

contact.svg

34 KB
Loading

src/renderers/_base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export abstract class RendererBase {
231231
*/
232232
constructor() {
233233
this.options = {
234-
sheets: ["core", "dice", "looney", "piecepack", "chess", "streetcar", "nato", "decktet", "arimaa", "experimental"],
234+
sheets: ["core", "dice", "dominoes", "looney", "piecepack", "chess", "streetcar", "nato", "decktet", "arimaa", "experimental"],
235235
colourContext: {
236236
background: "#fff",
237237
fill: "#000",

0 commit comments

Comments
 (0)