mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
* partially done support for resolutions smaller than 800x600 by screen scrolling
This commit is contained in:
@@ -4,6 +4,8 @@ clientSettings
|
||||
{
|
||||
port=3030;
|
||||
resolution=800x600; // format: WxH
|
||||
pregameRes=800x600; //WxH
|
||||
screenSize=800x600; //WxH
|
||||
bpp=24; // bits per pixels: 16, 24 or 32
|
||||
fullscreen=0; //0 - windowed mode, 1 - fullscreen
|
||||
server=127.0.0.1; //use 127.0.0.1 for localhost
|
||||
|
||||
Reference in New Issue
Block a user