Cursor Doubling

Cursor now doubles with pixel doubling, enabled by a new checkbox in the
settings menu.
This commit is contained in:
huwpascoe
2014-08-18 01:43:20 +01:00
parent 7d96a6ac96
commit baecedc7b8
6 changed files with 37 additions and 10 deletions

View File

@@ -86,6 +86,7 @@ namespace OpenRA
public int2 FullscreenSize = new int2(0, 0);
public int2 WindowedSize = new int2(1024, 768);
public bool PixelDouble = false;
public bool CursorDouble = false;
public bool CapFramerate = true;
public int MaxFramerate = 60;