add SetSize as an alias for setsize
This commit is contained in:
@@ -8,3 +8,7 @@ wouldn't otherwise belong somewhere else.
|
|||||||
function Sprite:cropto(w,h)
|
function Sprite:cropto(w,h)
|
||||||
self:CropTo(w,h);
|
self:CropTo(w,h);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
function Actor:SetSize(w,h)
|
||||||
|
self:setsize(w,h);
|
||||||
|
end;
|
||||||
Reference in New Issue
Block a user