Skip to content

Commit

Permalink
Compressed the uberlight rockmeter to only use text and be one layer
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Jun 29, 2011
1 parent 8ebc688 commit 38a71f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions data/themes/Uberlight/rockmeter.ini
@@ -1,30 +1,5 @@
[layer0:Image]
texture = base.png
xpos = .07
ypos = .26
xscale = 10
yscale = 220
valignment = bottom
rect = (0,1,0,rock)

[layer1:Image]
texture = base.png
xscale = 250
yscale = 10
xpos = .5
ypos = .08
alignment = center
rect = (0,power,0,1)

[layer2:Text]
text = score
font = scoreFont
xpos = .9
ypos =.88

[layer3:Text]
text = "%dx" % multiplier
font = scoreFont
[layer0:Text]
text = "Rock: %03i%s Power: %03i%s Part:%s Score: %07i %ix" % (rock*100, "%", power*100, "%", part, score, multiplier)
xpos = .5
ypos = .04
alignment = center
alignment = center
Binary file removed data/themes/Uberlight/rockmeter/base.png
Binary file not shown.

0 comments on commit 38a71f4

Please sign in to comment.