error fix – cvc-complex-type.2.4.a: ‘base-extension’

### [error fix] cocos2dx – contents — cvc-complex-type.2.4.a: ‘base-extension’ 요소로 시작하는 부적합한 콘텐츠가 발견되었습니다. ‘{layoutlib}’ 중 하나가 필요합니다. – solved 1step: file : build.gradle classpath ‘com.android.tools.build:gradle:7.0.2’ 2step: file: gradle-wrapper.properties #Tue Apr 12 […]

[COCOS]1. 물리 몸체 및 모양 디버깅

1. Debugging Physics Body and Shapes 1. 물리 몸체 및 모양 디버깅 If you ever wish to have red boxes drawn around your physics bodies to aid in debugging, simple add these […]

[COCOS] 물리학 용어 및 개념

Physics terminology and concepts 물리학 용어 및 개념 To better understand all the details of a physics engine you should understand the following terms and concepts: 물리 엔진의 모든 세부 사항을 더 […]

[COCOS] Physics

Physics 물리학 Your game is coming along nicely. 게임이 잘 진행되고 있습니다. You have Sprite objects, gameplay mechanics and your coding efforts are paying off. 스프라이트 개체, 게임 플레이 메커니즘 및 코딩 […]