The-New-Platinum-Team / PlatinumQuest-Dev

The main repository for the game PlatinumQuest after the formation of new development team.
MIT License
14 stars 8 forks source link

Support milliseconds in Time Travel Timer #112

Closed thearst3rd closed 1 year ago

thearst3rd commented 1 year ago

Since I ported this code to MBG and added milliseconds there, I figured they were get more use in real PQ.

This PR adds support for milliseconds/centiseconds in the time travel timer.

So for some reason, I thought that the time travel timer was controlled by "Powerup Timers" meaning I could just add a third option there, but it turns out it's completely separate from that. Who would've thought. Anyways, that means I needed to add a new option in the options menu, hopefully people won't be too allergic to that.

Making this a PR cuz I got a few quick questions before I go ahead and merge it:

thearst3rd commented 1 year ago

Not exactly related to this PR but maybe a reason we shouldn't merge it yet: When viewing back rrec files, the timer isn't always exactly the same every time. I feel like that is probably fixable, but maybe it'll confuse people if we merge this.

Ok, this was the buggy thing I was most worried about, and the fix was pretty simple. I'll go ahead and merge this, and if anyone has questions about the other bullet points we can just change it later.