New code added

This commit is contained in:
2021-04-05 19:40:57 +02:00
parent a60378bcc0
commit 9391f82df8
6 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,5 @@
"""test"""
class Settings:
"""A class to store all settings for alien invasion."""
@ -6,4 +8,4 @@ class Settings:
# Screen settings
self.screen_witdh = 1200
self.screen_heigh = 800
self.bg_color =(230, 230, 230)
self.bg_color =(230, 230, 230)