-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
```
What steps will reproduce the problem?
1. cd examples
2. image_display.py pyglet.png
3. A window appears, showing the pyglet logo
4. Cover half the pyglet window with other window (using mouse)
5.…
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
### Use Case
关于cocos源码的 tsconfig 和 eslint 的问题, 我在很多渠道发表过观点了.
我也知道 这种改动如果要一步到位 一蹴而就 很难 . 但是可以分部进行. 先找可以平滑过渡的.
建议第一步可以先将 tsconfig 中的 "strictPropertyInitialization" 设置为 false.
--------
…
-
```
Hello, just try some demos with your cocos port and performance on emulator
seems very crapy - simple black screen with label application get only 20 fps,
and box2d demo starting lag with severa…
-
```
cocos development moved to
https://github.com/cocos2d/cocos2d-python
Please enter new issues at https://github.com/cocos2d/cocos2d-python/issues/
Attached a mapping between svn revision number …
-
I want to make a game using cocos creator I Installed peerjs and I write bellow code :
````
import { _decorator, Component, Node } from 'cc';
import Peer from 'peerjs';
const { ccclass, property …
-
Last commit was in 2021.
Just wondering if project is alive or dead (assuming second).
-
when i build the android ver, i got the undefined reference to 'seekdir' , do you know how to slove it ?
[armeabi] SharedLibrary : libhellocpp.so
/Volumes/BackUp/android/ndk/android-ndk-r9b/toolchai…