2
2
image = 'data/goal.png',
3
velocity = {rotation = 2}
3
velocity = {rotation = 2},
4
ping = love.audio.newSource('data/Pickup_Coin7.wav', 'static'),
5
onCollide = function(self, other)
6
love.audio.play(self.ping)
7
the.goalsAchieved = the.goalsAchieved + 1
10
the.view.goals[tonumber(self.map)] = nil
11
the.view.objects:remove(self)
13
if the.goalsAchieved == 3 then
14
WinView:new():activate()
b'\\ No newline at end of file'