Quantcast
Channel: Cocos Forums - Latest topics
Viewing all articles
Browse latest Browse all 17093

designResolutionSize and screen ratio

$
0
0

@CrazyHappyGame wrote:

Hi,
For all my apps I use designResolutionSize 960x640 (and resources resolution 960X640) ratio 3:2.
But it looks like most of smartphones have ratio 16:9.
http://hwstats.unity3d.com/mobile/display.html

What do you use for your aps - 1280x720?

In default cpp template there is:
static cocos2d::Size designResolutionSize = cocos2d::Size(480, 320);
static cocos2d::Size smallResolutionSize = cocos2d::Size(480, 320);
static cocos2d::Size mediumResolutionSize = cocos2d::Size(1024, 768);
static cocos2d::Size largeResolutionSize = cocos2d::Size(2048, 1536);

Regards,
CHP

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 17093

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>