|
|
|
@ -316,7 +316,16 @@ def highlight_selection():
|
|
|
|
|
# |
|
|
|
|
# |
|
|
|
|
# TODO: Demonstrating movement might be difficult... come up with a |
|
|
|
|
# good way on paper. |
|
|
|
|
# good way on paper. Basically once the mouse release happens |
|
|
|
|
# your next click sets "MOVING" and it begins translating |
|
|
|
|
# points in the point set each update. During "MOVING" the |
|
|
|
|
# draw points function will draw the selected points using |
|
|
|
|
# the moving color. Since the points in the __current_points |
|
|
|
|
# set are updating each tick, the painting should happen |
|
|
|
|
# as expected. |
|
|
|
|
# |
|
|
|
|
# (Get this move, save, and load done IN THAT ORDER) |
|
|
|
|
# (DRAW ALGORITHM ON PAPER) |
|
|
|
|
# |
|
|
|
|
# |
|
|
|
|
# TODO: The highlight any direction bug needs to be fixed but it |
|
|
|
|