Font improvements, faded lines, simplified menu+quitting
commitc1971deaabf98c7faae1b3cf7d61f7771bb9322d
authorThomas Perl <thp@perli.net>
Wed, 5 Sep 2007 15:14:12 +0000 (5 17:14 +0200)
committerThomas Perl <thp@perli.net>
Wed, 5 Sep 2007 15:14:12 +0000 (5 17:14 +0200)
tree643e24bce216abef538db4ce30c2383750e004b2
parent78ce08b07b3df58a41799ad0656d515097c906e2
Font improvements, faded lines, simplified menu+quitting

In-game scores are now displayed using the fond code, the
"score.png" graphic and show_digit() function got removed.

Add dkc2 font, and improve font and graphics code (image
width, image height, sprite width, simplified char search.

New draw_line_faded() method that draws a line with faded
colors, fixed old draw_line() code and make draw_line() a
macro that calls draw_line_faded().

Add support for quitting tennix by closing the tennix window.

Elektrons beatified, added faded line drawing. Move around
items in the menu, remove sound + racket animation.

Fade to black the menu when quitting.

Clean-up stuff in tennix.h.
data/animation.png [deleted file]
data/dkc2.png [new file with mode: 0644]
data/score.png [deleted file]
game.c
game.h
graphics.c
graphics.h
tennix.c
tennix.h