Files
itgmania212121/stepmania/Themes/default/Graphics/GraphDisplay Barely/default.lua
T

8 lines
230 B
Lua
Raw Normal View History

2008-04-08 02:27:45 +00:00
return Def.ActorFrame {
LoadActor("arrow") .. {
2008-04-08 19:57:31 +00:00
InitCommand=cmd(y,8;shadowlengthx,0;shadowlengthy,2;);
2008-04-08 02:27:45 +00:00
};
LoadFont("Common normal") .. {
2008-04-08 19:57:31 +00:00
InitCommand=cmd(y,-8;settext,"Barely";shadowlengthx,0;shadowlengthy,2;);
2008-04-08 02:27:45 +00:00
};
};