villares 2020-05-25 09:56:40 -03:00
commit 79829b4aad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# Exploring https://easings.net/
# https://gist.github.com/zeffii/c1e14dd6620ad855d81ec2e89a859719
i = 0
easing_func = []
easing_func = [] # easing functions
def setup():
size(600, 400)