Resources in binary support, button drawing functions
commit2532885046fbdd21024386aa868bba7dc94895bb
authorThomas Perl <thp@perli.net>
Wed, 5 Sep 2007 22:58:29 +0000 (6 00:58 +0200)
committerThomas Perl <thp@perli.net>
Wed, 5 Sep 2007 22:58:29 +0000 (6 00:58 +0200)
tree0b4ecaaa8c4e077b1677b630de96ffc4ad4dc490
parentc1971deaabf98c7faae1b3cf7d61f7771bb9322d
Resources in binary support, button drawing functions

Added support for converting data files to c source, which
will then be included and compiled into the binary. This
makes Tennix run without the "data" folder, and the game
resources (sounds and data) cannot simply be edited for the
binary distribution.

Added first cut of button drawing routines which can be
useful for menu navigation later on. (including text)

Fix space character in Smallish font.
data/data2csrc.c [new file with mode: 0644]
data/makefile [new file with mode: 0644]
data/smallish-font.png
graphics.c
graphics.h
makefile
sound.c
sound.h
tennix.c
tennix.h