If you don’t like the magenta…

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
}

Comments

One response to “If you don’t like the magenta…”

  1. tremblin Avatar
    tremblin

    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

Your email address will not be published. Required fields are marked *