mirror of
https://github.com/Steffo99/iiiiil-gioco.git
synced 2024-11-21 23:44:21 +00:00
Modificato la grafica dell'inventario.
This commit is contained in:
parent
8ac1c5e75e
commit
65bbcb53b7
1 changed files with 4 additions and 0 deletions
4
main.cpp
4
main.cpp
|
@ -291,6 +291,10 @@ void inventory()
|
||||||
{
|
{
|
||||||
cout << '\n';
|
cout << '\n';
|
||||||
}
|
}
|
||||||
|
for(int i = 0; i < X_MAX; i++)
|
||||||
|
{
|
||||||
|
cout << (char) DOUBLELINE;
|
||||||
|
}
|
||||||
//Selezione dell'oggetto da usare.
|
//Selezione dell'oggetto da usare.
|
||||||
cout << "Scrivi la lettera corrispondente all'oggetto che vuoi usare.\nEsci con Esc.\n";
|
cout << "Scrivi la lettera corrispondente all'oggetto che vuoi usare.\nEsci con Esc.\n";
|
||||||
while(true)
|
while(true)
|
||||||
|
|
Loading…
Reference in a new issue