profile save/load using localized strings

This commit is contained in:
AJ Kelly
2011-08-01 17:19:53 -05:00
parent 110579f2e7
commit 92c62df38b
3 changed files with 8 additions and 4 deletions
@@ -5,8 +5,7 @@ local x = Def.ActorFrame{
OffCommand=cmd();
};
LoadFont("Common Normal")..{
Text="Loading Profiles...";
--~ Text=ScreenString("Loading Profiles...");
Text=ScreenString("Loading Profiles");
InitCommand=cmd(Center;diffuse,color("1,1,1,1");shadowlength,1);
OffCommand=cmd(linear,0.15;diffusealpha,0);
};