From 9d69d25fe06bf4e8a867422d963940403547af2d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 27 Oct 2011 19:18:55 -0500 Subject: [PATCH] just some small changes here. --- Themes/_fallback/Scripts/01 alias.lua | 2 +- Themes/_fallback/Scripts/02 Actor.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/01 alias.lua b/Themes/_fallback/Scripts/01 alias.lua index 1999c6e010..4a3dada4eb 100644 --- a/Themes/_fallback/Scripts/01 alias.lua +++ b/Themes/_fallback/Scripts/01 alias.lua @@ -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, diff --git a/Themes/_fallback/Scripts/02 Actor.lua b/Themes/_fallback/Scripts/02 Actor.lua index acd9f3eac3..f9634724e9 100644 --- a/Themes/_fallback/Scripts/02 Actor.lua +++ b/Themes/_fallback/Scripts/02 Actor.lua @@ -75,7 +75,7 @@ end -- SSC Additions local DropBezier = { - 0 , 0, + 0 , 0, 1/3 , 1, 2/3 , 0.5, 1 , 1,