fix cutted text in about screen

This commit is contained in:
Sebastian Krzyszkowiak 2012-03-04 14:20:04 +01:00
parent 5b5bd21ffe
commit b0b3fbc59e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
allegro.log
others
SuperDerpy.ini
SuperDerpy.bat
sync

View file

@ -81,7 +81,7 @@ void About_Preload(struct Game *game) {
float y=0.07;
void draw_text(char* text) {
al_draw_text(game->about.font, al_map_rgb(255,255,255), 0, y*al_get_bitmap_height(game->about.text_bitmap), ALLEGRO_ALIGN_LEFT, text);
y+=0.021;
y+=0.020;
}
draw_text("Written by:");