improvement: better encounter sprite
This commit is contained in:
parent
f12074d659
commit
b1e308bf82
2 changed files with 3 additions and 3 deletions
|
@ -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 |
Loading…
Reference in a new issue