• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

How do I make custom borders?

I have a game that has a 4:3 aspect ratio (640 x 480 resolution) and I wanted to make a custom border like how they would do it in Nuclear throne or the console version of Undertale. How do I achieve this?
1609953963945.png1609954015059.png
 

FoxyOfJungle

Kazan Games
You have two options:
1 - Use views and cameras;
2 - Draw the borders on the GUI, you can scale the GUI beyond the game viewing area. display_set_gui_maximize()

You can choose the one that is most suitable for your game. I consider the second option the easiest, however I recommend the first option if you have more skill with that.
But is it really necessary to draw that border?
 
Last edited:
Top