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