11-15-2019, 07:42 AM
Sure you can do this effect! This is a raster effect trick, setting the lines in resverse order and changing the palette
<- Here start normal drawing of frame, numbers are scanlines of the background layer in normal order:
1
2
3
4
5
6
7
8
<- reflection surface: change palette to a red-tinted variant and start drawing in reverse order:
7
6
5
4
3
<- Here start normal drawing of frame, numbers are scanlines of the background layer in normal order:
1
2
3
4
5
6
7
8
<- reflection surface: change palette to a red-tinted variant and start drawing in reverse order:
7
6
5
4
3