Added support for keeping currently marked hitPoints/stress when transforming

This commit is contained in:
WBHarry 2026-03-07 14:25:39 +01:00
parent dcf0293008
commit 800eefbddf
6 changed files with 86 additions and 9 deletions

View file

@ -11,6 +11,21 @@
display: flex;
flex-direction: column;
gap: 10px;
.transform-resources {
display: flex;
justify-content: space-between;
.transform-resource {
display: flex;
flex-direction: column;
gap: 2px;
.resource-title {
font-size: var(--font-size-18);
}
}
}
}
.actor-drop-line {