a proof of concept thing I made for slowing down time press "q" to slow down time, doing so drains stamina really sloppily coded and isn't smooth at all since I was working directly with the tick broadcast instead of the things the tick broadcast controls lol might work on it to make it smoother at some point
as always, thanks to @GrayDevScratch for the original changes: modified tick broadcasting (found in the backdrop) so that when the q key is pressed it broadcasts ticks less frequently (about 4 times as slow) added a new variable "tickslower" to help with this wanted to bind this to LShift but I have no idea how to do that