- [NEW] afegit dimoni

This commit is contained in:
2026-04-13 12:01:22 +02:00
parent 90f66a4cdc
commit 44398f3080
8 changed files with 65 additions and 1 deletions

View File

@@ -240,4 +240,13 @@ animations = {
{ frame={x=32,y=0,w=16,h=18}, offset={flipped={x=0,y=-2}}, wait=2 }
}
},
["dimoni_walk"] = {
cycle = {1,2,1,3},
loop = true,
frames = {
{ frame={x=0,y=0,w=16,h=17}, offset={normal={x=0,y=-2}, flipped={x=0,y=-2}}, wait=4 },
{ frame={x=16,y=0,w=16,h=17}, offset={normal={x=0,y=-2}, flipped={x=0,y=-2}}, wait=4 },
{ frame={x=32,y=0,w=16,h=17}, offset={normal={x=0,y=-2}, flipped={x=0,y=-2}}, wait=4 }
}
},
}