xml -> lua. These could probably be BitmapText, if they scale well, that is.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user