Worktime Stopwatch

by Bypell

0

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:

  1. Download the latest release for your godot version here.
  2. Unzip WorktimeStopwatch.zip and drag the addons folder into your project's root directory.
  3. Restart the editor.
  4. 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).

    image

  • 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

Version

1.0.1

Engine

4.2

Category

Tools

Download

Version1.0.1
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author