fix command, change font
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
local OffCommand = cmd(accelerate,0.3;addx,SCREEN_WIDTH)
|
local OffCommand = cmd(accelerate,0.3;addx,SCREEN_WIDTH);
|
||||||
local t = Def.ActorFrame {
|
local t = Def.ActorFrame {
|
||||||
LoadFont( "blaster" ) .. {
|
LoadFont( "_zeroesthree" ) .. {
|
||||||
Text = "Depending on the server you're connected to,";
|
Text = "Depending on the server you're connected to,";
|
||||||
InitCommand = cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+90);
|
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+90);
|
||||||
OnCommand = cmd(cropright,1;linear,.5;cropright,0);
|
OnCommand=cmd(cropright,1;linear,.5;cropright,0);
|
||||||
OffCommand = OffCommand;
|
OffCommand=OffCommand;
|
||||||
};
|
};
|
||||||
LoadFont( "blaster" ) .. {
|
LoadFont( "_zeroesthree" ) .. {
|
||||||
Text = "you may have to register for an account";
|
Text="you may have to register for an account";
|
||||||
InitCommand = cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+107);
|
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+107);
|
||||||
OnCommand = cmd(cropright,1;sleep,.5;linear,.38;cropright,0);
|
OnCommand=cmd(cropright,1;sleep,.5;linear,.38;cropright,0);
|
||||||
OffCommand = OffCommand;
|
OffCommand=OffCommand;
|
||||||
};
|
};
|
||||||
LoadFont( "blaster" ) .. {
|
LoadFont( "_zeroesthree" ) .. {
|
||||||
Text = "on their website.";
|
Text="on their website.";
|
||||||
InitCommand = cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+124);
|
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+124);
|
||||||
OnCommand(cropright,1;sleep,.9;linear,.25;cropright,0);
|
OnCommand=cmd(cropright,1;sleep,.9;linear,.25;cropright,0);
|
||||||
OffCommand = OffCommand;
|
OffCommand=OffCommand;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return t
|
return t
|
||||||
|
|||||||
Reference in New Issue
Block a user