Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local time, points, target = 2, 0, 45
- function love.update( dt )
- --# Do this when you increment the score
- if points >= target then
- time = time - 0.5
- target = target + 45
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement