Skip to content

Commit 35a0324

Browse files
committed
Fix blending issue
1 parent 0c7af6b commit 35a0324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overlays.go

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func ApplyOverlay(game *Game, overlays map[string]image.Image, artStyleExtension
125125
apngImage.Frames[i].Image = result
126126
apngImage.Frames[i].XOffset = 0
127127
apngImage.Frames[i].YOffset = 0
128+
apngImage.Frames[i].BlendOp = apng.BLEND_OP_OVER
128129
}
129130
applied = true
130131
} else {

0 commit comments

Comments
 (0)