美文网首页
Cocos Creator + Box2d prefab

Cocos Creator + Box2d prefab

作者: WardenAllen | 来源:发表于2017-01-05 13:51 被阅读0次

    // Global.js 定义全局变量

    window.Global = {

         worldNode: null,

    };

    // World.js 

    Global.worldNode =this;

    // Player.js

    var bodyA = Global.worldNode.world.CreateBody(bodyDef);

    相关文章

      网友评论

          本文标题:Cocos Creator + Box2d prefab

          本文链接:https://www.haomeiwen.com/subject/fblzvttx.html