Skip to main content

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

hello, just to let you know that globalvar is deprecated.

Thank you for alerting me, i'll see about getting this fixed as soon as I can.

(1 edit)

hm just an head up: your rfx_apply_screen() and rfx_draw_surface() need a proper clean up surface which it's something like this:

in clean up event:

if (surf_rfx != -1) {

    surface_free(surf_rfx);

}


i hope that will help solve a good number of problem.

I appreciate the input!  I've been very busy, but I'll get these fixes implemented when I can! ( I'm having a baby and have been very preoccupied lol )