- [WIP] Implementant a Nemesio

This commit is contained in:
2026-03-13 13:16:11 +01:00
parent a987fb330a
commit c4da64aa1f
8 changed files with 67 additions and 0 deletions

View File

@@ -187,4 +187,11 @@ animations = {
{ frame={x=0,y=9,w=16,h=6}, wait=100 }
}
},
["nemesio"] = {
cycle = {1},
loop = false,
frames = {
{ frame={x=0,y=0,w=16,h=16}, wait=100 }
}
},
}