Change image of left-waiter
This commit is contained in:
parent
84abac95e7
commit
f60679cd08
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Binary file not shown.
@ -48,4 +48,3 @@ class Graphics:
|
|||||||
self.screen.blit(self.image['waiter-down'], (x * self.block_size, y * self.block_size))
|
self.screen.blit(self.image['waiter-down'], (x * self.block_size, y * self.block_size))
|
||||||
if direction == 4:
|
if direction == 4:
|
||||||
self.screen.blit(self.image['waiter-left'], (x * self.block_size, y * self.block_size))
|
self.screen.blit(self.image['waiter-left'], (x * self.block_size, y * self.block_size))
|
||||||
self.screen.blit(self.image['waiter'], (x * self.block_size, y * self.block_size))
|
|
||||||
|
@ -9,7 +9,7 @@ class Waiter(pygame.sprite.Sprite):
|
|||||||
pygame.sprite.Sprite.__init__(self)
|
pygame.sprite.Sprite.__init__(self)
|
||||||
self.X = 0
|
self.X = 0
|
||||||
self.Y = 0
|
self.Y = 0
|
||||||
self.direction = 0
|
self.direction = 2
|
||||||
self.frame = 0
|
self.frame = 0
|
||||||
self.matrix = Matrix(graphics=graphics)
|
self.matrix = Matrix(graphics=graphics)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user