improvement: better encounter sprite

This commit is contained in:
Kazhnuz 2021-04-02 17:46:51 +02:00
parent f12074d659
commit b1e308bf82
2 changed files with 3 additions and 3 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB