新增画布类,三联,九宫格控件
This commit is contained in:
@@ -94,6 +94,7 @@ function sq_SetDirection(C_Object, Dir) {}
|
||||
function sq_CreateActor() {}
|
||||
function sq_RegisterDestruction(a,b) {}
|
||||
function sq_CreateSprite(a,b) {}
|
||||
function sq_CreateCanvas(a,b) {}
|
||||
function sq_AddChild(a,b){}
|
||||
function sq_RemoveChild(a,b){}
|
||||
function sq_SetZOrder(a,b){}
|
||||
@@ -112,4 +113,11 @@ function pow(a,b){}
|
||||
|
||||
|
||||
function sq_GetWorldPos(a){}
|
||||
function sq_SetVisible(a,b){}
|
||||
function sq_SetVisible(a,b){}
|
||||
function sq_SetName(a,b){}
|
||||
function sq_Canvas_DrawImg(a,b,c,d){}
|
||||
function sq_Canvas_DrawImgRect(a,b,c,d){}
|
||||
function sq_GetImg(a){}
|
||||
function sq_GetPng(a,b){}
|
||||
function sq_OutPutTable(...){}
|
||||
function output(...){}
|
||||
|
||||
Reference in New Issue
Block a user