-[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

@@ -205,7 +205,7 @@ function me.create(type, options)
animation = "gota_generador",
state = me.ALIVE,
enemy = true,
timer = 0,
timer = math.random(0,100),
room = options.room,
ia = ia.update_gota
}