forked from snapshot112/minigame-menu
Code cleanup and documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Created by snapshot112 on 10/15/25.
|
||||
* Created by snapshot112 on 15/10/2025
|
||||
*
|
||||
* A minigame menu for games configured to run on the grid game engine.
|
||||
* A minigame menu for games build on the grid game engine.
|
||||
*
|
||||
* Please make sure to include and initialize the game engine before calling menu();
|
||||
*/
|
||||
@@ -10,7 +10,7 @@
|
||||
#define MINIGAME_MENU_MINIGAME_MENU_H
|
||||
|
||||
/*
|
||||
* A minigame menu for games configured to run on the grid game engine.
|
||||
* A minigame menu for games build on the grid game engine.
|
||||
*
|
||||
* Please make sure to include and initialize the game engine before calling menu();
|
||||
*
|
||||
@@ -18,10 +18,10 @@
|
||||
* Clears the console and uses it to display a minigame menu.
|
||||
*
|
||||
* Controls:
|
||||
* 'w'/'arr_up: Next menu item.
|
||||
* 's'/'arr_down': Previous menu item.
|
||||
* 'f': Select current menu item.
|
||||
* 'BACKSPACE': Exit the menu.
|
||||
* 'w'/'arr_up': Next menu item.
|
||||
* 's'/'arr_down': Previous menu item.
|
||||
* 'f'/'ENTER': Select current menu item.
|
||||
* 'BACKSPACE'/'ESC': Exit the menu.
|
||||
*/
|
||||
void minigame_menu(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user