redo screencompany with new logo

This commit is contained in:
AJ Kelly
2007-02-02 06:47:07 +00:00
parent 82f8164f96
commit ce414f86fa
2 changed files with 2 additions and 4 deletions
@@ -4,12 +4,10 @@ Def.ActorFrame {
LoadActor("white.png") .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM)
},
LoadActor("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)
},
LoadActor("stepmania (dither).png") .. {
File="stepmania (dither).png",
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y),
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffusealpha,0),
OnCommand=cmd(linear,1;diffusealpha,1),
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 26 KiB