- [NEW] Ja camina, bota, cau, puja i baixa escales i cordes

This commit is contained in:
2025-06-21 17:28:59 +02:00
parent 1271c74c53
commit 6fff1996f1
8 changed files with 100 additions and 10 deletions

View File

@@ -6,6 +6,12 @@ animations = {
{ frame={x=0,y=0,w=16,h=17}, wait=2 },
}
},
["hero_jump"] = {
cycle = {1},
frames = {
{ frame={x=32,y=0,w=16,h=17}, wait=2 },
}
},
["hero_walk"] = {
cycle = {1,2,1,3},
frames = {
@@ -13,5 +19,18 @@ animations = {
{ frame={x=16,y=0,w=16,h=17}, wait=2 },
{ frame={x=32,y=0,w=16,h=17}, wait=2 }
}
}
},
["hero_stairs_idle"] = {
cycle = {1},
frames = {
{ frame={x=48,y=0,w=16,h=17}, wait=2 }
}
},
["hero_stairs"] = {
cycle = {1,2},
frames = {
{ frame={x=48,y=0,w=16,h=17}, wait=2 },
{ frame={x=48,y=0,w=16,h=17}, wait=2, reversed=true }
}
},
}