feat: add temporary sprite for encounters
This commit is contained in:
parent
8a34c4f012
commit
2ad4cf8182
2 changed files with 18 additions and 0 deletions
18
sonic-radiance.love/assets/sprites/encounter.lua
Normal file
18
sonic-radiance.love/assets/sprites/encounter.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
}
|
BIN
sonic-radiance.love/assets/sprites/encounter.png
Normal file
BIN
sonic-radiance.love/assets/sprites/encounter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in a new issue