Finalitzada la part de entrar nom. Falta posar un temporitzador i una animació
This commit is contained in:
@@ -34,6 +34,7 @@ Player::Player(int id, float x, int y, SDL_Rect *playArea, std::vector<Texture *
|
||||
statusPlaying = PLAYER_STATUS_WAITING;
|
||||
scoreBoardPanel = 0;
|
||||
name = "";
|
||||
setRecordName(enterName->getName());
|
||||
init();
|
||||
}
|
||||
|
||||
@@ -425,7 +426,6 @@ void Player::setStatusPlaying(int value)
|
||||
break;
|
||||
|
||||
case PLAYER_STATUS_ENTERING_NAME:
|
||||
setRecordName("");
|
||||
break;
|
||||
|
||||
case PLAYER_STATUS_DYING:
|
||||
|
||||
Reference in New Issue
Block a user