- [FIX] draw_sprite_selected pintava mal el reborde de formiguetes (per el nou subpal)
This commit is contained in:
@@ -231,7 +231,7 @@ function sprites.draw_sprite(sprite)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function sprites.draw_sprite_selected(sprite)
|
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 cycle = animations[sprite.animation].cycle[sprite.current_frame]
|
||||||
local frame = animations[sprite.animation].frames[cycle]
|
local frame = animations[sprite.animation].frames[cycle]
|
||||||
|
|||||||
Reference in New Issue
Block a user