Asset type enhancement

This commit is contained in:
2024-07-26 19:12:28 +02:00
parent a071261e86
commit d1f6920ed6
2 changed files with 5 additions and 16 deletions

View File

@ -5,9 +5,8 @@ export type Notification = {
export type Asset = {
key: string
value: string
group: 'tiles' | 'objects' | 'sound' | 'music' | 'ui' | 'font' | 'other'
type: 'base64' | 'link'
url: string
group: 'tiles' | 'objects' | 'sound' | 'music' | 'ui' | 'font' | 'other' | 'sprite'
}
export type Tile = {