prepare inventory

This commit is contained in:
quenousimporte 2025-04-21 22:29:55 +02:00
parent f129882f50
commit d6f1d9cad7
1 changed files with 3 additions and 1 deletions

4
w/w.c
View File

@ -934,9 +934,11 @@ void draw()
break; break;
}*/ }*/
printf("\n\n");
printf("i: Inventaire\n");
if (charatpos(state.position.x, state.position.y) == TILE_START) if (charatpos(state.position.x, state.position.y) == TILE_START)
{ {
printf("\n\nr: Retour à la station"); printf("r: Retour à la station\n");
} }
} }
else if (state.screen == SC_STATION) else if (state.screen == SC_STATION)