CourseType is optional for GetCustomDifficulty().

Sync up Midi's theme changes.
This commit is contained in:
AJ Kelly
2010-02-11 23:27:17 -06:00
parent 00e0c7c801
commit 484820424b
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -135,6 +135,18 @@ function Actor:Center()
self:y(SCREEN_CENTER_Y);
end;
-- SSC Additions
local DropBezier =
{
0 , 0,
8/16 , 1,
12/16 , 0.5,
16/16 , 1,
}
function Actor:drop(t)
self:tween( t, "TweenType_Bezier", DropBezier );
end
-- (c) 2006 Glenn Maynard
-- All rights reserved.
--