Replaced modal resize icon, started writing components for character type management, spride field made optional

This commit is contained in:
2024-10-19 02:15:48 +02:00
parent 68222ab511
commit a0f0b40ed3
11 changed files with 315 additions and 16 deletions

View File

@ -136,8 +136,8 @@ export type CharacterType = {
gender: CharacterGender
race: CharacterRace
characters: Character[]
spriteId: string
sprite: Sprite
spriteId?: string
sprite?: Sprite
createdAt: Date
updatedAt: Date
}