
LSTAPI
An API for synchronizing time related mods to a central source.
CHANGELOG
0.1.3
- Fix overflowed time values being passed on signal emission.
0.1.2
- Hot-reloading for config changes.
- Enforce static types on the time variables for a slight performance boost.
- New signal: time_has_jumped. Will be useful for the future multiplayer integration, for further information check out the Wiki.
- Removed unneeded get_config() function. You can just grab the config once you already have the node via ".config".
0.1.1
- 2 new functions: get_hour() and get_minute(). For those who don't like working with dictionaries, you can now work with the hour and minute as ints.
- The time dictionary is now passed on signal emission. See updated examples in the Wiki.
0.1.0
- Initial Release