Skip to content
Permalink
Browse files
  • Loading branch information
clarkem10 committed Oct 11, 2020
2 parents b2a1a32 + 59b5c66 commit fafee2a5e42c70bc064065785b1abb53a42362a1
Showing 1 changed file with 4 additions and 4 deletions.
@@ -315,17 +315,17 @@ def choseSouth():
canvasChoiceButton("Continue", talkWithWife, 700, 400)


def chosestormwascomingtowardsthem():
def choseStormWasComingTowardsThem():
textToCanvas("""My fellow brothers don't panic! Everything will be fine! Paul turn the sail to the left!"
"But Ricardo, we don't stand a chance of what's coming! This will be messed up in any ways.""", 500,200)
CanvasChoiceButton("Continue", talkWithWife, 700, 400)
canvasChoiceButton("Continue", talkWithWife, 700, 400)


def choseRiskhislifetosavehisbrother():
def choseRiskHisLifeToSaveHisBrother():
textToCanvas("""Eventually, the storm appeared over them and the boat was collapsing due to strong waves of the ocean.
At that moment he could see his brothers struggling but he felt helpless. He had a difficult
choice to make between risk his life to save his brother.""", 500, 200)
CanvasChoiceButton("Continue", talkWithWife, 700, 400)
canvasChoiceButton("Continue", talkWithWife, 700, 400)


def canvasChoiceButton(buttonText, command, w, h):

0 comments on commit fafee2a

Please sign in to comment.