Files
itgmania212121/stepmania/BackgroundEffects/SongBgWithMovieViz.xml
T

19 lines
627 B
XML
Raw Normal View History

2005-05-31 01:19:34 +00:00
<ActorFrame><children>
2006-05-05 21:48:00 +00:00
<Layer
2006-10-09 00:59:30 +00:00
Type="@Sprite"
2006-05-05 21:48:00 +00:00
InitCommand="%function(self) self:LoadBackground( GAMESTATE:GetCurrentSong():GetBackgroundPath() ) end"
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color1)"
>
2006-10-09 00:59:30 +00:00
<Input Name="@Color1" />
2006-05-05 21:48:00 +00:00
</Layer>
<Layer
2006-10-13 06:03:34 +00:00
File="P.File1"
2006-05-05 21:48:00 +00:00
InitCommand="Pause"
OnCommand="blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color2)"
2005-05-31 01:19:34 +00:00
GainFocusCommand="Play"
LoseFocusCommand="Pause"
2006-05-05 21:48:00 +00:00
>
2006-10-09 00:59:30 +00:00
<Input Name="@Color2" />
2006-05-05 21:48:00 +00:00
</Layer>
2005-05-31 01:19:34 +00:00
</children></ActorFrame>