Skip to content

Commit

Permalink
A few little effects added to the MLv4 rockmeter for pizzaz
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Jun 16, 2011
1 parent 184412d commit 1f707f0
Showing 1 changed file with 48 additions and 14 deletions.
62 changes: 48 additions & 14 deletions data/themes/MegaLight V4/rockmeter.ini
@@ -1,44 +1,68 @@
#bars
[layer0:Image]
texture = bar.png
xpos = 15
ypos = .1
yscale = 270
xscale = 100
inPixels = xscale|yscale|xpos
inPixels = xscale|yscale
valignment = bottom
rect = (1.0/3.0, 2.0/3.0, 1.0-rock, 1.0)

[layer0:fx0:Slide]
startX = -50
endX = 15
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer1:Image]
texture = bar.png
xpos = 15
ypos = .1
yscale = 270
xscale = 100
inPixels = xscale|yscale|xpos
inPixels = xscale|yscale
valignment = bottom
rect = (0.0, 1.0/3.0, 0.0, 1.0)

[layer1:fx0:Slide]
startX = -50
endX = 15
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer2:Image]
texture = bar.png
xpos = 40
ypos = .1
yscale = 220
xscale = 100
inPixels = xscale|yscale|xpos
inPixels = xscale|yscale
valignment = bottom
rect = (2.0/3.0, 1.0, 1.0-power, 1.0)

[layer2:fx0:Slide]
startX = -25
endX = 40
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer3:Image]
texture = bar.png
xpos = 40
ypos = .1
yscale = 220
xscale = 100
inPixels = xscale|yscale|xpos
inPixels = xscale|yscale
valignment = bottom
rect = (0.0, 1.0/3.0, 0.0, 1.0)

[layer3:fx0:Slide]
startX = -25
endX = 40
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX


####SCORE GRAPHICS####
[layer4:Text]
Expand Down Expand Up @@ -99,7 +123,7 @@ inPixels = xscale|yscale
condition = ratio > 0 and stars <= 5

[layer11:Text]
text = "%d" % stars
text = stars
font = scoreFont
xpos = .8875
ypos = .145
Expand Down Expand Up @@ -136,4 +160,14 @@ xpos = .72
ypos = .05
#####################


[layer18:Text]
text = "%d:%02i/%d:%02i" % (minutes, seconds, minutesSongLength, secondsSongLength)
ypos = .03
xpos = .5
shadow = True
alignment = center

[layer18:fx0:Fade]
color = #FFFFFF00
fadeTo = #FFFFFFFF
transitionTime = 1000.0

0 comments on commit 1f707f0

Please sign in to comment.