Merge pull request #10821 from obrakmann/pr10559-squashed

Added mousewheel zooming
This commit is contained in:
Oliver Brakmann
2016-02-24 22:37:00 +01:00
10 changed files with 198 additions and 30 deletions

View File

@@ -175,6 +175,9 @@ namespace OpenRA
public bool AllowDownloading = true;
public string MapRepository = "http://resource.openra.net/map/";
public bool AllowZoom = true;
public Modifiers ZoomModifier = Modifiers.Ctrl;
public bool FetchNews = true;
public string NewsUrl = "http://www.openra.net/gamenews";
}