Skip to content

Commit

Permalink
Add note streak message to MLv4 rockmeter
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Jul 15, 2011
1 parent f34c0e4 commit afc68e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/themes/MegaLight V4/rockmeter.ini
Expand Up @@ -171,3 +171,17 @@ alignment = center
color = #FFFFFF00
fadeTo = #FFFFFFFF
transitionTime = 1000.0

[layer19:Text]
text = "%i Note Streak" % (50*int(streak/50))
ypos = .7
xpos = .5
shadow = True
alignment = center

[layer19:fx0:Fade]
color = #FFFF0000
fadeTo = #FFFF00FF
transitionTime = 1.0
transitionTimeOut = 1000.0
condition = streak % 50 == 0 and streak > 0 and self.triggerPick()

0 comments on commit afc68e7

Please sign in to comment.