just some small changes here.
This commit is contained in:
@@ -11,7 +11,7 @@ function Actor:SetSize(w,h)
|
||||
end
|
||||
|
||||
-- shorthand! this is tedious to type and makes things ugly so let's make it shorter.
|
||||
-- screen.w, screen.h, etc.
|
||||
-- _screen.w, _screen.h, etc.
|
||||
_screen = {
|
||||
w = SCREEN_WIDTH,
|
||||
h = SCREEN_HEIGHT,
|
||||
|
||||
@@ -75,7 +75,7 @@ end
|
||||
-- SSC Additions
|
||||
local DropBezier =
|
||||
{
|
||||
0 , 0,
|
||||
0 , 0,
|
||||
1/3 , 1,
|
||||
2/3 , 0.5,
|
||||
1 , 1,
|
||||
|
||||
Reference in New Issue
Block a user