Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Just downloaded and the effect looks great, but I'm having an issue. If I place any other object in the game besides the preset I get this error:


___________________________________________

############################################################################################

ERROR in action number 1

of Draw Event for object crt:

Variable <unknown_object>.gui_user_event(100040, 1) not set before reading it.

 at gml_Script_anon@3326@gml_Object_crt_Create_0 (line 64) -                                    event_perform(gui_user_event[0], gui_user_event[1]);

############################################################################################

gml_Script_anon@3326@gml_Object_crt_Create_0 (line 64)

gml_Object_crt_Draw_75 (line 4) -        crt_apply()

Just uploaded a quick patch to fix the one line of code that was causing this! Just an oversight in a with() clause where I forgot to reference crt.gui_user_event instead of gui_user_event.

Thanks for replying so quickly. I spent most of the day tweaking the presets to get the effect just right for my game haha, I think it looks really cool