Files
itgmania212121/Themes/legacy/BGAnimations/ScreenHowToPlay overlay/_howtoplay jump.lua
T
ListenerJubatus f257f19dad Add new 5.1 default theme Lambda
I'd like to thank everyone who made this possible;, including but not
limited to Riakodoadm, MrThatKid, kyzentun, Luizsan, JoseVarelaP,
everyone else who provided feedback and bug reports.
2017-08-08 01:07:34 -06:00

19 lines
643 B
Lua

return Def.ActorFrame {
LoadActor(THEME:GetPathB("_frame","3x3"),"rounded black",380,80);
Def.Quad {
Name="Underline";
InitCommand=cmd(y,-12);
OnCommand=cmd(diffuse,color("#ffd400");shadowlength,1;zoomtowidth,192;fadeleft,0.25;faderight,0.25);
};
LoadFont("Common Bold") .. {
Text=ScreenString("Information");
InitCommand=cmd(y,-26);
OnCommand=cmd(skewx,-0.125;diffuse,color("#ffd400");shadowlength,2;shadowcolor,BoostColor(color("#ffd40077"),0.25))
};
LoadFont("Common Normal") .. {
Text=ScreenString("Jump");
InitCommand=cmd(y,18;wrapwidthpixels,480;vertspacing,-12;shadowlength,1);
OnCommand=cmd(zoom,0.875);
};
};