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?
I think the 3rd line is the FPS. for disabling this part, Go to AppDelegate.cpp
file , then go to the function: applicationDidFinishLaunching
and delete or comment this line:
pDirector->setDisplayStats(true);
OR, set the input value to false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With