Skip to content

Commit

Permalink
Added 2 images - heart1 and heart2
Browse files Browse the repository at this point in the history
  • Loading branch information
christypacc21 committed Sep 29, 2020
1 parent d9af21c commit b8cfd93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,26 @@
[0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,4],
]

HEART1 = [
[0,1,1,0,1,1,0],
[1,3,3,1,3,3,1],
[1,3,4,3,4,3,1],
[1,3,4,4,4,3,1],
[0,1,3,4,3,1,0],
[0,0,1,3,1,0,0],
[0,0,0,1,0,0,0],
]

HEART2 = [
[0,5,5,0,5,5,0],
[5,3,3,5,3,3,5],
[5,3,1,3,1,3,5],
[5,3,1,1,1,3,5],
[0,5,3,1,3,5,0],
[0,0,5,3,5,0,0],
[0,0,0,5,0,0,0],
]

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],
Expand Down Expand Up @@ -191,6 +211,8 @@ def is_empty_line(line):
'octocat': OCTOCAT,
'octocat2': OCTOCAT2,
'hello': HELLO,
'heart1': HEART1,
'heart2': HEART2,
'hireme': HIREME,
'oneup_str': ONEUP_STR,
'beer': BEER,
Expand Down

0 comments on commit b8cfd93

Please sign in to comment.