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

10 lines
279 B
Lua
Raw Normal View History

2007-05-20 18:05:35 +00:00
local t = Def.ActorFrame {
2007-05-13 00:14:53 +00:00
2008-04-28 20:14:14 +00:00
LoadFont("_venacti bold 50") .. {
2007-08-12 03:51:54 +00:00
Text=THEME:GetString( "ScreenCaution", "CautionText" );
2008-04-28 20:14:14 +00:00
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;horizalign,center;shadowlength,0;wrapwidthpixels,640;strokecolor,color("#a200ff"););
2007-05-13 00:14:53 +00:00
};
};
2007-05-20 18:05:35 +00:00
return t;