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
|
|
|
};
|
|
|
|
|
};
|