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
|
self.clicked = False
|
||||||
def onMouseMoveGroup(self, x, y):
|
def onMouseMoveGroup(self, x, y):
|
||||||
pass
|
pass
|
||||||
root.rotation+=0.01
|
#This is for testing rotation. Comment out before any commit!
|
||||||
|
#root.rotation+=0.01
|
||||||
def onMouseMoveObj(self, x, y):
|
def onMouseMoveObj(self, x, y):
|
||||||
pass
|
pass
|
||||||
def onMouseDragGroup(self, x, y):
|
def onMouseDragGroup(self, x, y):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue