fix person

This commit is contained in:
akp 2025-03-23 10:47:32 +00:00
parent ae71716a88
commit 9b364b9db9
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

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