canvi de pc
This commit is contained in:
@@ -39,9 +39,8 @@ void init() {
|
||||
|
||||
// Opciones de control
|
||||
controllers.clear();
|
||||
controllers.resize(2);
|
||||
controllers.at(0).player_id = 1;
|
||||
controllers.at(1).player_id = 2;
|
||||
controllers.emplace_back(GamepadOptions(1));
|
||||
controllers.emplace_back(GamepadOptions(2));
|
||||
setKeyboardToPlayer(1);
|
||||
|
||||
// Opciones pendientes
|
||||
|
||||
Reference in New Issue
Block a user