Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua
T

11 lines
419 B
Lua
Raw Normal View History

2007-05-18 16:57:36 +00:00
local t = Def.ActorFrame {
Def.Quad{
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomto,SCREEN_WIDTH,120;diffuse,color("0,0,0,0.7"));
2007-05-07 17:27:28 +00:00
};
LoadFont("_terminator two 40px") .. {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;shadowlength,0;strokecolor,color("#00006688");settext,"DEMONSTRATION";diffuseshift;effectperiod,1;effectcolor1,color("#A38B00");effectcolor2,color("#F3CB00"););
2007-05-07 17:27:28 +00:00
};
};
2007-05-18 16:57:36 +00:00
return t;