mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
fix cutted text in about screen
This commit is contained in:
parent
5b5bd21ffe
commit
b0b3fbc59e
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
allegro.log
|
||||
others
|
||||
SuperDerpy.ini
|
||||
SuperDerpy.bat
|
||||
sync
|
||||
|
|
|
@ -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:");
|
||||
|
|
Loading…
Reference in a new issue