Add a simple animation framework (+ intro)
commit43a7ab633669f3af209d046d67a1b1e6da4f806e
authorThomas Perl <thp@perli.net>
Thu, 12 Feb 2009 11:33:39 +0000 (12 12:33 +0100)
committerThomas Perl <thp@perli.net>
Thu, 12 Feb 2009 11:45:12 +0000 (12 12:45 +0100)
tree01ff60ed95864116c50ba1ebecfed9f1c13cd4d8
parent0f3aab7e3510e90b0088af613f673743984eda17
Add a simple animation framework (+ intro)

The animation framework can be extended and used later
on to provide storytelling content to the audience.

Currently, an (interruptable) animation is played at
the start of the game as an example of how the framework
can be used.
animation.c [new file with mode: 0644]
animation.h [new file with mode: 0644]
graphics.c
graphics.h
makefile
tennix.c