kopia lustrzana https://github.com/villares/sketch-a-day
main
rodzic
22e8bb7400
commit
4e400da77d
|
@ -131,8 +131,9 @@ class Cell():
|
|||
elif self.type == "10100":
|
||||
half_circle(0, -l, a - i, BOTTOM)
|
||||
elif self.type == "00100":
|
||||
ellipse(0, 0, (a + i) * 2.0, (a + i) * 2.0)
|
||||
ellipse(0, 0, (a - i) * 2.5, (a - i) * 2.5)
|
||||
ellipse(0, 0, (a - i) * 2, (a -d i) * 2)
|
||||
# ellipse(0, 0, (a + i) * 2.0, (a + i) * 2.0)
|
||||
# ellipse(0, 0, (a - i) * 2.5, (a - i) * 2.5)
|
||||
|
||||
def find_type(self, nbs):
|
||||
i, j = self.index[0], self.index[1]
|
||||
|
|
BIN
s360/s359.png
BIN
s360/s359.png
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 38 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 48 KiB Po Szerokość: | Wysokość: | Rozmiar: 48 KiB |
|
@ -1,5 +1,5 @@
|
|||
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
|
||||
SKETCH_NAME = "s359" # 20181224
|
||||
SKETCH_NAME = "s360" # 20181224
|
||||
OUTPUT = ".png"
|
||||
mode = 0
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue