摘要:
{ super + e / windows + e Mouse Right play down network link } 阅读全文
posted @ 2019-11-04 20:04
YZFHKMS-X
阅读(131)
评论(0)
推荐(0)
摘要:
--[[ 贪吃蛇 ]] local RetroSnaker = class("RetroSnaker", function() return cc.Layer:create(); end ) local Obj = require("cocos.Packaging_Kernel") local KEY_UP = 28 local KEY_DOWN = 29 local KEY_LEFT = 26 阅读全文
posted @ 2019-11-04 19:52
YZFHKMS-X
阅读(740)
评论(0)
推荐(0)
摘要:
--[[ Packaging_KernelEngine.h 文件说明:所有对象在建立时位置是优先的,传入位置参数必须cc.p(X,Y) CurObj:表示要传入当前的对象 将3.10 lua api 放到 C:\Users\Administrator\Documents\BabeLua\Completion ***************]] -- Valid Line Number 2901 - 阅读全文
posted @ 2019-11-04 19:51
YZFHKMS-X
阅读(1601)
评论(0)
推荐(0)