Open
Description
When using label_direction="RTL" the label is inverted, would it be possible to implement the below?
time.text = str(gatime - int(time() - gatimer))[::-1]
time.text = str(score)[::-1]
NotImplementedError: only slices with step=1 (aka none) are supported