-
## The first problem
In the existing codeBase, CCMacro.js is loaded before CCConfig.js, which means cc.IS_RETINA_DISPLAY_SUPPORTED is undefined when CCMacro is parsed.
because of this the definitio…
-
SS5Playerでもあった現象ですが、SpriteStudio6では減算はカラー値とアルファ値を別に操作するエクステンション命令を使用して描画しています。
Cocos2d-x上ではアルファ値を別に指定する事ができず、カラー値の減算となります。
減算を使用する場合、画像内の影響を与えたくない部分には、透明度を使用せずカラー値を黒(0,0,0)に設定する事で、0を減算する事で結果色が変わらな…
-
Hi
My setup is cocos on linux sdk and ndk from Android Studio installation.
I do
cocos new -l cpp -d . -p
to create a new project
cd to the created directory and compile the project for android a…
-
After run project -
Based on: cocos2d-x-3.8.1
Microsoft Visual Studio 2015 Version 14.0.23107.0.
Copyright (C) Microsoft Corp. All rights reserved.
The license for Visual Studio expires in 21 days.
…
-
```
I am developing a game using Cocos2d FrameWork in Android.
i encountered a problem while testing on Motorola Xoom.
What I want to do :-
When User pressed Volume up and Volume down Button All th…
-
Looks like the refactoring of the 2D physics wrapper has resulted in changes to the mass, moment and size of shapes.
I haven't figured out the root cause of this issue, but this discussion shows bef…
-
### Cocos Creator version
3.6.2
### System information
window 10
### Issue description
Force motion of a parent node with rigid body components,trail module in the particle system leaves a gap
h…
-
agree on the technical details:
- the language
- the tools, frameworks
-
```
What steps will reproduce the problem?
1. Pass kCCDirectorProjectionCustom to the director
2. Use CCProjectionProtocol
3. Create a projection protocol with an x or y offset. here is what i am usin…
-
Can we move this to 3rd party source instead I have submitted a PR to google/flatbuffers with a patch to do just this you guys are welcome to use that patch in 3rd party source repo
https://github.co…