Closed rody62 closed 2 years ago
random, loop and fade default values does not match with their tests. A better way is to make them boolean from the start. With what I suggest, default values are really true, as any input other than "false" result as true.
random
loop
fade
true
"false"
Hi, thank you for contributing :D
random
,loop
andfade
default values does not match with their tests. A better way is to make them boolean from the start. With what I suggest, default values are reallytrue
, as any input other than"false"
result astrue
.