Chaosforge Forum

DoomRL => Requests For Features => Topic started by: mihey1993 on April 18, 2015, 08:49

Title: Console mode window size
Post by: mihey1993 on April 18, 2015, 08:49
I am not sure if it was here or not but , is it possible to change the size of a window in which doomrl is played in console mode?And if yes, how can it be implemented?
Title: Re: Console mode window size
Post by: thelaptop on April 18, 2015, 10:02
Define "size of window".  You can always change the font that is used for rendering the console, but it will not increase the number of tiles used from 80x25 to something higher.
Title: Re: Console mode window size
Post by: Tavana on April 19, 2015, 10:34
Define "size of window".

Finally a challenge I can complete!

Code: [Select]
string SizeOfWindow;
SizeOfWindow = "bigger";

Seriously though, text size is probably your best bet.