first-pass test/example case: actor descriptions in Lua

This commit is contained in:
Glenn Maynard
2006-10-09 05:52:33 +00:00
parent 7d795e5703
commit e2aaa1841e
@@ -0,0 +1,22 @@
local t =
{
Type = "ActorFrame",
children =
{
{
File="white.png",
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM"
},
{
File="shadow (32bpp).png",
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffuse,0,0,0,1;addx,+20;addy,6;linear,8;addx,-40"
},
{
File="stepmania (dither).png",
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y"
}
}
}
return t