theme changes from midi
This commit is contained in:
@@ -31,6 +31,28 @@ function Center1Player()
|
|||||||
GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_OnePlayerOneSide";
|
GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_OnePlayerOneSide";
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[ 3.9 Conditionals ]]
|
||||||
|
Condition = {
|
||||||
|
Hour = function()
|
||||||
|
return Hour()
|
||||||
|
end,
|
||||||
|
IsDemonstration = function()
|
||||||
|
return GAMESTATE:IsDemonstration()
|
||||||
|
end,
|
||||||
|
CurSong = function(sSongName)
|
||||||
|
return GAMESTATE:GetCurrentSong():GetDisplayMainTitle() == sSongName
|
||||||
|
end,
|
||||||
|
DayOfMonth = function()
|
||||||
|
return DayOfMonth()
|
||||||
|
end,
|
||||||
|
MonthOfYear = function()
|
||||||
|
return MonthOfYear()
|
||||||
|
end,
|
||||||
|
UsingModifier = function(pnPlayer, sModifier)
|
||||||
|
return GAMESTATE:PlayerIsUsingModifier( pnPlayer, sModifier );
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
||||||
--[[ Aliases ]]
|
--[[ Aliases ]]
|
||||||
|
|
||||||
-- Blend Modes
|
-- Blend Modes
|
||||||
|
|||||||
@@ -114,6 +114,8 @@ t[#t+1] = StandardDecorationFromFileOptional("DifficultyList","DifficultyList");
|
|||||||
t[#t+1] = StandardDecorationFromFileOptional("CourseContentsList","CourseContentsList");
|
t[#t+1] = StandardDecorationFromFileOptional("CourseContentsList","CourseContentsList");
|
||||||
t[#t+1] = StandardDecorationFromFileOptional("BPMDisplay","BPMDisplay");
|
t[#t+1] = StandardDecorationFromFileOptional("BPMDisplay","BPMDisplay");
|
||||||
t[#t+1] = StandardDecorationFromFileOptional("BPMLabel","BPMLabel");
|
t[#t+1] = StandardDecorationFromFileOptional("BPMLabel","BPMLabel");
|
||||||
|
--[[ t[#t+1] = StandardDecorationFromFileOptional("NegativeDisplay","NegativeDisplay") .. {
|
||||||
|
}; --]]
|
||||||
|
|
||||||
t[#t+1] = StandardDecorationFromFileOptional("SongTime","SongTime") .. {
|
t[#t+1] = StandardDecorationFromFileOptional("SongTime","SongTime") .. {
|
||||||
SetCommand=function(self)
|
SetCommand=function(self)
|
||||||
|
|||||||
@@ -11,5 +11,6 @@ return LoadFont("ScreenGameplay","SongTitle") .. {
|
|||||||
sText = vCourse:GetDisplayFullTitle() .. " - " .. vSong:GetDisplayFullTitle();
|
sText = vCourse:GetDisplayFullTitle() .. " - " .. vSong:GetDisplayFullTitle();
|
||||||
end
|
end
|
||||||
self:settext( sText );
|
self:settext( sText );
|
||||||
|
self:playcommand( "On" );
|
||||||
end;
|
end;
|
||||||
};
|
};
|
||||||
@@ -21,6 +21,10 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
LoadFont("_helveticaneuelt std extblk cn 42px")..{
|
LoadFont("_helveticaneuelt std extblk cn 42px")..{
|
||||||
InitCommand=cmd(y,27.5;zoom,0.45;maxwidth,320*1.6;uppercase,true;settext,THEME:GetString(Var "LoadingScreen", gc:GetName().."Explanation"));
|
InitCommand=cmd(y,27.5;zoom,0.45;maxwidth,320*1.6;uppercase,true;settext,THEME:GetString(Var "LoadingScreen", gc:GetName().."Explanation"));
|
||||||
};
|
};
|
||||||
|
LoadActor("_background base") .. {
|
||||||
|
DisabledCommand=cmd(diffuse,color("0,0,0,0.5"));
|
||||||
|
EnabledCommand=cmd(diffuse,color("1,1,1,0"));
|
||||||
|
};
|
||||||
--[[
|
--[[
|
||||||
LoadActor(THEME:GetPathG("_SelectIcon",gc:GetName() )) .. {
|
LoadActor(THEME:GetPathG("_SelectIcon",gc:GetName() )) .. {
|
||||||
DisabledCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
DisabledCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
||||||
|
|||||||
@@ -1200,9 +1200,9 @@ SongOptionsFrameHideCommand=linear,0.3;diffusealpha,0
|
|||||||
#
|
#
|
||||||
CDTitleX=SCREEN_CENTER_X-160+90
|
CDTitleX=SCREEN_CENTER_X-160+90
|
||||||
CDTitleY=SCREEN_TOP+160+(36/2)+8
|
CDTitleY=SCREEN_TOP+160+(36/2)+8
|
||||||
CDTitleFrontCommand=visible,false
|
CDTitleFrontCommand=diffuse,color('0.5,0.5,0.5,1');cullmode,'CullMode_Front'
|
||||||
CDTitleBackCommand=
|
CDTitleBackCommand=cullmode,'CullMode_Back'
|
||||||
CDTitleOnCommand=draworder,106;zoom,0.75;diffusealpha,0.7;zoom,0;bounceend,0.35;zoom,0.75
|
CDTitleOnCommand=draworder,106;zoom,0.75;diffusealpha,1;zoom,0;bounceend,0.35;zoom,0.75;spin;effectmagnitude,0,180,0;fov,90
|
||||||
CDTitleOffCommand=bouncebegin,0.15;zoomx,0;
|
CDTitleOffCommand=bouncebegin,0.15;zoomx,0;
|
||||||
#
|
#
|
||||||
ScoreFrameP1X=
|
ScoreFrameP1X=
|
||||||
@@ -1333,9 +1333,6 @@ TimerSeconds=3
|
|||||||
#
|
#
|
||||||
WaitForChildrenBeforeTweening=true
|
WaitForChildrenBeforeTweening=true
|
||||||
[ScreenGameplay]
|
[ScreenGameplay]
|
||||||
ScreenInitCommand=%function(self) \
|
|
||||||
SCREENMAN:SystemMessage( tostring( self:Center1Player() ) ); \
|
|
||||||
end;
|
|
||||||
ShowLifeMeterForDisabledPlayers=false
|
ShowLifeMeterForDisabledPlayers=false
|
||||||
#
|
#
|
||||||
SongMeterDisplayX=SCREEN_CENTER_X
|
SongMeterDisplayX=SCREEN_CENTER_X
|
||||||
@@ -1346,7 +1343,7 @@ SongMeterDisplayOffCommand=
|
|||||||
ShowSongTitle=true
|
ShowSongTitle=true
|
||||||
SongTitleX=SCREEN_CENTER_X
|
SongTitleX=SCREEN_CENTER_X
|
||||||
SongTitleY=SCREEN_TOP+50+12
|
SongTitleY=SCREEN_TOP+50+12
|
||||||
SongTitleOnCommand=draworder,55;shadowlength,1;zoom,0.5;
|
SongTitleOnCommand=draworder,55;shadowlength,1;basezoom,0.5;zoomy,0;sleep,1.5+0.5;smooth,0.5;zoom,1
|
||||||
SongTitleOffCommand=
|
SongTitleOffCommand=
|
||||||
#
|
#
|
||||||
SongMeterDisplayP1X=SCREEN_LEFT+16
|
SongMeterDisplayP1X=SCREEN_LEFT+16
|
||||||
|
|||||||
Reference in New Issue
Block a user