You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.ts
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ function cropTerrainC () {
10
10
corn.setPosition(list[0],list[1])
11
11
}
12
12
info.onCountdownEnd(function(){
13
-
game.showLongText("At the end of every crop, season families have to decide to leave for another crop season in another state or find a permanent job.",DialogLayout.Bottom)
13
+
game.showLongText("At the end of every crop season, families have to make a hard decision to stay or move back to start another crop season in another school district, city, or state. ",DialogLayout.Bottom)
game.showLongText("Every year families decide due to crop seasons to move to find work. This affects children's education.",DialogLayout.Bottom)
181
-
game.showLongText("Collect crops before the crop season is over.",DialogLayout.Bottom)
182
-
pause(1000)
183
-
info.startCountdown(30)
180
+
game.showLongText("Every year families move across the United States due to agricultural seasons, which disturb children's education.",DialogLayout.Bottom)
181
+
game.showLongText("Use the arrow keys to collect crops.",DialogLayout.Bottom)
182
+
game.showLongText("Watch the countdown; the crop season is running down.",DialogLayout.Bottom)
0 commit comments