Merge branch 'character' into dev

This commit is contained in:
Clément Pons
2025-07-21 18:00:00 +02:00
82 changed files with 15935 additions and 1000 deletions

View File

@@ -90,6 +90,7 @@ if(overview.value && !overview.value.content)
}
const canvas = computed(() => overview.value && overview.value.content ? overview.value.content : undefined);
console.log(canvas.value);
function mount()
{
@@ -99,6 +100,7 @@ function mount()
element.value.appendChild(c.container);
c.mount();
}
updateScaleVar();
}
</script>