feat: add temporary sprite for encounters

This commit is contained in:
Kazhnuz 2021-03-26 15:19:23 +01:00
parent 8a34c4f012
commit 2ad4cf8182
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,18 @@
return {
metadata = {
height = 24,
width = 32,
defaultAnim = "default",
ox = 8,
oy = 24
},
animations = {
["default"] = {
startAt = 1,
endAt = 8,
loop = 1,
speed = 4,
pauseAtEnd = false,
},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB