In all codes I’ve written with cocos2d-x there is a part in the screen at left down corner. It has 3 lines. I’ve found that the first line is for counting nodes in the scene. What exactly it is and how can I remove it from the screen?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the 3rd line is the FPS. for disabling this part, Go to
AppDelegate.cppfile , then go to the function:applicationDidFinishLaunchingand delete or comment this line:OR, set the input value to
false