Added the robot with animations to the game. Also made the game pause when using the menu.

This commit is contained in:
Sakse Dalum
2012-08-08 13:26:55 +02:00
parent 28a19d5493
commit ea181b40c0
9 changed files with 92 additions and 32 deletions

View File

@@ -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]))