Add a short help in-game

This commit is contained in:
Shadow15510 2022-01-19 21:30:44 +01:00
parent a6ca3d0ef6
commit 947f6e3d28
1 changed files with 2 additions and 2 deletions

View File

@ -81,11 +81,11 @@ int main(void)
if (current_game.total_time == 0)
{
dclear(C_WHITE);
dtext(1, 1, C_BLACK, "CONTROLES :");
dtext(1, 18, C_BLACK, "[FLECHES] : SELECTIONNER");
dtext(1, 35, C_BLACK, "[SHIFT] : VALIDER");
dtext(1, 52, C_BLACK, "[ALPHA]/[EXIT] : REVENIR EN ARRIERE");
dtext(1, 52, C_BLACK, "[ALPHA]/[EXIT] : REVENIR");
dtext(1, 69, C_BLACK, "[VARS] : MENU DES MUTATIONS");
dtext(1, 86, C_BLACK, "[->] : MODE RAPIDE");