add gameover screen and change colors

Co-authored-by: Laura Januleviciute <januleviciute.laura@gmail.com>
This commit is contained in:
2021-11-05 20:23:51 +01:00
parent 4f5c521359
commit e10d862180
3 changed files with 8 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import pygame
import random
class Bubble:
def __init__(self, posX, posY, radius = 1, color=(0,0,0), direction=(1,1)):
def __init__(self, posX, posY, radius = 1, color=(0,0,255), direction=(1,1)):
self.posX = posX
self.posY = posY
self.radius = radius