Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 489 Bytes

TimelineEvents

A coroutine based event system for Lua/LÖVE

Changelog

  • Added timeline = TL.Require(path)
  • Added TL.Event.Suspend(steps)
  • Added "Timeline" = Timeline:type()
  • Improved error handling and stack traces

Todo

  • Graphics

Installation

Just drop the timeline folder into your code and type:

local TL = require "timeline"

Documentation

Please see the wiki for documentation and tutorials!