centralitzada la gestio d'SKIP per a les escenes
This commit is contained in:
@@ -20,13 +20,6 @@
|
||||
#include "core/system/game_config.hpp"
|
||||
#include "core/types.hpp"
|
||||
|
||||
// Botones que permiten saltar/avanzar escenas ANTES de MAIN (extensible)
|
||||
static constexpr std::array<InputAction, 3> SKIP_BUTTONS_TITOL = {
|
||||
InputAction::SHOOT, // FIRE
|
||||
InputAction::THRUST, // THRUST
|
||||
InputAction::START // START
|
||||
};
|
||||
|
||||
// Botones para INICIAR PARTIDA desde MAIN (solo START)
|
||||
static constexpr std::array<InputAction, 1> START_GAME_BUTTONS = {
|
||||
InputAction::START
|
||||
|
||||
Reference in New Issue
Block a user