-
今天写了一个 lua 调用 iOS 的同步回调遇到了这个问题。
一开始直接跟的源码,然后发现使用 NSMethodSignature 获取到的 methodReturnType 就是 'B'。
之前没怎么写过 oc 代码,所以 Google 之。
发现了在 Quick-x 最早的时候( 2 Nov 2015 )有这么一个 issue:
[使用luaoc.callStaticMeth…
-
Travis is good, but it doesn't support windows, that's why we use jenkins currently. But our genkins is not stable, the slaves are easy to be disconnected. We need to find a way to switch to use free …
-
android iphone4s is ok
iphone 5s,iphone 6 use lua code:
[LUA ERROR] load "/private/var/mobile/Containers/Bundle/Application/C2FD6099-14B6-4DF4-84BC-4F80139CE6E8/thunderGirl-mobile.app/src/main.lua", …
wulei updated
7 years ago
-
Tiles should easily be animated.
Either by using an animated gif or other animated format.
The other option would be to cycle through some tiles within one tileset.
-
![screen shot 2015-06-22 at 8 42 20 pm](https://cloud.githubusercontent.com/assets/4255482/8283202/1ef2ad44-1920-11e5-911e-f4455f8763af.png)
I'm unsure what is causing message from print() not fully …
-
Add follow code to CCSkeletonAnimation.h
```
void setFlipX(bool t)
{
skeleton->flipX = t;
}
void setFlipY(bool t)
{
skeleton->flipY = t;
}
```
-
create project as:
*\* cocos new MyLuaGame -p com.your.myluagame -l lua -d workspace **
run as:
*\* yourchanges@yourchanges:MyLuaGame$ cocos run -p android *\*
```
Running command: compile
Buildin…
-
ByteArrayVarint.lua中的bit.rshift 、bit.lshift 应该为 bit.brshift. bit.blshift.
还不太会用 git修改,希望看到的人改一下
-
I create a lua HelloWorld project by running "cocos new MyLuaGame -p com.yourcompany.mygame -l lua -d MyLuaGame" with the newest cocos2d-x . I copy framework of quick 3.5 to my HelloWorld Project, and…
-
`version:` v3.5Final
`issue:` Setting different colors to each letter of label, then run the fadeout action, the colors disappear.
`result:`
![untitled](https://cloud.githubusercontent.com/assets/508…