Migrating UI for new data structures

This commit is contained in:
Stefan Zermatten
2021-10-15 11:12:40 +02:00
parent f3c52999e8
commit ea68cdf86f
35 changed files with 511 additions and 271 deletions

View File

@@ -1,7 +1,7 @@
import constant from './constant.js';
const rollArray = {
constructor({values, diceSize, diceNum}) {
create({values, diceSize, diceNum}) {
return {
parseType: 'rollArray',
values,