Commented out rotation testing code
This commit is contained in:
parent
6e0fa46ea2
commit
b175e863da
|
|
@ -64,7 +64,8 @@ def onMouseUpObj(self, x, y):
|
|||
self.clicked = False
|
||||
def onMouseMoveGroup(self, x, y):
|
||||
pass
|
||||
root.rotation+=0.01
|
||||
#This is for testing rotation. Comment out before any commit!
|
||||
#root.rotation+=0.01
|
||||
def onMouseMoveObj(self, x, y):
|
||||
pass
|
||||
def onMouseDragGroup(self, x, y):
|
||||
|
|
|
|||
Loading…
Reference in New Issue