Add option to show an outline around the currently-hovered map tile

This commit is contained in:
Marcus Huderle
2019-01-09 09:35:34 -06:00
parent 543743bcd0
commit 61b919566a
13 changed files with 120 additions and 32 deletions

View File

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