EnterName: si has plenat tots els slots de lletres, apretar una volta mes el de fixar lletra fixa el nom

This commit is contained in:
2025-02-07 14:15:18 +01:00
parent 01591175ef
commit 84595da13a
6 changed files with 16 additions and 5 deletions

View File

@@ -239,6 +239,7 @@ public:
PlayerState getPlayingState() const { return playing_state_; }
std::string getName() const { return name_; }
bool get1CC() const { return game_completed_ && credits_used_ == 1; }
bool getEnterNamePositionOverflow() const { return enter_name_->getPositionOverflow(); }
// Setters
void setController(int index) { controller_index_ = index; }