T-bomber a-walk c-eng l-1 d-e.spr
This file uses the wrong palette file which causes a change of the colours of the planes painting during movement. The correct palette file would be

Sprite = {
Bitmap = "T-BOMBER A-WALK C-ENG L-1 D-E.bmp"
Origin = { x = 64 y = 73 }
Frames = 19
Speed = 5
Palette = "T-BOMBER C-USA L-1.bmp"
}
This file uses the wrong palette file which causes a change of the colours of the planes painting during movement. The correct palette file would be
Palette = "T-BOMBER C-ENG L-1.bmp"
Upvote
0