New code added
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user