Loading sprites and animations now works
This commit is contained in:
@ -6,7 +6,9 @@ export type Notification = {
|
||||
export type Asset = {
|
||||
key: string
|
||||
url: string
|
||||
group: 'tiles' | 'objects' | 'sound' | 'music' | 'ui' | 'font' | 'other' | 'sprite'
|
||||
group: 'tiles' | 'objects' | 'sprites' | 'sprite_animations' | 'sound' | 'music' | 'ui' | 'font' | 'other'
|
||||
frameWidth?: number
|
||||
frameHeight?: number
|
||||
}
|
||||
|
||||
export type Tile = {
|
||||
|
Reference in New Issue
Block a user