xml -> lua. These could probably be BitmapText, if they scale well, that is.

This commit is contained in:
Steve Checkoway
2007-05-20 23:57:59 +00:00
parent 97987f5ae8
commit bfb3a52be6
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
local t = LoadActor( "go" ) .. {
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffusealpha,0;linear,0.5;diffusealpha,1;sleep,0.5;linear,0.5;diffusealpha,0);
}
return t
@@ -0,0 +1,4 @@
local t = LoadActor( "ready" ) .. {
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffusealpha,0;linear,0.5;diffusealpha,1;sleep,0.5;linear,0.5;diffusealpha,0);
}
return t