19 lines
623 B
XML
19 lines
623 B
XML
<ActorFrame><children>
|
|
<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
|
|
File="@File1"
|
|
InitCommand="Pause"
|
|
OnCommand="blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color2)"
|
|
GainFocusCommand="Play"
|
|
LoseFocusCommand="Pause"
|
|
>
|
|
<Input Name="Color2" />
|
|
</Layer>
|
|
</children></ActorFrame>
|