fix person
This commit is contained in:
parent
ae71716a88
commit
9b364b9db9
1 changed files with 1 additions and 1 deletions
|
@ -103,8 +103,8 @@ class GamePlay:
|
|||
self.surface.blit(resources.SUB_BOTTOM_SPRITE_10X, (300, 350))
|
||||
else:
|
||||
if self.counter_button.blit_onto(self.surface, (1000, 5)):
|
||||
self.character.blit_onto(self.surface, self.character_pos)
|
||||
self.surface.fill("lightgreen")
|
||||
self.character.blit_onto(self.surface, self.character_pos)
|
||||
self.surface.blit(resources.COUNTER_SCREEN_IMAGE, (0, 0))
|
||||
self.status = "Counter"
|
||||
self.newOrder = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue