- [NEW] Anbernics en el lloc i ja se poden recollir
- [CHG] Canviats uns pixels en les portes - [NEW] Sequencia de final de joc acabada - [NEW] Al pillar un booster fa sorollet - Treballant en el prólogo
This commit is contained in:
@@ -5,11 +5,12 @@ namespace modules
|
||||
namespace menu
|
||||
{
|
||||
#define OPTION_NONE -1
|
||||
#define OPTION_JUGAR 0
|
||||
#define OPTION_TECLES 1
|
||||
#define OPTION_GAMEPAD 2
|
||||
#define OPTION_AUDIO 3
|
||||
#define OPTION_EIXIR 4
|
||||
#define OPTION_PROLOGO 0
|
||||
#define OPTION_JUGAR 1
|
||||
#define OPTION_TECLES 2
|
||||
#define OPTION_GAMEPAD 3
|
||||
#define OPTION_AUDIO 4
|
||||
#define OPTION_EIXIR 5
|
||||
|
||||
void init();
|
||||
int loop();
|
||||
|
||||
Reference in New Issue
Block a user