fixes v12

This commit is contained in:
rwanoux
2024-06-24 08:41:59 +02:00
parent 9d74f5fe14
commit f4a56aa6b0
61 changed files with 485 additions and 422 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
export async function initUserDice(dice3d, user) {
let baseColor = user.color;
let baseColor = user.color.css;
dice3d.addColorset({
name: 'regular_' + user.name,
description: "regular dice for " + user.name,