20 lines
479 B
Lua
20 lines
479 B
Lua
local t =
|
|
Def.ActorFrame {
|
|
children = Def.Actor {
|
|
Def.Layer {
|
|
File="white.png",
|
|
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM)
|
|
},
|
|
Def.Layer {
|
|
File="shadow (32bpp).png",
|
|
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffuse,0,0,0,1;addx,20;addy,6;linear,8;addx,-40)
|
|
},
|
|
Def.Layer {
|
|
File="stepmania (dither).png",
|
|
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y),
|
|
}
|
|
}
|
|
}
|
|
|
|
return t
|