Limit username to 12 chars and adjusted the Done button to go more with the rest of the games UI.

This commit is contained in:
2026-03-13 08:22:54 +01:00
parent 470509ee52
commit 2e9a9b810c
2 changed files with 15 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ protected:
virtual void buttonClicked(Button* button);
private:
Button _btnDone;
Touch::TButton _btnDone;
TextBox tUsername;
std::string _input;
int _cursorBlink;