Skip to content

Commit

Permalink
Removing the star fillup variables since it's controlled by the rockm…
Browse files Browse the repository at this point in the history
…eter now, not the guitar scene.
  • Loading branch information
erodozer committed Aug 23, 2010
1 parent b99ddf4 commit c8daba6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/GuitarScene.py
Expand Up @@ -683,14 +683,6 @@ def __init__(self, engine, libraryName, songName):
shaders.var["whammy"] = self.whammyEffect
self.bigRockEndings = self.engine.config.get("game", "big_rock_endings")
self.showFreestyleActive = self.engine.config.get("debug", "show_freestyle_active")
#stump: continuous star fillup
self.starFillupCenterX = self.engine.theme.starFillupCenterX
self.starFillupCenterY = self.engine.theme.starFillupCenterY
self.starFillupInRadius = self.engine.theme.starFillupInRadius
self.starFillupOutRadius = self.engine.theme.starFillupOutRadius
self.starFillupColor = self.engine.theme.colorToHex(self.engine.theme.starFillupColor)
self.starContinuousAvailable = self.engine.config.get("performance", "star_continuous_fillup") and \
None not in (self.starFillupCenterX, self.starFillupCenterY, self.starFillupInRadius, self.starFillupOutRadius, self.starFillupColor)
self.showBpm = self.engine.config.get("debug", "show_bpm") #MFH

self.logLyricEvents = self.engine.config.get("log", "log_lyric_events")
Expand Down

0 comments on commit c8daba6

Please sign in to comment.