A basic countdown timer made with Godot using GDScript.
- Start, pause, and reset the timer.
- Notification when time is up.
- Clone the Repository:
git clone https://github.com/yourusername/simple-timer-app.git
- Open in Godot:
- Import the project via
project.godot
.
- Import the project via
- Run the App:
- Press Play in the Godot Editor.
- Main.tscn: Main scene with UI.
- Timer.gd: Script handling timer logic.