Variables renombrades en input.cpp
This commit is contained in:
@@ -121,13 +121,13 @@ public:
|
||||
void setPlayerTextures(std::vector<std::shared_ptr<Texture>> texture);
|
||||
|
||||
// Actua en consecuencia de la entrada recibida
|
||||
void setInput(int input);
|
||||
void setInput(InputType input);
|
||||
|
||||
// Procesa inputs para cuando está jugando
|
||||
void setInputPlaying(int input);
|
||||
void setInputPlaying(InputType input);
|
||||
|
||||
// Procesa inputs para cuando está introduciendo el nombre
|
||||
void setInputEnteringName(int input);
|
||||
void setInputEnteringName(InputType input);
|
||||
|
||||
// Mueve el jugador a la posición y animación que le corresponde
|
||||
void move();
|
||||
|
||||
Reference in New Issue
Block a user