test
This commit is contained in:
@ -20,9 +20,6 @@ class AlienInvasion:
|
||||
|
||||
self.ship = Ship(self)
|
||||
|
||||
# Set the background color.
|
||||
self.bg_color = (230, 230, 230)
|
||||
|
||||
def run_game(self):
|
||||
"""Start main loop for the game."""
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user