Problem description: I was wondering how to limit the players view range without having those black empty spaces around the map.
view = "26x21" /* This is my current view but it covers a wide area.
I want to limit this to view = 8 without having those black voids around the map.
I don't want to stretch the map because the icons icons end up fuzzy.*/
~Regards