Add player view rectangle option

This commit is contained in:
Marcus Huderle
2019-01-08 18:04:48 -06:00
parent 3f88072981
commit 4d088766a0
13 changed files with 115 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ Settings::Settings()
{
this->smartPathsEnabled = false;
this->betterCursors = true;
this->playerViewRectEnabled = false;
}