07 2016 档案

摘要:以上基于cocos 示例MainMenu的脚本修改。 阅读全文
posted @ 2016-07-23 13:28 鱼木 阅读(2971) 评论(0) 推荐(0)
摘要:local form = {_tag = 'form'} function form.build(tag, super) local target = { _tag = tag, _super = super } form.spec(target) setmetatable(target, form._meta()) ret... 阅读全文
posted @ 2016-07-21 16:12 鱼木 阅读(342) 评论(0) 推荐(0)
摘要:package_support function cc.register(name, package) function cc.load(...) function cc.bind(target, ...) function cc.unbind(target, ...) function cc.se 阅读全文
posted @ 2016-07-18 20:44 鱼木 阅读(418) 评论(0) 推荐(0)