Adding new code and ship image

This commit is contained in:
2021-04-05 17:17:24 +02:00
parent 1a914676e6
commit f92e254fc1
3 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,9 @@
class Settings:
"""A class to store all settings for alien invasion."""
def __init__(self):
"""Initialize the game's settings."""
# Screen settings
self.screen_witdh = 1200
self.screen_heigh = 800
self.bg_color =(230, 230, 230)