- [NEW] Torxes implementades

This commit is contained in:
2026-03-09 12:15:58 +01:00
parent aa5f29ee24
commit f2a52570b1
10 changed files with 70 additions and 4 deletions

View File

@@ -120,4 +120,14 @@ animations = {
{ frame={x=48,y=0,w=8,h=8}, wait=100 },
}
},
["torxa"] = {
cycle = {1,2,3,4},
loop = true,
frames = {
{ frame={x=0,y=0,w=8,h=16}, wait=2 },
{ frame={x=8,y=0,w=8,h=16}, wait=2 },
{ frame={x=16,y=0,w=8,h=16}, wait=2 },
{ frame={x=24,y=0,w=8,h=16}, wait=2 }
}
},
}