Alter 2 files
Update gameplay.py Update ask-sandwich.txt
This commit is contained in:
parent
f732d664ac
commit
0e733411f0
2 changed files with 2 additions and 1 deletions
|
@ -105,6 +105,7 @@ class GamePlay:
|
|||
#print(self.status)
|
||||
if self.start == True:
|
||||
self.surface.blit(resources.BACKGROUND_SCREEN_IMAGE, (0, 0))
|
||||
self.character.blit_onto(self.surface, self.character_pos)
|
||||
self.surface.blit(resources.COUNTER_SCREEN_IMAGE, (0, 0))
|
||||
self.start = False
|
||||
self.newOrder = False
|
||||
|
|
|
@ -21,7 +21,7 @@ Is there any chance I could get a sandwich?
|
|||
Hey, make me a sandwich, now!
|
||||
What are you waiting for? Get me a sandwich already!
|
||||
I don’t have all day. Where’s my sandwich?
|
||||
You call that a sandwich? Fix it and bring it to me!
|
||||
Fix me a sandwich and bring it to here!
|
||||
Stop being useless and make me a sandwich!
|
||||
I’m starving, and you’re just standing there. Sandwich. Now.
|
||||
Do I have to do everything myself? Make me a sandwich!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue