diff --git a/src/application/types.ts b/src/application/types.ts index 5f337f8..cd120fb 100644 --- a/src/application/types.ts +++ b/src/application/types.ts @@ -15,7 +15,7 @@ export type HttpResponse = { export type AssetDataT = { key: string data: string - group: 'tiles' | 'objects' | 'sprites' | 'sprite_animations' | 'sound' | 'music' | 'ui' | 'font' | 'other' + group: 'tiles' | 'map_objects' | 'sprites' | 'sprite_animations' | 'sound' | 'music' | 'ui' | 'font' | 'other' updatedAt: Date originX?: number originY?: number diff --git a/src/components/game/map/MapObjects.vue b/src/components/game/map/MapObjects.vue index 4eb463d..f5eda4c 100644 --- a/src/components/game/map/MapObjects.vue +++ b/src/components/game/map/MapObjects.vue @@ -1,5 +1,5 @@