Skip to content

Commit

Permalink
Updated Uberlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Apr 9, 2011
1 parent 4ff6017 commit 822f443
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 21 deletions.
7 changes: 7 additions & 0 deletions data/themes/Uberlight/CustomTheme.py
@@ -0,0 +1,7 @@
from Theme import Theme
class CustomTheme(Theme):
def __init__(self, path, name, iniFile = False):
Theme.__init__(self, path, name)
self.songListDisplay = 3
self.doNecksRender = False
self.loadingPhrase = ["Loading"]
Binary file removed data/themes/Uberlight/bigtail1.png
Binary file not shown.
Binary file removed data/themes/Uberlight/kill1.png
Binary file not shown.
27 changes: 10 additions & 17 deletions data/themes/Uberlight/rockmeter.ini
@@ -1,37 +1,30 @@
[layer0:Image]
texture = rock_fill.png
texture = base.png
xpos = .07
ypos = .26
xscale = .5
yscale = .5
xscale = 10
yscale = 220
valignment = bottom
rect = (0,1,0,rock)

[layer1:Image]
texture = rock_arr.png
xscale = .5
yscale = .5
xpos = .1
ypos = .3+(.6234375*rock*.65)

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

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

[layer4:Text]
[layer3:Text]
text = "%dx" % multiplier
font = scoreFont
xpos = .5
ypos = .05
ypos = .04
alignment = center
Binary file added data/themes/Uberlight/rockmeter/base.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/themes/Uberlight/rockmeter/overdrive fill.png
Binary file not shown.
Binary file removed data/themes/Uberlight/rockmeter/rock_arr.png
Binary file not shown.
Binary file removed data/themes/Uberlight/rockmeter/rock_fill.png
Binary file not shown.
Binary file removed data/themes/Uberlight/tail1.png
Binary file not shown.
Binary file added data/themes/Uberlight/tails/bigtail1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/Uberlight/tails/bigtail2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/Uberlight/tails/kill1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/Uberlight/tails/kill2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/Uberlight/tails/tail1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/Uberlight/tails/tail2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions data/themes/Uberlight/theme.ini

This file was deleted.

0 comments on commit 822f443

Please sign in to comment.