
Download: https://www.deviantart.com/killall-q/art/T-Minus-469722225
This clock/countdown/stopwatch displays milliseconds using os.clock(), which provides the time since program initialization with sub-second accuracy. On load, the skin freezes for a split second while it waits for the next second to begin; it then stores the os.clock() millisecond offset from real time to calibrate the display.
Features
• Switch between time and timer without losing running timer
• Persistent timer runs even while skin is unloaded
• Countdown (T-minus) seamlessly converts to stopwatch (T-plus) on expiry
• Resizable
• 40 frames per second
• Custom digital LCD font
Usage
• Click MODE (lower left corner) to switch mode.
• Scroll over SIZE (upper left corner) to adjust size.
• Scroll over timer display to adjust T-minus zero.
• To countdown/up to an exact date/time, convert it to a Unix timestamp and overwrite the "Zero" variable in "T-Minus/@Resources/Settings.inc" (right-click on the T-Minus skin and click "T-Minus" at the top to open the skin's folder), then refresh the skin.
CHANGELOG
[2017.10.24]
- Changed default color scheme to have transparent background.
[2016.01.30]
- Fixed an accumulating error with persistence.
[2016.01.28]
- Persistent timer: Timer continues to run through refreshes, while skin is unloaded, or computer is off.