diff --git a/Themes/HelloWorld/Graphics/ScreenGuideMain header.lua b/Themes/HelloWorld/Graphics/ScreenGuideMain header.lua index ef507f8fc4..1504a5dcb4 100644 --- a/Themes/HelloWorld/Graphics/ScreenGuideMain header.lua +++ b/Themes/HelloWorld/Graphics/ScreenGuideMain header.lua @@ -15,7 +15,7 @@ local t = Def.ActorFrame{ LoadFont("_frutiger roman 24px")..{ Name="Header"; Text=THEME:GetString("ScreenGuideMain","Explanation"); - InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH)*1.45); + InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH)); }; }; }; diff --git a/Themes/HelloWorld/Graphics/ScreenGuideMain scroll.lua b/Themes/HelloWorld/Graphics/ScreenGuideMain scroll.lua index 8004ca637a..71946e43aa 100644 --- a/Themes/HelloWorld/Graphics/ScreenGuideMain scroll.lua +++ b/Themes/HelloWorld/Graphics/ScreenGuideMain scroll.lua @@ -14,7 +14,7 @@ local t = Def.ActorFrame{ }; LoadActor( THEME:GetPathG("_section", "Guide") )..{ - InitCommand=cmd(x,-250;y,-24;Real;halign,0); + InitCommand=cmd(x,-244;y,-23;Real;halign,0); GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9); LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45); }; diff --git a/Themes/HelloWorld/Graphics/ScreenReferenceMain scroll.lua b/Themes/HelloWorld/Graphics/ScreenReferenceMain scroll.lua index dad4bbb0e0..d0e5e6ed14 100644 --- a/Themes/HelloWorld/Graphics/ScreenReferenceMain scroll.lua +++ b/Themes/HelloWorld/Graphics/ScreenReferenceMain scroll.lua @@ -14,7 +14,7 @@ local t = Def.ActorFrame{ }; LoadActor( THEME:GetPathG("_section", "Reference") )..{ - InitCommand=cmd(x,-250;y,-24;Real;halign,0); + InitCommand=cmd(x,-244;y,-23;Real;halign,0); GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9); LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45); }; diff --git a/Themes/HelloWorld/Graphics/ScreenTitleMenu scroll.lua b/Themes/HelloWorld/Graphics/ScreenTitleMenu scroll.lua index 5ce9182dfa..da98cd68ac 100644 --- a/Themes/HelloWorld/Graphics/ScreenTitleMenu scroll.lua +++ b/Themes/HelloWorld/Graphics/ScreenTitleMenu scroll.lua @@ -27,8 +27,8 @@ local t = Def.ActorFrame{ DisabledCommand=cmd( diffuse,color("0.45,0,0,1") ); GainFocusCommand=cmd(stoptweening;accelerate,0.15;diffuse,color("#000000");strokecolor,color("0.85,0.9,1,0.75");); LoseFocusCommand=cmd(stoptweening;accelerate,0.2;diffuse,color("#888888");strokecolor,color("0,0,0,0");); - OffFocusedCommand=cmd(sleep,1;decelerate,1;addx,-32;diffuse,color("#FF0000");); - OffUnfocusedCommand=cmd(sleep,0.2*gc:GetIndex();linear,0.5;addx,SCREEN_CENTER_X;); + OffFocusedCommand=cmd(sleep,0.45;decelerate,1;addx,-32;diffuse,color("#FF000000");); + OffUnfocusedCommand=cmd(sleep,0.125*gc:GetIndex();linear,0.5;addx,SCREEN_CENTER_X;); }; }; diff --git a/Themes/HelloWorld/Graphics/SectionMenu ItemFocused.png b/Themes/HelloWorld/Graphics/SectionMenu ItemFocused.png index c2340e1f3d..5f4d043bcf 100644 Binary files a/Themes/HelloWorld/Graphics/SectionMenu ItemFocused.png and b/Themes/HelloWorld/Graphics/SectionMenu ItemFocused.png differ diff --git a/Themes/HelloWorld/Graphics/_section Guide.png b/Themes/HelloWorld/Graphics/_section Guide.png index 5a1ed471ab..18cd4a69a8 100644 Binary files a/Themes/HelloWorld/Graphics/_section Guide.png and b/Themes/HelloWorld/Graphics/_section Guide.png differ diff --git a/Themes/HelloWorld/Graphics/_section Reference.png b/Themes/HelloWorld/Graphics/_section Reference.png index e322d8b4b1..a5d7c0b2b2 100644 Binary files a/Themes/HelloWorld/Graphics/_section Reference.png and b/Themes/HelloWorld/Graphics/_section Reference.png differ diff --git a/Themes/HelloWorld/Graphics/_section Tutorial.png b/Themes/HelloWorld/Graphics/_section Tutorial.png index c724cb427c..a0fc39758c 100644 Binary files a/Themes/HelloWorld/Graphics/_section Tutorial.png and b/Themes/HelloWorld/Graphics/_section Tutorial.png differ diff --git a/Themes/HelloWorld/readme.txt b/Themes/HelloWorld/readme.txt index f2cd7eca99..f834df5f0f 100644 --- a/Themes/HelloWorld/readme.txt +++ b/Themes/HelloWorld/readme.txt @@ -1,9 +1,8 @@ Hello World and other sm-ssc theming examples --------------------------------------- -A theme by various contributors. --------------------------------------- - +------------------------------------------------------- + A theme by various contributors. (see "Contributors") +------------------------------------------------------- This theme and its accompanying documentation are licensed under the Creative Commons Attribution-Share Alike 3.0 license. @@ -30,6 +29,7 @@ Table of Contents Managers [r_man] Classes [r_cls] Tutorials [tutor] + Contributors [creds] [others tba] ================================================================================ @@ -46,4 +46,9 @@ The theme itself is split into three sections, encompassing various elements of sm-ssc theming. The Guide is a general run-through of how Themes are constructed (along with -NoteSkins, Announcers, and Characters) \ No newline at end of file +NoteSkins, Announcers, and Characters) +================================================================================ +Contributors [creds] + +These are the people who have worked on Hello World: +* AJ Kelly \ No newline at end of file