Fixed old snow scene

This commit is contained in:
Grant Sanderson
2019-12-05 12:32:20 -08:00
parent bc593695f9
commit 2e25c4c0a3

View File

@ -41,8 +41,9 @@ class HappyHolidays(TeacherStudentsScene):
hat.flip()
vect = LEFT
hat.set_fill(RED_D)
hat[0].remove(hat[0][1])
hat[0].set_fill("#EEE")
hat.set_stroke(width=0)
hat[0].points = hat[0].points[8 * 4:]
hat[0].set_fill("#DDDDDD")
hat[2].set_fill(WHITE)
hat.add(hat[0])
hat.next_to(pi.body, UP, buff = SMALL_BUFF)