Skip to content

Commit

Permalink
Theme should force itself to Rockband theme until we get rid of the s…
Browse files Browse the repository at this point in the history
…elf.theme system all together.
  • Loading branch information
erodozer committed Aug 23, 2010
1 parent d4dc102 commit 066d81d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/Data.py
Expand Up @@ -108,16 +108,9 @@ def __init__(self, resource, svg):
else:
self.vocalPath = os.path.join("themes",themename,"vocals")

if self.checkImgDrawing(os.path.join("themes",themename,"spfill.png")):
self.theme = 0
elif self.checkImgDrawing(os.path.join("themes",themename,"overdrive fill.png")):
self.theme = 2
self.themeCoOp = True
else:
self.theme = 1
if self.checkImgDrawing(os.path.join("themes",themename,"coop_rockmeter.png")):
self.themeCoOp = True

self.theme = 2
self.themeCoOp = True

self.fontScreenBottom = 0.75 #from our current viewport's constant 3:4 aspect ratio (which is always stretched to fill the video resolution)

self.loadPartImages()
Expand Down

0 comments on commit 066d81d

Please sign in to comment.