Skip to content

Commit

Permalink
MegaLight V4 minimalist HUD mod added, ideal for those who want to en…
Browse files Browse the repository at this point in the history
…joy video playing in the background or just want a small interface.
  • Loading branch information
erodozer committed Jun 17, 2011
1 parent 96c30e6 commit 60245c3
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions data/mods/MLv4 Minimal HUD/themes/MegaLight V4/rockmeter.ini
@@ -0,0 +1,69 @@
[layer0:Image]
texture = hud.png
xpos = .5
ypos = .0365

[layer1:Image]
texture = bars.png
xpos = .235
ypos = .06
yscale = .8
xscale = .8
alignment = left
rect = (0,1,0,.33)

[layer2:Image]
texture = bars.png
xpos = .235
ypos = .06
yscale = .8
xscale = .8
alignment = left
rect = (0,rock,.33,.66)

[layer3:Image]
texture = bars.png
xpos = .275
ypos = .025
yscale = .8
xscale = .8
alignment = left
rect = (0,1,0,.33)

[layer4:Image]
texture = bars.png
xpos = .275
ypos = .025
yscale = .8
xscale = .8
alignment = left
rect = (0,power,.66,1)

[layer5:Text]
text = "%07i" % score
xpos = .65
ypos = .05
alignment = right
shadow = True

[layer6:Image]
texture = graystar.png
yscale = .12
xscale = .12
xpos = .7245
ypos = .05

[layer7:Circle]
texture = star.png
ratio = partialStars
yscale = .12
xscale = .12
xpos = .7245
ypos = .05

[layer8:Text]
text = stars
xpos = .7245
ypos = .0465
outline = True
alignment = center
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 60245c3

Please sign in to comment.