+1 Autogen
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
local t = Def.ActorFrame{};
|
local t = Def.ActorFrame{};
|
||||||
|
|
||||||
t[#t+1] = LoadActor("_badge") .. {
|
t[#t+1] = LoadActor("_badge") .. {
|
||||||
InitCommand=cmd(shadowlength,1;diffuse,Color.Green;pulse;effectmagnitude,0.75,1,1;effecttiming,0,0,1,0);
|
InitCommand=cmd(shadowlength,1;diffuse,Color.Green;pulse;effectmagnitude,0.875,1,1;effecttiming,0,0,1,0
|
||||||
|
effectclock,'beatnooffset';effectperiod,2);
|
||||||
|
};
|
||||||
|
t[#t+1] = Def.Quad {
|
||||||
|
InitCommand=cmd(zoomto,40,20;diffuse,Color.Black;
|
||||||
|
diffusealpha,0.5;fadeleft,0.25;faderight,0.25);
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadFont("Common","Normal") .. {
|
t[#t+1] = LoadFont("Common","Normal") .. {
|
||||||
Text="AG";
|
Text="AG";
|
||||||
|
|||||||
Reference in New Issue
Block a user