-[NEW] Retras aleatori per a les gotes

-[FIX] Arreglada representació gràfica de les gotes en l'editor
This commit is contained in:
2026-03-23 11:51:56 +01:00
parent 53aea81265
commit abb3e5e048
5 changed files with 9 additions and 14 deletions

View File

@@ -206,16 +206,16 @@ animations = {
},
["gota_generador"] = {
cycle = {1,2,3,4,5,6,7,8},
loop = false,
loop = true,
frames = {
{ frame={x=48,y=0,w=8,h=8}, wait=50 },
{ frame={x=48,y=0,w=8,h=8}, wait=1 },
{ frame={x=0,y=0,w=8,h=8}, wait=2 },
{ frame={x=8,y=0,w=8,h=8}, wait=2 },
{ frame={x=16,y=0,w=8,h=8}, wait=2 },
{ frame={x=24,y=0,w=8,h=8}, wait=2 },
{ frame={x=32,y=0,w=8,h=8}, wait=2 },
{ frame={x=40,y=0,w=8,h=8}, wait=2 },
{ frame={x=48,y=0,w=8,h=8}, wait=50 },
{ frame={x=48,y=0,w=8,h=8}, wait=1 }
}
},
["gota"] = {