Frontend/Cocos2D JS

이 글은 PC 버전 TISTORY에 최적화 되어있습니다. Cocos2D - JS 는 여타(Phaser, CreateJS 등) HTML5 게임 개발 라이브러리와 다르게 프로젝트 환경설정을 html파일이나 js파일에서가 아닌 project.json이라는 파일에서 설정합니다. 속성 값은 아래의 표를 참고하세요. 속성명 옵션 설명 debugMode 0, 1, 2, 3, 4, 5, 6 0: close all 1: info level 2: warn level 3: error level 4: info level with web page 5: warn level with web page 6: error level with web page showFPS true or false toggle FPS visibility i..
이 글은 PC 버전 TISTORY에 최적화 되어있습니다. 에러코드 Assert failed: Unsupported format for depth and stencil buffers. Using defaultAssertion failed: (0), function convertAttrs, file /Users/Hwang/Desktop/TutorialV3CPP/cocos2d/cocos/platform/ios/CCGLViewImpl-ios.mm, line 107. 해결법AppDelegate 파일들의 추가된 내용이 빠져있는 예제를 돌리다가 생길 수 있다(최신 버전 받으면 기본적으로 들어가 있음), 빠지면 에러를 뿜어낸다. [AppDelegate.h] virtual void initGLContextAttrs();..
에반황
'Frontend/Cocos2D JS' 카테고리의 글 목록