You can change it to black as simple as adding this to your game somewhere:
function draw_black_bar type x y w h
{
filled_rectangle 0 0 0 255 x y w h
}
You can change it to black as simple as adding this to your game somewhere:
function draw_black_bar type x y w h
{
filled_rectangle 0 0 0 255 x y w h
}
If you’re making a game with BooBoo, check out the custom_black_bar example for how you can draw some really cool borders…
Leave a Reply to tremblin Cancel reply