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,