- [NEW] Animació de caminar i d'estar quet de Morcus activades

- [NEW] Es pot pasar quan es vullga del joc al editor i viceversa
- [NEW] Els shaders s'activen en el joc i se desactiven en l'editor
This commit is contained in:
2025-06-20 19:44:36 +02:00
parent 9a6bceec91
commit 1271c74c53
10 changed files with 58 additions and 11 deletions

View File

@@ -1,11 +1,17 @@
animations = {
["hero_stand"] = {
cycle = {1},
frames = {
{ frame={x=0,y=0,w=16,h=17}, wait=2 },
}
},
["hero_walk"] = {
cycle = {1,2,1,3},
frames = {
{ frame={x=0,y=0,w=16,h=17}, wait=4 },
{ frame={x=16,y=0,w=16,h=17}, wait=4 },
{ frame={x=32,y=0,w=16,h=17}, wait=4 }
{ frame={x=0,y=0,w=16,h=17}, wait=2 },
{ frame={x=16,y=0,w=16,h=17}, wait=2 },
{ frame={x=32,y=0,w=16,h=17}, wait=2 }
}
}
}