Добавил левую бровь

This commit is contained in:
2026-03-04 13:25:16 +03:00
parent c243f5146f
commit 5378f36d95
2 changed files with 9 additions and 1 deletions

View File

@@ -18,7 +18,12 @@ circle(screen, (0, 0, 0), (500 + dx, y), 10)
circle(screen, (255, 255, 255), (500 - dx, y), a, 2)
circle(screen, (255, 255, 255), (500 + dx, y), a, 2)
polygon(screen, (0, 0, 255), [(100, 120), (120, 140), (140, 120), (120, 100)])
polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)])
polygon(screen, (0, 0, 0), [(400, 380), (400, 400), (470, 450), (470, 430)])
polygon(screen, (255, 255, 255), [(400, 380), (400, 400), (470, 450), (470, 430)], 2)
polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)])