Minor changes on the unicorns

pull/809/head
Irvin 2023-08-03 15:03:55 +01:00
rodzic 7e65c15cfb
commit e1e467185a
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete
def map_range(

Wyświetl plik

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete

Wyświetl plik

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete