Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenCompany background/default.lua
T

20 lines
479 B
Lua
Raw Normal View History

local t =
2006-10-09 07:32:39 +00:00
Def.ActorFrame {
children = Def.Actor {
Def.Layer {
File="white.png",
2006-10-12 09:19:14 +00:00
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM)
},
2006-10-09 07:32:39 +00:00
Def.Layer {
File="shadow (32bpp).png",
2006-10-12 09:19:14 +00:00
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffuse,0,0,0,1;addx,20;addy,6;linear,8;addx,-40)
},
2006-10-09 07:32:39 +00:00
Def.Layer {
File="stepmania (dither).png",
2006-10-12 09:19:14 +00:00
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y),
}
}
}
return t