- [FIX] draw_sprite_selected pintava mal el reborde de formiguetes (per el nou subpal)

This commit is contained in:
2026-04-13 20:12:58 +02:00
parent 1844901d6f
commit f3417d6faa

View File

@@ -231,7 +231,7 @@ function sprites.draw_sprite(sprite)
end
function sprites.draw_sprite_selected(sprite)
pal.subpal(0,32,28)
pal.subpal(1,32,28)
local cycle = animations[sprite.animation].cycle[sprite.current_frame]
local frame = animations[sprite.animation].frames[cycle]