Files
itgmania212121/stepmania/BackgroundEffects/SongBgWithMovieViz.xml
T

15 lines
620 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"
InitCommand="%function(self) self:LoadBackground( GAMESTATE:GetCurrentSong():GetBackgroundPath() ) self.Color = Color1 end"
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color)"
/>
2006-05-05 21:48:00 +00:00
<Layer
File="File1"
InitCommand="%function(self) self:pause(); self.Color = Color2; end"
OnCommand="blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color)"
2005-05-31 01:19:34 +00:00
GainFocusCommand="Play"
LoseFocusCommand="Pause"
/>
2005-05-31 01:19:34 +00:00
</children></ActorFrame>