Move help information further up.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-29 13:01:09 +02:00
parent 17777e2178
commit d343c5e5a0
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -137,7 +137,7 @@ int main() {
{
al_draw_multiline_text(font,
al_map_rgb(0xFF, 0xFF, 0xFF),
WINDOW_WIDTH / 2, WINDOW_HEIGHT / 2,
WINDOW_WIDTH / 2, WINDOW_HEIGHT / 2 - 50,
WINDOW_WIDTH, 10.0f,
ALLEGRO_ALIGN_CENTRE,
help);