Tween.lua

Hello,
Several functions contained in tween.lua are not present in the code editor.

  • tween.play(id)
  • tween.hasExpired(id)
  • tween.update(dt)

For my needs, I added :

  • tween.timeUpdate(id,newtime)

https://gist.github.com/diablo76600/5669843