Skip to content

Commit

Permalink
Setting game objects into Player to potentially clean up the guitar s…
Browse files Browse the repository at this point in the history
…cene
  • Loading branch information
erodozer committed Dec 26, 2011
1 parent 6961359 commit 5b46035
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Player.py
Expand Up @@ -871,8 +871,11 @@ def __init__(self, name, number):
self.controller = -1
self.controlType = -1

self.guitarNum = None
self.number = number
self.guitarNum = None
self.scoreCard = None #keeps track of in-game stats
self.rockCard = None #keeps track of more in-game stats revovling around the rockmeter
self.number = number #player reference number
self.instrument = None #player's instrument object

self.bassGrooveEnabled = False
self.currentTheme = 1
Expand Down

0 comments on commit 5b46035

Please sign in to comment.