Asset type enhancement
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user