villares 2019-03-07 22:14:10 -03:00
rodzic 9541702b43
commit 31bae52329
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
SKETCH_NAME = "sketch_190307a" # based on s096 of 180406
SKETCH_NAME = "sketch_190307a"
# An invisible graph is behind this rounded poly :)
add_library('GifAnimation')
@ -114,3 +115,14 @@ def keyPressed():
def keyReleased():
input.keyReleased()
# print text to add to the project's README.md
def settings():
OUTPUT = ".gif"
println(
"""
![{0}](2019/{0}/{0}{1})
[{0}](https://github.com/villares/sketch-a-day/tree/master/2019/{0}) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
""".format(SKETCH_NAME, OUTPUT)
)