- [NEW] Comence a implementar enemics
- [NEW] Sistema de IA bàsica
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user