feat: add a small smoke asset
This commit is contained in:
parent
6cf1df4d5b
commit
e26597c10a
2 changed files with 18 additions and 0 deletions
18
sonic-radiance.love/assets/sprites/gfx/smallsmoke.lua
Normal file
18
sonic-radiance.love/assets/sprites/gfx/smallsmoke.lua
Normal file
|
@ -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,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
BIN
sonic-radiance.love/assets/sprites/gfx/smallsmoke.png
Normal file
BIN
sonic-radiance.love/assets/sprites/gfx/smallsmoke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue