see previous commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
local t = Def.ActorFrame {};
|
||||
--
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(Center);
|
||||
--
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black;diffusealpha,0);
|
||||
StartTransitioningCommand=cmd(decelerate,0.125;diffusealpha,1);
|
||||
};
|
||||
-- Sounds
|
||||
LoadActor(THEME:GetPathS(Var "LoadingScreen","cancel")) .. {
|
||||
StartTransitioningCommand=cmd(play);
|
||||
};
|
||||
};
|
||||
--
|
||||
return t
|
||||
@@ -0,0 +1,12 @@
|
||||
local t = Def.ActorFrame {};
|
||||
--
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(Center);
|
||||
--
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black;diffusealpha,1);
|
||||
StartTransitioningCommand=cmd(smooth,0.2;diffusealpha,0);
|
||||
};
|
||||
};
|
||||
--
|
||||
return t
|
||||
@@ -0,0 +1,12 @@
|
||||
local t = Def.ActorFrame {};
|
||||
--
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(Center);
|
||||
--
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black;diffusealpha,0);
|
||||
StartTransitioningCommand=cmd(decelerate,0.25;diffusealpha,1);
|
||||
};
|
||||
};
|
||||
--
|
||||
return t
|
||||
@@ -1,7 +0,0 @@
|
||||
local t = Def.ActorFrame {};
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,32;diffuse,Color.Black;y,SCREEN_BOTTOM;x,SCREEN_CENTER_X);
|
||||
};
|
||||
};
|
||||
return t;
|
||||
@@ -0,0 +1,5 @@
|
||||
local t = Def.ActorFrame {}
|
||||
--
|
||||
t[#t+1] = StandardDecorationFromFile("CustomOverlay","CustomOverlay");
|
||||
--
|
||||
return t;
|
||||
@@ -0,0 +1,4 @@
|
||||
return LoadFont("Common Normal") .. {
|
||||
Text=string.format("%i songs in %i groups, %i courses", SONGMAN:GetNumSongs(), SONGMAN:GetNumSongGroups(), SONGMAN:GetNumCourses() );
|
||||
AltText="StepMania";
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
return Def.ActorFrame {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_BOTTOM);
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,32;diffuse,Color.Black);
|
||||
};
|
||||
};
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user