摘要:
#include "HelloWorldScene.h"//物理引擎标识 int ball1Mask = 1 getPhysicsWorld()->setDebugDrawMask(PhysicsWorld::DEBUGDRAW_ALL); // 'layer' is an au... 阅读全文
摘要:
math.randomseed(os.time())local function printGrid(grid) local celllen = 8 -- one cell have character count local gridStrLines = {} table.in... 阅读全文