Exemple #1
0
 public CCScene()
 {
     isRelativeAnchorPoint = false;
     anchorPoint           = CCPointExtension.ccp(0.5f, 0.5f);
     m_eSceneType          = ccSceneFlag.ccNormalScene;
 }
 public CCScene()
 {
     isRelativeAnchorPoint = false;
     anchorPoint = CCPointExtension.ccp(0.5f, 0.5f);
     m_eSceneType = ccSceneFlag.ccNormalScene;
 }