3
self.image = self.image or self.of.image
5
onUpdate = function(self, dt)
6
if DEBUG and the.console.visible then
9
the.view:add(self.text)
13
self.text.text = 'mirror ' .. self.of.text.text
14
self.text.x, self.text.y = self.x, self.y
15
self.text.visible = true
19
self.text.visible = false
b'\\ No newline at end of file'