Status: | Closed | |
---|---|---|
Start date: | 2014-03-04 | |
Priority: | High | |
Due date: | ||
Assignee: | xingsenma | |
% Done: | 100% |
|
Category: | - | |
Target version: | v3.0 alpha |
Subtasks
Status: | Closed | |
---|---|---|
Start date: | 2014-03-04 | |
Priority: | High | |
Due date: | ||
Assignee: | xingsenma | |
% Done: | 100% |
|
Category: | - | |
Target version: | v3.0 alpha |
Subtasks
Class involved:
cc.Color
cc.Point
cc.Size
cc.Rect
Remove cc.PointMake, cc.PointZero, cc.Point,
cc.SizeMake, cc.SizeZero, cc.Size,
cc.RectMake, cc.RectZero, cc.Rect
use this
cc.color(255, 0, 0, 255);
cc.color(“#FF0000”);
cc.p(20, 30);
cc.size(200, 200);
cc.rect(20, 30, 200, 200);