Files
paku/data/animations.lua
Raimon Zamora 9a6bceec91 - [NEW] 'animations' module
- [NEW] 'game' module
- [NEW] 'sprites' module
- [NEW] more tiles
- [NEW] Can choose which tile layer to edit from the editor menu
2025-06-20 18:32:46 +02:00

11 lines
255 B
Lua

animations = {
["hero_walk"] = {
cycle = {1,2,1,3},
frames = {
{ frame={x=0,y=0,w=16,h=17}, wait=4 },
{ frame={x=16,y=0,w=16,h=17}, wait=4 },
{ frame={x=32,y=0,w=16,h=17}, wait=4 }
}
}
}