sonic-radiance/sonic-radiance.love/assets/sprites/encounter.lua

19 lines
295 B
Lua
Raw Permalink Normal View History

return {
metadata = {
2021-04-02 17:46:51 +02:00
height = 25,
width = 32,
defaultAnim = "default",
ox = 8,
2021-04-02 17:46:51 +02:00
oy = 25
},
animations = {
["default"] = {
startAt = 1,
2021-04-02 17:46:51 +02:00
endAt = 2,
loop = 1,
speed = 4,
pauseAtEnd = false,
},
}
}