feat: add a small smoke asset

This commit is contained in:
Kazhnuz 2020-07-31 20:05:22 +02:00
parent 6cf1df4d5b
commit e26597c10a
2 changed files with 18 additions and 0 deletions

View 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,
},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB