A coroutine based event system for Lua/LÖVE
- Added
timeline = TL.Require(path)
- Added
TL.Event.Suspend(steps)
- Added
"Timeline" = Timeline:type()
- Improved error handling and stack traces
- Graphics
Just drop the timeline folder into your code and type:
local TL = require "timeline"
Please see the wiki for documentation and tutorials!