This commit is contained in:
2020-09-02 17:50:13 +01:00
commit ac5ff9301b
11 changed files with 670 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
pixels = """
00022000
00022000
00022000
00222200
02222220
20222202
00200200
00200200
"""

View File

@@ -0,0 +1,10 @@
pixels = """
00000000
00000000
00000000
00000000
00000000
00000000
00000000
00000000
"""

View File

@@ -0,0 +1,10 @@
pixels = """
11111111
10000001
10000001
10011001
10011001
10000001
10000001
11111111
"""

View File

@@ -0,0 +1,10 @@
pixels = """
00000000
00000000
02020002
02220002
02220020
02222200
00222200
00200200
"""