Size of Display Stats

Hello,

I’m developing a game for iOS and Android with cocos2d-x 3.2.

I define that my game will use portrait mode and a a resolution policy fixed_width.

So i’m designing the game in 384X683 for and exporting after that resources for 768X1366 and 1536X2732.

At the time i think that all is good but i have one problem: how can i increase the display stats size in left corner because changing the contentScaleFactor decrease them.

Regards

Those stats are just for debugging really. You can turn that off in AppDelegate.

I guess you could modify the code in void Director::createStatsLabel()

Okay thanks for your help :smile:

I’ll ignore it.