diff --git a/theTimeMachine.py/story.py b/theTimeMachine.py/story.py index d6f48ad..27e5e01 100644 --- a/theTimeMachine.py/story.py +++ b/theTimeMachine.py/story.py @@ -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):