Added translucency.
This commit is contained in:
@@ -106,7 +106,7 @@ class Game(object):
|
||||
"""
|
||||
Draw all game objects.
|
||||
"""
|
||||
self.window.fill((0, 0, 0))
|
||||
self.window.fill((0, 255, 255))
|
||||
for obj in self.objs:
|
||||
if hasattr(obj, 'draw'):
|
||||
obj.draw(self.window)
|
||||
|
||||
Reference in New Issue
Block a user