ToransuShoujo / quesoqueue_plus

A queue system for Mario Maker 2
GNU General Public License v3.0
5 stars 3 forks source link

Fix level timer #34

Closed liquidnya closed 1 year ago

liquidnya commented 2 years ago

Timers are currently not working correctly, since they are being paused (https://github.com/ToransuShoujo/quesoqueue_plus/blob/master/index.js#L286) after restarted.

This PR fixes timers and adds a little test case, but I keep this a draft until the timers test case tests more functionality.