Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stopwatch node #93

Merged
merged 2 commits into from
Jun 22, 2021
Merged

Add Stopwatch node #93

merged 2 commits into from
Jun 22, 2021

Commits on Jun 20, 2021

  1. Add Stopwatch node

    Complements `Timer` node in Godot. Allows to measure time intervals.
    Xrayez committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    bc776cd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Add is_running() method to Stopwatch

    Depending on the use case, you may use either `is_running()` or `is_stopped()` to check stopwatch state, this increases readability of the code that is going to use stopwatch functionality.
    
    This also makes the doc generation in Godot properly group related methods.
    Xrayez committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3b18c42 View commit details
    Browse the repository at this point in the history