Files
itgmania212121/stepmania/BackgroundEffects/SongBgWithMovieViz.xml
T

19 lines
623 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
Type="Sprite"
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)"
>
<Input Name="Color1" />
</Layer>
<Layer
2005-05-31 01:19:34 +00:00
File="@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
>
<Input Name="Color2" />
</Layer>
2005-05-31 01:19:34 +00:00
</children></ActorFrame>