2
image = 'data/flower32.png',
4
invTile = Tile:new{image = 'data/flower.png'},
6
--print(self.x, self.y, self.width, self.height)
8
onCollide = function(self, other, xOl, yOl)
9
if other == the.player then
10
the.inventory:add(self)
11
the.app.view:remove(self)
b'\\ No newline at end of file'