For some reason I keep getting this error:
ERROR in action number 1
of Create Event for object obj_main_menu_ui:
[PFE Crash] obj_menu_background did not exist when menu_background_color_set was called
at gml_Script_crash (line 15) - show_error(_output, true);
############################################################################################
gml_Script_crash (line 15)
gml_Script_menu_background_color_set (line 13) - crash("obj_menu_background did not exist when menu_background_color_set was called");
gml_Object_obj_main_menu_ui_Create_0 (line 8) - menu_background_color_set(c_ltgray);
Is there any way to fix this?