migrat Credits a time based
This commit is contained in:
@@ -33,11 +33,11 @@ enum class Options {
|
||||
};
|
||||
|
||||
// --- Variables de estado globales ---
|
||||
#ifndef _DEBUG
|
||||
inline Scene current = Scene::LOGO; // Escena actual
|
||||
#ifdef _DEBUG
|
||||
inline Scene current = Scene::CREDITS; // Escena actual
|
||||
inline Options options = Options::LOGO_TO_LOADING_SCREEN; // Opciones de la escena actual
|
||||
#else
|
||||
inline Scene current = Scene::GAME; // Escena actual
|
||||
inline Scene current = Scene::LOGO; // Escena actual
|
||||
inline Options options = Options::LOGO_TO_LOADING_SCREEN; // Opciones de la escena actual
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user