新增画布类,三联,九宫格控件
This commit is contained in:
@@ -10,6 +10,7 @@ class Sprite extends Actor {
|
||||
}
|
||||
|
||||
constructor(ImgPath, Idx) {
|
||||
base.constructor(sq_CreateSprite(ImgPath, Idx))
|
||||
C_Object = sq_CreateSprite(ImgPath, Idx);
|
||||
sq_RegisterDestruction(C_Object,this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user