Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! I am loving PPFX, thanks so much for putting this together!

I have a question. I am drawing everything to a custom surface, and this surface has alpha, and through the gaps you can see parallax background layers, so long as I'm using draw_surface().

Now that I'm using PPFX  renderer on this surface, the alpha is drawn completely black, so you no longer see the backgrounds. If I use .LayerApply, will that stop this from happening? I thought I'd just ask before going messing up my code with trial and error!