luetkemj / aglet-timekeeper

A simple timekeeper for tabletop RPGs
MIT License
5 stars 2 forks source link

Customize hour count #10

Open AndersSivert opened 6 years ago

AndersSivert commented 6 years ago

A user should be able to set a custom positive non-zero number of hours in a day (with 24 as the default setting).

The system should adjust the "sundial", the day counter and the "+1 day" button for the user-specified number of hours.

Feature request for worlds that don't assume a 24 hour cycle. Thanks for a great, clean tool!

luetkemj commented 6 years ago

Thanks for your input @AndersSivert! this relates to #4 and will be part of a much larger feature in the future. To implement this properly I will need to drop momentjs as a dependency and build out my own lib for time functions based on custom increments.