-
Couldn't load subscription status.
- Fork 135
Auth full changes #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
05 bug fixes
Moving database & auth to MainMenuScene. Adding Auth node with fields and listeners. Set up user record management. Set up user sign-up, login and anonymous login.
Bug on disbanded room.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments on .. comments, and also moving some of publically declared function out of a header and into the .cpp file.
| password_text_field_touch_listener->onTouchBegan = | ||
| [this](cocos2d::Touch* touch, cocos2d::Event* event) -> bool { | ||
| if (previous_state != current_state || current_state != kAuthState) { | ||
| return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does return false mean?
Consuming event onTouchBegan.
Moving database & auth to MainMenuScene.
Adding Auth node with fields and listeners.
Set up user record management.
Set up user sign-up, login and anonymous login.