Suggestion about windows size setting in PlayBook samples.

Dear,

In the samples of cocos2dx of PlayBook , the windows size is set to 480*320, like this:
—————————-
AppDelegate.cpp
——————————————————————-
CC_BREAK_IF(! pMainWnd|| ! pMainWnd~~>Create);
——————————————————————~~

Is is OK to set the windows size in sample code to 1024*600? Which is the screen size of PlayBook.
I tested it , it look much better than using 480*320.

Hi, you are right, but the resources are designed for 480*320, they will be very small on playbook if changing the size to 1024*600. And the label will be hard to click, will it?

Dear,

Yes, they are smaller , but it is still OK to tap on it, and user experience is better than 480*320.

OK, we will consider to revert it to 1024*600 on the next version. Thanks.

Weird I set it to 1024*600 yet it was ignored.

James Chen wrote:

Hi, you are right, but the resources are designed for 480*320, they will be very small on playbook if changing the size to 1024*600. And the label will be hard to click, will it?

It is possible to enable retina resources with little changes in cocos2d-x code :slight_smile: