- [FIX] arreglos en alguna habitació

- [NEW] particles quan la bala rebota
This commit is contained in:
2026-04-14 21:46:05 +02:00
parent 59fb6faa95
commit 3ca9f28021
6 changed files with 34 additions and 2 deletions

View File

@@ -54,6 +54,13 @@ animations = {
{ frame={x=156,y=0,w=4,h=3}, wait=4 }
}
},
["particle"] = {
cycle = {1},
loop = false,
frames = {
{ frame={x=112,y=0,w=8,h=8}, wait=100 }
}
},
["mummy_walk"] = {
cycle = {1,2,1,3},
loop = true,