-
I am a beginner and now trying a script list on my M1 MacBook Air as following:
```
import cocos
class MainLayer(cocos.layer.ColorLayer):
def __init__(self):
super().__init__(255,…
-
Hi,
i'm very interested by your EffectNodes , could you please update it to the V3.3 ?
kind regards
-
**Environment:**
- Windows 10
- Cocos2dx 3.10
- Android NDK r10e
- Wwise v2015.1.6_build_5553
**Repro:**
1. Do everything according to the README at: WwiseDemo-cocos2dx\Readme Android.txt. until Step…
-
The step is:
1. Pressed the button, and hold on it.
2. Remove, set visible false the button, keep your finger hold on the position
3. Leave your finger now, and the touchEvent (ended event) would stil…
-
Hi,
I am unable to see the project resources in the project panel on the left side in version 3 alpha 5. CCB files and other resources were appearing in version 3 alpha 4 but in alpha 5 they have s…
ghost updated
11 years ago
-
Im having a weird issue with the AdMob ads. When the game starts, the ads are shown, thats fine. If I move to a new scene with `Director::getInstance()->replaceScene();` The new scene loads, the ads a…
-
A bit more details getting calabash-ios started with Cocos2D iPhone projects would be very helpful. For instance, doing "query(ccmenubutton)" inside console doesn't work as it will look for uiccmenubu…
-
Hi,
For each device i need set a "magic" number to zoom:
https://github.com/paulocoutinhox/axmol-game-demo/blob/main/Source/scenes/GameScene.cpp#L107-L127
How can i create a camera that has the…
-
if i put all the initialetion of the imgui in sprite for example :
```
#include "IMGUImanager.h"
//imgui
#include "imgui/imgui.h"
#include "imgui/imgui_impl_glfw.h"
static GLFWwindow* window = null…
meiry updated
8 years ago
-
現在cocos2d-xのv3.13.1を使用していますが一部動作がおかしい部分があります。
(半透明のスプライトを使用した際に位置がずれる)
現状ですとSSPlayerはv3.11 までしか動作検証していないそうですが
今後3.13への対応は見込めるでしょうか?
(3.12では問題なく使用できています)
以上、よろしくお願いします