nunuhara / xsystem4

Cross-platform implementation of AliceSoft's System 4 engine
GNU General Public License v2.0
46 stars 4 forks source link

DrawDungeon14: Implement raster effect #134

Closed kichikuou closed 1 year ago

kichikuou commented 1 year ago

It is implemented as a post-processing effect. The hack for the projection transform matrix has been removed, because now the image is flipped upside down in the post-processing stage.

nunuhara commented 1 year ago

Thanks!