Like, the default font size for BYOND is 10, is it possible to make a game have a default font size of 8?
Example : You can change the screen size from the default of 6 to anything ranging from 1 to 10:
world
view = 6
Or by having a verb that changes client.view to anything ranging from 1 to 10, 10 being the biggest.