diff --git a/Themes/default/Graphics/ScreenLogo logo/_ball.png b/Themes/default/Graphics/ScreenLogo logo/_ball.png deleted file mode 100644 index 2f7d1093a7..0000000000 Binary files a/Themes/default/Graphics/ScreenLogo logo/_ball.png and /dev/null differ diff --git a/Themes/default/Graphics/ScreenLogo logo/_multi.png b/Themes/default/Graphics/ScreenLogo logo/_multi.png deleted file mode 100644 index 9603860c23..0000000000 Binary files a/Themes/default/Graphics/ScreenLogo logo/_multi.png and /dev/null differ diff --git a/Themes/default/Graphics/ScreenLogo logo/_text.png b/Themes/default/Graphics/ScreenLogo logo/_text.png deleted file mode 100644 index 6e0aae466c..0000000000 Binary files a/Themes/default/Graphics/ScreenLogo logo/_text.png and /dev/null differ diff --git a/Themes/default/Graphics/ScreenLogo logo/default.lua b/Themes/default/Graphics/ScreenLogo logo/default.lua deleted file mode 100644 index e099e1dc9f..0000000000 --- a/Themes/default/Graphics/ScreenLogo logo/default.lua +++ /dev/null @@ -1,21 +0,0 @@ --- comments show how this compares to a StepMania 3.9 BGAnimation.ini. --- It should be noted that additional commands on the ActorFrame as a whole for --- this file are in metrics.ini ([ScreenTitleMenu] ShowLogo, etc.) -local t = Def.ActorFrame{ -- [BGAnimation] - LoadActor("_ball"); -- [Layer1] Type=0 File=_ball.png - LoadActor("_text")..{ -- [Layer2] Type=0 File=_text.png - InitCommand=cmd(y,48;hide_if,GAMESTATE:GetMultiplayer()); -- Command=y,48 - }; - LoadActor("_multi")..{ -- [Layer3] Type=0 File=_multi.png - InitCommand=cmd(y,60;hide_if,not GAMESTATE:GetMultiplayer()); -- Command=y,48 - -- the hide_if command would be similar to Condition=, which also exists. - -- Condition=GAMESTATE:GetMultiplayer(); is the equivalent code. - }; - LoadFont("Common normal")..{ - Text="sm-ssc Multiplayer"; - InitCommand=cmd(y,5;shadowlength,0;strokecolor,color("0,0,0,0.375");diffusebottomedge,color("#D6DBDD");); - BeginCommand=cmd(hide_if,not GAMESTATE:GetMultiplayer()); - }; -}; - -return t; \ No newline at end of file