diff --git a/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua b/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua index 1c2d202f52..52a85342e8 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua @@ -1,9 +1,9 @@ local t = Def.ActorFrame { - LoadActor("../_black.png") .. { - OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,120;diffusealpha,0.7); + Def.Quad{ + OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomto,SCREEN_WIDTH,120;diffuse,color("0,0,0,0.7")); }; - LoadActor("demonstration.png") .. { - OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffuseblink;effectperiod,1); + LoadFont("_terminator two 40px") .. { + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;shadowlength,0;strokecolor,color("#00006688");settext,"DEMONSTRATION";diffuseshift;effectperiod,1;effectcolor1,color("#A38B00");effectcolor2,color("#F3CB00");); }; }; diff --git a/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/demonstration.png b/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/demonstration.png deleted file mode 100644 index f120278b60..0000000000 Binary files a/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/demonstration.png and /dev/null differ