Update theme (Autogen, general annoynaces)

This commit is contained in:
Jonathan Payne
2012-12-28 19:00:19 -08:00
parent 6c2947b54b
commit a20d7722a2
6 changed files with 24 additions and 11 deletions
@@ -20,11 +20,6 @@ t[#t+1] = Def.ActorFrame {
--[[ LoadActor("_particles") .. {
InitCommand=cmd(x,-SCREEN_CENTER_X;y,-SCREEN_CENTER_Y);
}; --]]
Def.Quad {
InitCommand=cmd(vertalign,bottom;scaletoclipped,SCREEN_WIDTH+1,96;y,SCREEN_CENTER_Y-32;fadetop,0.75);
OnCommand=cmd(diffuse,color("#FFCB05"));
};
--[[ LoadActor("_pattern") .. {
InitCommand=cmd(z,32;x,4;y,4;;rotationy,-12.25;rotationz,-30;rotationx,-20;zoomto,SCREEN_WIDTH*2,SCREEN_HEIGHT*2;customtexturerect,0,0,SCREEN_WIDTH*4/256,SCREEN_HEIGHT*4/256);
OnCommand=cmd(texcoordvelocity,0.125,0.5;diffuse,Color("Black");diffusealpha,0.5);
@@ -1 +0,0 @@
_blank
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@@ -0,0 +1,11 @@
local t = Def.ActorFrame{};
t[#t+1] = LoadActor("_badge") .. {
InitCommand=cmd(shadowlength,1;diffuse,Color.Green;pulse;effectmagnitude,0.75,1,1;effecttiming,0,0,1,0);
};
t[#t+1] = LoadFont("Common","Normal") .. {
Text="AG";
InitCommand=cmd(shadowlength,1;zoom,0.875);
};
return t;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

+13 -5
View File
@@ -458,11 +458,11 @@ DescriptionSetCommand=%function(self,param) \
end; \
end;
#
ShowAutogen=true
ShowAutogen=false
AutogenX=0
AutogenY=0
#AutogenOnCommand=diffuseshift;effectcolor1,Color.Alpha( Color("Green") , 0.5 );effectcolor2,ColorLightTone( Color("Green") );
AutogenOnCommand=blend,Blend.Add;diffuseshift;effectcolor1,color("#FFCC00FF");effectcolor2,color("#FFCC0088");
AutogenOnCommand=zoom,0.75;
#
ShowStepsType=ThemePrefs.Get("AutoSetStyle")
StepsTypeX=-64-8
@@ -1150,11 +1150,19 @@ DescriptionSetCommand=%function(self,param) \
end; \
end;
#
ShowAutogen=false
AutogenX=40-32
ShowAutogen=true
AutogenX=-132
AutogenY=0
AutogenOnCommand=
AutogenSetCommand=%function(self,param) if param.Difficulty then self:diffuse(CustomDifficultyToLightColor(param.Difficulty)); self:strokecolor(CustomDifficultyToDarkColor(param.Difficulty)); end end
AutogenSetCommand=%function(self,param) \
if param.Steps:IsAutogen() then \
self:finishtweening(); \
else \
self:finishtweening(); \
end \
end;
AutogenTweenOnCommand=finishtweening;decelerate,0.25;zoom,1;
AutogenTweenOffCommand=finishtweening;bounceend,0.2;zoomx,8;zoomy,0
#
ShowStepsType=ThemePrefs.Get("AutoSetStyle")
StepsTypeX=-20-32