From 4a843cec0d155dee3afffa97e0eb0df1871482ad Mon Sep 17 00:00:00 2001 From: "Diogo Tocha Malheiro (tochamalhd)" Date: Sun, 11 Oct 2020 15:42:30 +0100 Subject: [PATCH 1/3] Update story.py --- theTimeMachine.py/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theTimeMachine.py/story.py b/theTimeMachine.py/story.py index 8c7b1d5..cbeeab2 100644 --- a/theTimeMachine.py/story.py +++ b/theTimeMachine.py/story.py @@ -179,7 +179,7 @@ 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) From 38549a97e06e10adc0be31afb99bb01b21bf5c50 Mon Sep 17 00:00:00 2001 From: "Diogo Tocha Malheiro (tochamalhd)" Date: Sun, 11 Oct 2020 15:43:13 +0100 Subject: [PATCH 2/3] Update story.py --- theTimeMachine.py/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theTimeMachine.py/story.py b/theTimeMachine.py/story.py index cbeeab2..69455ba 100644 --- a/theTimeMachine.py/story.py +++ b/theTimeMachine.py/story.py @@ -185,7 +185,7 @@ def choseStormWasComingTowardsThem(): 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) From 59b5c663a13d5a9007262b86a0dd469a62ba3d95 Mon Sep 17 00:00:00 2001 From: "Diogo Tocha Malheiro (tochamalhd)" Date: Sun, 11 Oct 2020 15:45:45 +0100 Subject: [PATCH 3/3] Update story.py --- theTimeMachine.py/story.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theTimeMachine.py/story.py b/theTimeMachine.py/story.py index 69455ba..b635c2e 100644 --- a/theTimeMachine.py/story.py +++ b/theTimeMachine.py/story.py @@ -182,14 +182,14 @@ def choseSouth(): 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(): 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):