Afegits estats al fade
Afegida opció de prefade El modo demo ja comença a meitat del "meollo"
This commit is contained in:
@@ -5,30 +5,31 @@ namespace section
|
||||
// Secciones del programa
|
||||
enum class Name
|
||||
{
|
||||
INIT = 0,
|
||||
LOGO = 1,
|
||||
INTRO = 2,
|
||||
TITLE = 3,
|
||||
GAME = 4,
|
||||
HI_SCORE_TABLE = 5,
|
||||
GAME_DEMO = 6,
|
||||
INSTRUCTIONS = 7,
|
||||
CREDITS = 8,
|
||||
QUIT = 9,
|
||||
INIT,
|
||||
LOGO,
|
||||
INTRO,
|
||||
TITLE,
|
||||
GAME,
|
||||
HI_SCORE_TABLE,
|
||||
GAME_DEMO,
|
||||
INSTRUCTIONS,
|
||||
CREDITS,
|
||||
QUIT,
|
||||
};
|
||||
|
||||
// Opciones para la sección
|
||||
enum class Options
|
||||
{
|
||||
GAME_PLAY_1P = 0,
|
||||
GAME_PLAY_2P = 1,
|
||||
TITLE_1 = 2,
|
||||
TITLE_2 = 3,
|
||||
QUIT_WITH_KEYBOARD = 4,
|
||||
QUIT_WITH_CONTROLLER = 5,
|
||||
QUIT_FROM_EVENT = 6,
|
||||
RELOAD = 7,
|
||||
NONE = 8,
|
||||
GAME_PLAY_1P,
|
||||
GAME_PLAY_2P,
|
||||
TITLE_TIME_OUT,
|
||||
TITLE_1,
|
||||
TITLE_2,
|
||||
QUIT_WITH_KEYBOARD,
|
||||
QUIT_WITH_CONTROLLER,
|
||||
QUIT_FROM_EVENT,
|
||||
RELOAD,
|
||||
NONE,
|
||||
};
|
||||
|
||||
// Variables para el Attract Mode
|
||||
|
||||
Reference in New Issue
Block a user