A simple countdown timer for game jams, displayed directly in the Godot editor toolbar.
- Display a real-time countdown timer directly in the editor toolbar.
- Configure the jam's title, end date, and time via a simple pop-up panel.
- Add an optional URL to the jam page for quick access.
- Open the configuration panel by clicking on the countdown text.
- Save countdown settings individually for each project.
- Download the plugin from the Godot Asset Library.
- Copy the
addons/jam_countdownfolder into your project'saddonsfolder. - Go to Project > Project Settings > Plugins and enable the "Jam Countdown" plugin.
- Once enabled, the countdown will appear in the top of the editor, it should be at the left of the "Run Project" button.
- By default, it's set for a game jam named "WeekJam" ending 7 days from now.
- Hover over the countdown to see a tooltip with the end date
- Click on the jam title (e.g., "WeekJam") to open the configuration dialog.
- Set your jam's title, end date/time, and an optional URL to the jam page.
- Click "OK". The countdown will update immediately with your new settings.
This plugin is available under the MIT License. See the LICENSE file for more details.

