ID:2571580
 
Code:


Problem description:
I've been trying to figure out how to remove the black box around the map, really looking for a way to make the whole mapwindow be filled with the game. Please help :P I'm really new to this.
The easiest way is to disable letterboxing in the map element in the skin. That parameter enables shrinking the view to fit fully inside the map. When disabled, it will scale up the view to completely fill the map, which means parts of the view will probably be cut off. If you have HUD objects anchored at the edges of the view, be sure to change their screen_loc to use element-relative anchors like BOTTOM, LEFT, percentages, etc. so they won't get cut off.