Added the robot with animations to the game. Also made the game pause when using the menu.
This commit is contained in:
@@ -42,3 +42,4 @@ class Block(worldobject.WorldObject):
|
||||
def draw(self, window):
|
||||
window.blit(self.img, (self.x - 32,
|
||||
self.y - self.img.get_size()[1]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user