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