• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Change background outside of my room to black

I need to remove background of previus room outside of my room! Need change texture to black bars. Camera and viewport made with code. Easy way to do it? Yes i want resize to 1920 x 1024 and black bars until 1920 x 1980.



if (display_Width == 1920 and display_Height == 1080)
{


surface_resize(application_surface, display_Width, 1024);


view_visible[0] = camera_create_view(0, 0, 1920, 1024, 0, Plai, -1, -1, 960, 512);


camera_set_view_size(view_visible[0], 1920, 1024);





Sem título.jpg
 
Top