Finished ParticleSystem and delta-animation support.
commit8cbf251f0de3492d3656d1c771baa80d82d1938b
authorBrett Lajzer <brett@brettlajzer.com>
Sat, 30 Jun 2007 21:47:48 +0000 (30 17:47 -0400)
committerBrett Lajzer <brett@brettlajzer.com>
Sat, 30 Jun 2007 21:47:48 +0000 (30 17:47 -0400)
tree0d3cf10c77db089a09e602e0f849f8f9f1d09bf1
parentcbb788552214760989a5ad65dfe9ff9c5adda718
Finished ParticleSystem and delta-animation support.

The particle system is finished and ordered mode has been
implemented. The ordered point mode is especially cool.
I missed some classes when adding support for deltas.
This has been fixed. Also, a simple FPS class has been added.
base/Circle.lua
base/Ellipse.lua
base/FPSManager.lua [new file with mode: 0644]
base/Line.lua
base/ObjectList.lua
base/ParticleSystem.lua
base/Rectangle.lua
base/init.lua
demos/luashooter/scripts/main.lua