Progress on visual rework of the character editor

This commit is contained in:
2025-07-09 23:58:24 +02:00
parent da5c1202ed
commit 996b9711e4
13 changed files with 360 additions and 288 deletions

View File

@@ -84,7 +84,7 @@ export type Character = {
name: string;
people?: number;
level: number;
aspect?: number | null;
aspect?: number;
notes?: string | null;
health: number;
mana: number;