Worktime-Stopwatch
[!NOTE] Most of the plugin's UI elements have a tooltip, just hover over them if you want more info about a setting, etc. This includes one or more labels that you wouldn't think have a tooltip.
Installation
Also available in the asset library!
Manual way:
- Download the latest release for your godot version here.
- Unzip WorktimeStopwatch.zip and drag the addons folder into your project's root directory.
- Restart the editor.
- Enable the plugin in Project settings -> plugins
Screenshots
Things to note
-
When exporting your game, make sure to exclude the plugin and its related file(s).
-
Also, you may or may not want to exclude the plugin from version control. If you're working in a team, you probably should. You can exclude it locally, without a .gitignore
-
The data for the calendar is kept in a file named "worktime_stopwatch_saved_data.tres" in your project's /addons folder.
-
Your settings are kept in a file named "worktime_stopwatch_settings.cfg" which is also in your project's /addons folder.
Cloning and building godot-cpp + gdextension
git clone --recurse-submodules https://github.com/bypell/Worktime-Stopwatch.git
cd Worktime-Stopwatch
cd godot-cpp
scons
cd ..
scons