Fix lua compile without committing the compiled files.
This commit is contained in:
@@ -2,7 +2,7 @@ return LoadFont("Common normal") .. {
|
|||||||
Text="Create New";
|
Text="Create New";
|
||||||
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1);
|
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1);
|
||||||
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
||||||
InitCommand=cmd(halign,0;shadowlength,2):
|
InitCommand=cmd(halign,0;shadowlength,2);
|
||||||
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;Zoom,1.0);
|
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;Zoom,1.0);
|
||||||
LoseFocusCommand=cmd(stoptweening;stopeffect;linear,0;zoom,0.9);
|
LoseFocusCommand=cmd(stoptweening;stopeffect;linear,0;zoom,0.9);
|
||||||
EnabledCommand=cmd();
|
EnabledCommand=cmd();
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ return LoadFont("Common normal") .. {
|
|||||||
Text="Exit";
|
Text="Exit";
|
||||||
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1);
|
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1);
|
||||||
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
||||||
InitCommand=cmd(halign,0;shadowlength,2):
|
InitCommand=cmd(halign,0;shadowlength,2);
|
||||||
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;Zoom,1.0);
|
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;Zoom,1.0);
|
||||||
LoseFocusCommand=cmd(stoptweening;stopeffect;linear,0;zoom,0.9);
|
LoseFocusCommand=cmd(stoptweening;stopeffect;linear,0;zoom,0.9);
|
||||||
EnabledCommand=cmd();
|
EnabledCommand=cmd();
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ return Def.ActorFrame {
|
|||||||
};
|
};
|
||||||
LoadFont( "Common normal" ) .. {
|
LoadFont( "Common normal" ) .. {
|
||||||
Text=PROFILEMAN:GetLocalProfile( Var("GameCommand"):GetProfileID() ):GetDisplayName();
|
Text=PROFILEMAN:GetLocalProfile( Var("GameCommand"):GetProfileID() ):GetDisplayName();
|
||||||
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1):
|
OnCommand=cmd(diffusealpha,0;linear,0.3;diffusealpha,1);
|
||||||
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
OffCommand=cmd(linear,0.3;diffusealpha,0);
|
||||||
InitCommand=cmd(halign,0;shadowlength,2;x,50);
|
InitCommand=cmd(halign,0;shadowlength,2;x,50);
|
||||||
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;zoom,1.0);
|
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,1,0.5,0.5,1;effectcolor2,0.5,0.25,0.25,1;linear,0;zoom,1.0);
|
||||||
LoseFocusCommand="stoptweening;stopeffect;linear,0;zoom,0.9"
|
LoseFocusCommand="stoptweening;stopeffect;linear,0;zoom,0.9";
|
||||||
EnabledCommand=""
|
EnabledCommand="";
|
||||||
DisabledCommand="diffuse,0.5,0.5,0.5,1"
|
DisabledCommand="diffuse,0.5,0.5,0.5,1";
|
||||||
};
|
};
|
||||||
LoadFont( "Common normal" ) .. {
|
LoadFont( "Common normal" ) .. {
|
||||||
Text=PROFILEMAN:GetLocalProfile( Var("GameCommand"):GetProfileID() ):GetNumTotalSongsPlayed() .. " song(s) played";
|
Text=PROFILEMAN:GetLocalProfile( Var("GameCommand"):GetProfileID() ):GetNumTotalSongsPlayed() .. " song(s) played";
|
||||||
|
|||||||
Reference in New Issue
Block a user