/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to wrap_tile.lua

  • Committer: Josh C
  • Date: 2013-05-13 22:25:16 UTC
  • Revision ID: josh@9ix.org-20130513222516-wem0v29pit3ivc6w
rocks!

Show diffs side-by-side

added added

removed removed

38
38
                  self.xMirror.x = mirrorX
39
39
                  self.xMirror.y = self.y
40
40
                  self.xMirror.rotation = self.rotation
 
41
                  self.xMirror.scale = self.scale
41
42
               elseif self.xMirror then
42
43
                  the.app.view:remove(self.xMirror)
43
44
                  self.xMirror = nil
55
56
                  self.yMirror.x = self.x
56
57
                  self.yMirror.y = mirrorY
57
58
                  self.yMirror.rotation = self.rotation
 
59
                  self.yMirror.scale = self.scale
58
60
               elseif self.yMirror then
59
61
                  the.app.view:remove(self.yMirror)
60
62
                  self.yMirror = nil
72
74
                  self.xyMirror.x = mirrorX
73
75
                  self.xyMirror.y = mirrorY
74
76
                  self.xyMirror.rotation = self.rotation
 
77
                  self.xyMirror.scale = self.scale
75
78
               elseif self.xyMirror then
76
79
                  the.app.view:remove(self.xyMirror)
77
80
                  self.xyMirror = nil