chrisnorman7 / earwax

An audio game engine for fast prototyping
Mozilla Public License 2.0
6 stars 2 forks source link

Make Action.interval a float #9

Closed chrisnorman7 closed 3 years ago

chrisnorman7 commented 3 years ago

Currently earwax.Action.interval is typed as a int, but acts like a float, as it is compaired to time.time().