Implement Aspect tab and HP/Mana editor

This commit is contained in:
2026-01-28 21:38:10 +01:00
parent a412116b9c
commit 3081c05b55
13 changed files with 165 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
import type { CanvasContent, CanvasEdge, CanvasNode } from "~/types/canvas";
import { clamp, lerp } from "#shared/general";
import { dom, icon, svg, type HTMLElement } from "#shared/dom";
import { dom, icon, svg } from "#shared/dom";
import render from "#shared/markdown";
import { tooltip } from "#shared/floating";
import { History } from "#shared/history";