Skip to content

Commit

Permalink
Spiffying up the rockmeter yet again, plus changes the coordinates fo…
Browse files Browse the repository at this point in the history
…r the new position of fonts.
  • Loading branch information
erodozer committed Jul 13, 2010
1 parent ca23fc9 commit 966bf26
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
76 changes: 47 additions & 29 deletions data/themes/MegaLight V4/rockmeter.ini
Expand Up @@ -2,31 +2,31 @@
text = "Score:"
font = loadingFont
xpos = 425
ypos = 0.15
ypos = 0.8
inPixels = xpos

[layer1:Text]
text = score
font = loadingFont
xpos = 620
ypos = 0.15
ypos = 0.8
useComma = True
alignment = right
inPixels = xpos

[layer2:Text]
text = "%d Combo" % streak
font = loadingFont
xpos = 0.1
ypos = 0.3
xpos = 0.8
ypos = 0.5
alignment = center
condition = streak > 5

[layer3:Text]
text = "%dX" % multiplier
font = loadingFont
xpos = 400
ypos = 0.1875
ypos = 0.75
alignment = right
inPixels = xpos

Expand Down Expand Up @@ -113,59 +113,77 @@ texture = timerhud.png
xscale = 1
yscale = 1
shared = True
alignment = left

[layer13:fx0:Slide]
startX = .5
startY = -20
endX = .5
endY = 15
startX = -.25
startY = 16
endX = 0
endY = 16
transitionTime = 60
inPixels = startY|endX|endY
inPixels = startY|endY

[layer14:Image]
texture = timerhud.png
xscale = -1
yscale = 1
shared = True
alignment = right

[layer14:fx0:Slide]
startX = 1.25
startY = 16
endX = 1
endY = 16
transitionTime = 60
inPixels = startY|endY

[layer15:Image]
texture = timerbar.png
xscale = 640
xscale = 400
yscale = 16
xpos = 0
ypos = 8
rect = (0, 1,0,.5)
alignment = left
rect = (0.0,1.0,0,0.5)
alignment = center
shared = True
inPixels = xscale|yscale|xpos|ypos
inPixels = yscale|xscale|ypos

[layer14:fx0:Slide]
startX = 0
[layer15:fx0:Slide]
startX = .5
startY = -20
endX = .5
endY = 8
TransitionTime = 60
inPixels = startX|startY
inPixels = startY|endY

[layer15:Image]
[layer16:Image]
texture = timerbar.png
xscale = 640*progress
xscale = 400
yscale = 16
xpos = 0
xpos = 120
ypos = 8
rect = (0.0,1.0,.5,1.0)
rect = (0.0,progress,.5,1.0)
alignment = left
shared = True
inPixels = yscale|xscale|xpos|ypos
condition = progress > 0 and progress <= 1.0

[layer16:Text]
[layer17:Text]
text = "%d:%02d" % (minutes, seconds)
font = loadingFont
xpos = 50
ypos = 0.7
ypos = 16
alignment = center
shared = True
inPixels = xpos
inPixels = xpos|ypos
condition = progress > 0

[layer17:Text]
[layer18:Text]
text = "%d:%02d" % (minutesSongLength, secondsSongLength)
font = loadingFont
xpos = 620
ypos = 0.7
ypos = 16
alignment = right
shared = True
inPixels = xpos
inPixels = xpos|ypos
condition = progress > 0

Binary file modified data/themes/MegaLight V4/rockmeter/timerbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/themes/MegaLight V4/rockmeter/timerhud.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 966bf26

Please sign in to comment.