début des messages d'items

This commit is contained in:
rwanoux
2024-11-26 12:48:27 +01:00
parent 1327f92f41
commit dc621f2223
36 changed files with 449 additions and 124 deletions
+4 -4
View File
@@ -20,8 +20,8 @@ export async function initUserDice(dice3d, user) {
name: 'human_' + user.name,
description: "human totem dice for " + user.name,
category: "vermine 2047",
foreground: oppositeColor(lightenColor(baseColor, 60)),
background: lightenColor(baseColor, 60),
foreground: oppositeColor(lightenColor(baseColor, 70)),
background: lightenColor(baseColor, 70),
outline: 'black',
visibility: 'visible',
@@ -30,8 +30,8 @@ export async function initUserDice(dice3d, user) {
name: 'adapted_' + user.name,
description: "adapted totem dice for " + user.name,
category: "vermine 2047",
foreground: oppositeColor(darkenColor(baseColor, 60)),
background: darkenColor(baseColor, 60),
foreground: oppositeColor(darkenColor(baseColor, 70)),
background: darkenColor(baseColor, 70),
outline: 'black',
visibility: 'visible',