diff --git a/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png b/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png index 6d9b23376a..d941cf0dcf 100644 Binary files a/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png and b/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png differ diff --git a/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua b/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua index 551248a525..f9550aee44 100644 --- a/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua +++ b/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua @@ -1,4 +1,4 @@ return LoadActor("bg.png") ..{ InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT); - OnCommand=cmd(texcoordvelocity,0,-1;customtexturerect,0,0,5,5;diffuse,0.8,0.8,0.8,1); + OnCommand=cmd(texcoordvelocity,0,-1;customtexturerect,0,0,SCREEN_WIDTH/self:GetWidth(),SCREEN_HEIGHT/self:GetHeight();diffuse,color("0.9,0.9,0.9,1")); }; \ No newline at end of file diff --git a/Themes/default/BGAnimations/ScreenLogo decorations.lua b/Themes/default/BGAnimations/ScreenLogo decorations.lua new file mode 100644 index 0000000000..b61a5173cb --- /dev/null +++ b/Themes/default/BGAnimations/ScreenLogo decorations.lua @@ -0,0 +1,5 @@ +local t = LoadFallbackB(); + +t[#t+1] = StandardDecorationFromFileOptional("Logo","Logo"); + +return t; \ No newline at end of file diff --git a/Themes/default/Graphics/ScreenLogo Logo.redir b/Themes/default/Graphics/ScreenLogo Logo.redir new file mode 100644 index 0000000000..3370a86c88 --- /dev/null +++ b/Themes/default/Graphics/ScreenLogo Logo.redir @@ -0,0 +1 @@ +ScreenTitleMenu logo \ No newline at end of file diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index ad1c891544..e9bc441d8f 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -1783,11 +1783,12 @@ SmallBanner6OnCommand=zoom,0.5 SmallBanner6OffCommand= # arcade stuff [ScreenLogo] +TimerSeconds=10 ShowLogo=true LogoX=SCREEN_CENTER_X -LogoY=SCREEN_CENTER_Y-68 +LogoY=SCREEN_CENTER_Y-18 LogoOnCommand=bob;effectperiod,4;effectmagnitude,0,5.25,0;zoom,0;bounceend,0.35;zoom,0.75 -LogoOffCommand=stopeffect;bouncebegin,0.35;rotationz,360;zoom,0 +LogoOffCommand=stopeffect;bouncebegin,0.35;zoom,0 # [ScreenTitleJoin] HelpText=Screen.String("HelpTextTitleJoin")