forked from Kolyah35/minecraft-pe-0.6.1
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:
@@ -30,7 +30,7 @@ protected:
|
||||
virtual void buttonClicked(Button* button);
|
||||
|
||||
private:
|
||||
Button _btnDone;
|
||||
Touch::TButton _btnDone;
|
||||
TextBox tUsername;
|
||||
std::string _input;
|
||||
int _cursorBlink;
|
||||
|
||||
Reference in New Issue
Block a user