just some small changes here.

This commit is contained in:
AJ Kelly
2011-10-27 19:18:55 -05:00
parent e6d45be2bc
commit 9d69d25fe0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -75,7 +75,7 @@ end
-- SSC Additions
local DropBezier =
{
0 , 0,
0 , 0,
1/3 , 1,
2/3 , 0.5,
1 , 1,