- Added crystall ball lawyer CCBYSANC
parent
806aacd59a
commit
f5e14a4862
2
game.py
2
game.py
|
@ -83,7 +83,7 @@ class TheGame:
|
||||||
def main(self):
|
def main(self):
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
size = (800, 600)
|
size = (800, 600)
|
||||||
bg = pygame.image.load("img/background.png")
|
bg = pygame.image.load("img/lawyerCrystalBall.png")
|
||||||
desired_fps = 60
|
desired_fps = 60
|
||||||
multiplier = 3
|
multiplier = 3
|
||||||
score = 0
|
score = 0
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue