Partial progress through long WalkThroughTwoExample scene in nn/part3

This commit is contained in:
Grant Sanderson
2017-10-24 13:42:11 -07:00
parent 3d9d3be142
commit 7f14e9b844
3 changed files with 483 additions and 26 deletions

View File

@ -37,7 +37,6 @@ def play_chord(*nums):
def play_error_sound():
play_chord(11, 8, 6, 1)
def play_finish_sound():
play_chord(12, 9, 5, 2)