mirror of https://github.com/axmolengine/axmol.git
adds TMX support for bindings
This commit is contained in:
parent
57b3a9bdb5
commit
fb146129c1
|
@ -201,6 +201,8 @@ ScriptingCore::ScriptingCore()
|
|||
S_CCScaleBy::jsCreateClass(this->cx, cocos, "ScaleBy");
|
||||
S_CCScaleTo::jsCreateClass(this->cx, cocos, "ScaleTo");
|
||||
S_CCBezierTo::jsCreateClass(this->cx, cocos, "BezierTo");
|
||||
S_CCTMXTiledMap::jsCreateClass(this->cx, cocos, "TMXTiledMap");
|
||||
S_CCTMXLayer::jsCreateClass(this->cx, cocos, "TMXLayer");
|
||||
|
||||
S_SimpleAudioEngine::jsCreateClass(this->cx, cocos, "SimpleAudioEngine");
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
116a7a6e17a74a81023ac7540c1126f81f9a62a7
|
||||
92af05dc4363b6ad2fb30f28c31ac79194ed73a6
|
|
@ -1 +1 @@
|
|||
8d7675ba983e458e8f5643959db3dd3f520599a5
|
||||
4e35fbc289c831a30c77bd08b60d644fe5cd4f4f
|
Loading…
Reference in New Issue