POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code
This commit is contained in:
@ -12,9 +12,9 @@ export type HttpResponse<T> = {
|
||||
data?: T
|
||||
}
|
||||
|
||||
export type AssetDataT = {
|
||||
export type TextureData = {
|
||||
key: string
|
||||
data: string
|
||||
data: string // URL or Base64 encoded blob
|
||||
group: 'tiles' | 'map_objects' | 'sprites' | 'sprite_animations' | 'sound' | 'music' | 'ui' | 'font' | 'other'
|
||||
updatedAt: Date
|
||||
originX?: number
|
||||
|
Reference in New Issue
Block a user