[FIX] Sistema de navegació entre pantalles (flow)

- Optimitzat el logo. Ara necessita menys memòria aprofitant les funcions de paleta
This commit is contained in:
2026-04-03 15:29:44 +02:00
parent 2564c54b3e
commit ca0393046e
8 changed files with 147 additions and 95 deletions

View File

@@ -379,3 +379,4 @@ function collision(a, b)
and (a.y+a.bb.y <= b.y+b.bb.y+b.bb.h)
end
flow:registrar("game", {game_init})