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,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=[
|
||||
[4,4,4,4,4,4],
|
||||
[4,3,3,3,3,4],
|
||||
@ -72,6 +54,15 @@ octocat2=[
|
||||
[0,4,4,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=[
|
||||
[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],
|
||||
@ -84,8 +75,6 @@ hireme=[
|
||||
images={
|
||||
'kitty':kitty,
|
||||
'oneup':oneup,
|
||||
'twoup':twoup,
|
||||
'hello':hello,
|
||||
'hackerschool':hackerschool,
|
||||
'octocat':octocat,
|
||||
'octocat2':octocat2,
|
||||
|
Reference in New Issue
Block a user