feature/#215-dexie-caching-implementation
This commit is contained in:
@ -4,10 +4,11 @@ export type Notification = {
|
||||
message?: string
|
||||
}
|
||||
|
||||
export type Asset = {
|
||||
export type AssetT = {
|
||||
key: string
|
||||
url: string
|
||||
group: 'tiles' | 'objects' | 'sprites' | 'sprite_animations' | 'sound' | 'music' | 'ui' | 'font' | 'other'
|
||||
updatedAt: Date
|
||||
frameCount?: number
|
||||
frameWidth?: number
|
||||
frameHeight?: number
|
||||
|
Reference in New Issue
Block a user