final saturday night changes
This commit is contained in:
parent
7d4a9e8d02
commit
e973a0a1b0
1 changed files with 2 additions and 0 deletions
|
@ -87,7 +87,9 @@ class GamePlay:
|
|||
self.start = False
|
||||
|
||||
if self.status == "Counter" and self.sandwichmade == False:
|
||||
print(self.status)
|
||||
if self.food_button.blit_onto(self.surface, (1000, 5)):
|
||||
print("in")
|
||||
self.surface.fill("lightgreen")
|
||||
self.status = "Food"
|
||||
self.surface.blit(resources.SUB_BOTTOM_SPRITE_10X, (300, 350))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue