From 95644023854f83fe696032107f8da001c7d1e6ca Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Thu, 22 Oct 2020 10:43:41 -0300 Subject: [PATCH] Add new settings in documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e4f5ba5..e816ef0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Some of the custom settings: | --------------------- | -------------------------------------------------------- | -------- | | DayCycleSpeed | Sets the speed that time passes | 1 | | StartTime | Defines the date that the system will start counting | 0 | +| EnableCalendar | If should count months and years or only days | true | +| DaysPerMonth | How many days in a month | 30 | +| MonthPerYear | How many months in a year | 12 | *If you set 1 to DayCycleSpeed, 1 in game day will be 1 hour in real world* @@ -48,3 +51,7 @@ Used for store some values and create new variable types. ## Author Guilherme Werner + +### Liscence + +This project is licensed under the MIT License.