2
image = 'data/boat.png',
3
carryingPlayer = false,
4
onUpdate = function (self, dt)
5
if self.carryingPlayer then
6
the.player.x = self.x + 20
7
the.player.y = self.y - 5
10
onCollide = function (self, other, xOl, yOl)
11
self.carryingPlayer = true
12
the.player.canMove = false
14
local v = the.app.view
15
v.tween:start(self, 'x', 850, 10)
18
y = 300, width = the.app.width, align = 'center',
23
--v.tween:start(te.tint, 4, 255, 5)
b'\\ No newline at end of file'