new stuff
This commit is contained in:
29
gitfiti.py
29
gitfiti.py
@ -27,24 +27,6 @@ oneup=[
|
|||||||
[0,0,4,1,1,1,1,1,4,0,0],
|
[0,0,4,1,1,1,1,1,4,0,0],
|
||||||
[0,0,0,4,4,4,4,4,0,0,0]]
|
[0,0,0,4,4,4,4,4,0,0,0]]
|
||||||
|
|
||||||
twoup=[
|
|
||||||
[0,0,4,4,4,4,4,4,4,0,0,0,0,0,4,4,4,4,4,4,4,0,0],
|
|
||||||
[0,4,2,2,1,1,1,2,2,4,0,0,0,4,2,2,1,1,1,2,2,4,0],
|
|
||||||
[4,3,2,2,1,1,1,2,2,3,4,0,4,3,2,2,1,1,1,2,2,3,4],
|
|
||||||
[4,3,3,4,4,4,4,4,3,3,4,0,4,3,3,4,4,4,4,4,3,3,4],
|
|
||||||
[0,4,4,1,4,1,4,1,4,4,0,0,0,4,4,1,4,1,4,1,4,4,0],
|
|
||||||
[0,0,4,1,1,1,1,1,4,0,0,0,0,0,4,1,1,1,1,1,4,0,0],
|
|
||||||
[0,0,0,4,4,4,4,4,0,0,0,0,0,0,0,4,4,4,4,4,0,0,0]]
|
|
||||||
|
|
||||||
hello=[
|
|
||||||
[0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,4],
|
|
||||||
[0,2,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,4],
|
|
||||||
[0,3,3,3,0,2,3,3,0,3,0,3,0,1,3,1,0,3],
|
|
||||||
[0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,3],
|
|
||||||
[0,3,0,3,0,3,3,3,0,3,0,3,0,3,0,3,0,2],
|
|
||||||
[0,2,0,2,0,2,0,0,0,2,0,2,0,2,0,2,0,0],
|
|
||||||
[0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,4]]
|
|
||||||
|
|
||||||
hackerschool=[
|
hackerschool=[
|
||||||
[4,4,4,4,4,4],
|
[4,4,4,4,4,4],
|
||||||
[4,3,3,3,3,4],
|
[4,3,3,3,3,4],
|
||||||
@ -72,6 +54,15 @@ octocat2=[
|
|||||||
[0,4,4,4,4,4,0],
|
[0,4,4,4,4,4,0],
|
||||||
[0,0,0,4,4,4,0]]
|
[0,0,0,4,4,4,0]]
|
||||||
|
|
||||||
|
hello=[
|
||||||
|
[0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,4],
|
||||||
|
[0,2,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,4],
|
||||||
|
[0,3,3,3,0,2,3,3,0,3,0,3,0,1,3,1,0,3],
|
||||||
|
[0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,3],
|
||||||
|
[0,3,0,3,0,3,3,3,0,3,0,3,0,3,0,3,0,2],
|
||||||
|
[0,2,0,2,0,2,0,0,0,2,0,2,0,2,0,2,0,0],
|
||||||
|
[0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,4]]
|
||||||
|
|
||||||
hireme=[
|
hireme=[
|
||||||
[1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
[1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
||||||
[2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
[2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
||||||
@ -84,8 +75,6 @@ hireme=[
|
|||||||
images={
|
images={
|
||||||
'kitty':kitty,
|
'kitty':kitty,
|
||||||
'oneup':oneup,
|
'oneup':oneup,
|
||||||
'twoup':twoup,
|
|
||||||
'hello':hello,
|
|
||||||
'hackerschool':hackerschool,
|
'hackerschool':hackerschool,
|
||||||
'octocat':octocat,
|
'octocat':octocat,
|
||||||
'octocat2':octocat2,
|
'octocat2':octocat2,
|
||||||
|
BIN
pixels.png
Normal file
BIN
pixels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 B |
Reference in New Issue
Block a user