diff --git a/sonic-radiance.love/assets/sprites/gfx/smallsmoke.lua b/sonic-radiance.love/assets/sprites/gfx/smallsmoke.lua new file mode 100644 index 0000000..4dbd8f2 --- /dev/null +++ b/sonic-radiance.love/assets/sprites/gfx/smallsmoke.lua @@ -0,0 +1,18 @@ +return { + metadata = { + height = 16, + width = 16, + defaultAnim = "default", + ox = 8, + oy = 8, + }, + animations = { + ["default"] = { + startAt = 1, + endAt = 8, + loop = 1, + speed = 15, + pauseAtEnd = false, + }, + } +} diff --git a/sonic-radiance.love/assets/sprites/gfx/smallsmoke.png b/sonic-radiance.love/assets/sprites/gfx/smallsmoke.png new file mode 100644 index 0000000..94ac95d Binary files /dev/null and b/sonic-radiance.love/assets/sprites/gfx/smallsmoke.png differ