-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaces.py
16 lines (11 loc) · 1.58 KB
/
faces.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# stills
minimalEyes = [(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0)]
rabbit = [(255,255,255),(255,255,255),(255,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(255,0,0),(255,255,255),(0,0,0),(0,0,0),(255,255,255),(255,255,255),(255,255,255),(0,0,0),(255,255,255),(0,0,0),(255,255,255),(0,0,0)]
violetInward = [(50,0,85),(150,0,255),(50,0,85),(10,0,17),(10,0,17),(10,0,17),(50,0,85),(50,0,85),(10,0,17),(50,0,85),(150,0,255),(50,0,85),(10,0,17),(10,0,17),(50,0,85),(10,0,17),(10,0,17),(10,0,17),(50,0,85),(150,0,255),(50,0,85)]
# animations
inward = [
[(0,0,0),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0)],
[(255,255,255),(0,0,0),(0,0,0),(255,255,255),(255,255,255),(255,255,255),(0,0,0),(255,255,255),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(0,0,0),(0,0,0),(0,0,0)],
[(255,255,255),(255,255,255),(255,255,255),(255,255,255),(0,0,0),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(255,255,255),(0,0,0),(255,255,255),(255,255,255),(0,0,0),(255,255,255),(255,255,255),(255,255,255),(255,255,255)],
[(0,0,0),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(255,255,255),(0,0,0)]
]