65
67
if not self.xyMirror then
66
68
--print('creating mirror: X='..xyMirrorX..' Y='..xyMirrorY)
69
71
the.app.view:add(self.xyMirror)
72
74
self.xyMirror.x = mirrorX
73
75
self.xyMirror.y = mirrorY
74
76
self.xyMirror.rotation = self.rotation
75
78
elseif self.xyMirror then
76
79
the.app.view:remove(self.xyMirror)