Updated HTML docs

This commit is contained in:
Griatch 2021-11-09 23:11:19 +01:00
parent 65b2a14153
commit 655de3b654
109 changed files with 2106 additions and 953 deletions

View file

@ -231,7 +231,11 @@ units. If you create “day”, it needs to be multiple of hours, for instance.
</pre></div>
</div>
<p>Notice we have set a time epoch of 0. Using a custom calendar, we will come up with a nice display
of time on our own. In our case the game time starts at year 0, month 0, day 0, and at midnight.</p>
of time on our own. In our case the game time starts at year 0, month 1, day 1, and at midnight.</p>
<blockquote>
<div><p>Year, hour, minute and sec starts from 0, month, week and day starts from 1, this makes them
behave consistently with the standard time.</p>
</div></blockquote>
<p>Note that while we use “month”, “week” etc in the settings, your game may not use those terms in-
game, instead referring to them as “cycles”, “moons”, “sand falls” etc. This is just a matter of you
displaying them differently. See next section.</p>