Skip to content

Commit

Permalink
fixed disappearing asset
Browse files Browse the repository at this point in the history
  • Loading branch information
NightLightLumie committed Nov 19, 2023
1 parent 48dba55 commit f20c844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const images: Image[] = [
];

/* Spritesheets */
const spritesheets: SpriteSheet[] = [];
const spritesheets: SpriteSheet[] = [
spritesheet('effects/dustyexplosion', 'dust', 128, 128),
];

/* Audios */
const audios: Audio[] = [
Expand Down

0 comments on commit f20c844

Please sign in to comment.