update readme

This commit is contained in:
Matthias Richter 2010-08-17 21:58:14 +02:00
parent 06bcada2d7
commit 4a25caee2c

View File

@ -10,6 +10,8 @@ Contents:
* *class.lua*: "class" system supporting function inheritance (pure lua) * *class.lua*: "class" system supporting function inheritance (pure lua)
* *camera.lua*: translate-, zoom- and rotatable camera * *camera.lua*: translate-, zoom- and rotatable camera
* *gamestate.lua*: class to handle gamestates * *gamestate.lua*: class to handle gamestates
* *ringbuffer.lua*: a circular container
* *sequence.lua*: utility to handle ingame cutscenes and such
Documentation Documentation
============= =============