- [NEW] Comence a implementar enemics

- [NEW] Sistema de IA bàsica
This commit is contained in:
2025-06-23 19:20:41 +02:00
parent a5634a5869
commit 4fc968dcc4
4 changed files with 70 additions and 21 deletions

View File

@@ -33,4 +33,12 @@ animations = {
{ frame={x=48,y=0,w=16,h=17}, wait=4, reversed=true }
}
},
["mummy_walk"] = {
cycle = {1,2,1,3},
frames = {
{ frame={x=0,y=24,w=16,h=17}, wait=4 },
{ frame={x=16,y=24,w=16,h=17}, wait=4 },
{ frame={x=32,y=24,w=16,h=17}, wait=4 }
}
},
}