Skip to content

Commit 87ea429

Browse files
author
David Ghiassi
committed
Modified intro a little bit
1 parent 7e3c6b2 commit 87ea429

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/intro.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ void intro(struct window *window)
8484
ADD_LETTERS(window, screen, "12th of March 2061:\n\n", &line, &col, 100, 0, begin, 0);
8585
ADD_LETTERS(window, screen, "On the 11th, the Earth has been destroyed by\n", &line, &col, 100, 0, begin, 0);
8686
ADD_LETTERS(window, screen, "a giant nuclear explosion. As an astronaut,\n", &line, &col, 100, 0, begin, 0);
87-
ADD_LETTERS(window, screen, "I was not on the Earth this day.\n", &line, &col, 100, 0, begin, 0);
88-
ADD_LETTERS(window, screen, "In this ship are the last humans alive.\n\n", &line, &col, 100, 0, begin, 0);
87+
ADD_LETTERS(window, screen, "I was not on the Earth this day.\n\n", &line, &col, 100, 0, begin, 0);
88+
ADD_LETTERS(window, screen, "In this ship are the last humans alive.\n", &line, &col, 100, 0, begin, 0);
8989
ADD_LETTERS(window, screen, "Since there is no more Earth, we don't know\n", &line, &col, 100, 0, begin, 0);
90-
ADD_LETTERS(window, screen, "where to go...\n", &line, &col, 100, 42000, begin, 0);
91-
90+
ADD_LETTERS(window, screen, "where to go...\n\n", &line, &col, 100, 0, begin, 0);
91+
ADD_LETTERS(window, screen, "\n\n\n\n\n\n\n\n\n\n\n", &line, &col, 100, 0, begin, 0);
92+
ADD_LETTERS(window, screen, "Press ENTER to play", &line, &col, 100, 42000, begin, 0);
9293
}

0 commit comments

Comments
 (0)