- [FIX] Amb la nova versió de mini, com el color transparent es el final, al reemplaçar tota la paleta pintava totes les sombres com blocs negres.

This commit is contained in:
2026-04-03 21:30:03 +02:00
parent 300d2b28df
commit 1a4041a231

View File

@@ -95,7 +95,7 @@ function rooms.draw()
-- Pintem el foreground de negre -- Pintem el foreground de negre
map.surf(rooms.surf_foreground) map.surf(rooms.surf_foreground)
pal.subpal(0,32,1) pal.subpal(1,32,1)
if rooms.is_visible(LAYER_FOREGROUND | LAYER_SHADOWS) then map.draw() end if rooms.is_visible(LAYER_FOREGROUND | LAYER_SHADOWS) then map.draw() end
-- Pintem els sprites de negre -- Pintem els sprites de negre