Files
itgmania212121/stepmania/BackgroundEffects/StretchNormal.xml
T
John Bauer d119f68c29 Fix the disappearing backgrounds. By changing all instances of P.FileX to
FileX, the existing code (which uses lua globals) works again.
2006-10-23 18:06:55 +00:00

10 lines
252 B
XML

<ActorFrame><children>
<Layer
File="File1"
InitCommand="%function(self) self.Color = Color1; end"
OnCommand="scale_or_crop_background;diffuse,color(self.Color)"
GainFocusCommand="Play"
LoseFocusCommand="Pause"
/>
</children></ActorFrame>