Added help screen.

This commit is contained in:
Ryan "Lofenyy" Medeiros 2023-07-02 00:28:55 -06:00
parent 80cccafd48
commit 0b36ef8961
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ int main()
mvprintw(0, 0, "Map: %i X: %li Y: %li", aMap, x, y);
mvprintw(1, 0, "Tooltip: %c Color: %i Walkable: %s", (char)tip, tipColor,
tipWalk ? "True" : "False");
mvprintw(2,0,"Press 'h' for help.");
// Display our cursor based on what tool we're using.
switch (tool)