lamps und so
This commit is contained in:
@@ -28,11 +28,6 @@ class LampGroup:
|
|||||||
def deactivateCurrent(self):
|
def deactivateCurrent(self):
|
||||||
self.lamps[self.currentLamp].deactivate()
|
self.lamps[self.currentLamp].deactivate()
|
||||||
|
|
||||||
if self.currentLamp == 0:
|
|
||||||
return
|
|
||||||
|
|
||||||
self.currentLamp -= 1
|
|
||||||
|
|
||||||
PLAYER_LAMPS = LampGroup([
|
PLAYER_LAMPS = LampGroup([
|
||||||
Lamp("Can Play 1"),
|
Lamp("Can Play 1"),
|
||||||
Lamp("Can Play 2"),
|
Lamp("Can Play 2"),
|
||||||
|
|||||||
Reference in New Issue
Block a user