2018-09-27 00:30:05 +01:00
|
|
|
#include "settings.h"
|
|
|
|
|
|
|
|
Settings::Settings()
|
|
|
|
{
|
2019-01-05 20:43:21 +00:00
|
|
|
this->smartPathsEnabled = false;
|
|
|
|
this->betterCursors = true;
|
2019-01-09 00:04:48 +00:00
|
|
|
this->playerViewRectEnabled = false;
|
2019-01-09 15:35:34 +00:00
|
|
|
this->cursorTileRectEnabled = true;
|
2018-09-27 00:30:05 +01:00
|
|
|
}
|