diff --git a/firestar.py b/firestar.py index 81a000e..ea808f2 100755 --- a/firestar.py +++ b/firestar.py @@ -130,6 +130,7 @@ fivetour = [(fivecs[0], fivecolors)] fivetour.append(([[3,21,26],[4,19,28]], [vb('K'),vb('Y')])) # Step NC "1" to NC "0" fivetour.append(([[3,21,26],[4,19,28]], [vb('Y'),vb('K')])) +# Need to add furthersteps here, and then extend the show below. tour5show = (fivetour, [(0,30,20),(1,5,5),(2,5,5),(1,5,5),(2,5,5),(1,5,30)])