added space to face generation printing.
This commit is contained in:
parent
56f45c5b15
commit
d14f75058d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def animate():
|
|||
(blink_animation_FrameCanvases, "faces/eyeLeftClosed.png", "faces/mouthLeft.png", "faces/noseLeft.png"),
|
||||
(angry_animation_FrameCanvases, "faces/eyeLeftAngry.png", "faces/mouthLeft.png", "faces/noseLeft.png")
|
||||
]:
|
||||
print("generating face with features: " + emote_eye_png + emote_mouth_png + emote_nose_png)
|
||||
print("generating face with features: " + emote_eye_png +" "+ emote_mouth_png +" "+ emote_nose_png)
|
||||
face_frames = generate_face_frames(emote_eye_png, emote_mouth_png, emote_nose_png)
|
||||
emote_FrameCanvasses.extend(face_frames)
|
||||
|
||||
|
|
Loading…
Reference in a new issue