How do I want to get the state of time() at one moment and put that into the rhino unit for painter to make an animation?
I want to do something like this:
player.paint({progress_bar:{
w:`time()-${time()}`
}})
level.time is not the same
Overall goal: I'm using painter and want to make a progress bar that takes a certain amount of time to go from one location to the other.